From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 19:09:03 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 878B716A4CE for ; Thu, 24 Jun 2004 19:09:03 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EFA643D45 for ; Thu, 24 Jun 2004 19:09:03 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.73.175]) by mta10.adelphia.netESMTP <20040624190832.FGPS12887.mta10.adelphia.net@default.chvlva.adelphia.net>; Thu, 24 Jun 2004 15:08:32 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 0CB8B5700; Thu, 24 Jun 2004 15:09:46 -0400 (EDT) Date: Thu, 24 Jun 2004 15:09:45 -0400 From: Parv To: epilogue@allstream.net Message-ID: <20040624190945.GA2180@moo.holy.cow> Mail-Followup-To: epilogue@allstream.net, "Michael A. Smith" , freebsd-questions@freebsd.org References: <40DA34AA.20906@code-fu.com> <20040623221647.V88483@wonkity.com> <40DABF4C.3070901@code-fu.com> <20040624180709.GA622@moo.holy.cow> <20040624145011.71cbd047@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040624145011.71cbd047@localhost> cc: freebsd-questions@freebsd.org cc: "Michael A. Smith" Subject: Re: setting xterm font from the command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 19:09:03 -0000 in message <20040624145011.71cbd047@localhost>, wrote epilogue@allstream.net thusly... > > On Thu, 24 Jun 2004 14:07:09 -0400 > Parv wrote: > > > i tried w/ xterms included in 4.3.0 and locally compiled version > > (patch 187) w/o any problems; the exact command was... > > > > xterm -fn \ > > '-bitstream-bitstream vera sans mono-*-r-normal-*-16-*-*-*-*-*-*-*' > > > > i just tried it myself. in order for it to work, you *must* escape the > fontname whitespace. > > xterm -fn -bitstream-bitstream\ vera\ sans\mono-*-yada,yada. > > also, if you're using the ' ' on either end of the fontname (as > you've shown above), drop them. Ah but the single quotes are there to avoid expansion of '*' via shell besides aboding the need to quote the spaces as shown above. And epilogue(?), yes, your proposed syntax does cause xterm not to find the desired Bitstream font; default font, fixed, is used instead (when the command is being executed in bash 2.05b). - Parv --