From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 19:16:55 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 9AE4316A4CF for ; Thu, 24 Jun 2004 19:16:55 +0000 (GMT) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A60643D41 for ; Thu, 24 Jun 2004 19:16:55 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.73.175]) by mta10.adelphia.netESMTP <20040624191643.FOCZ12887.mta10.adelphia.net@default.chvlva.adelphia.net>; Thu, 24 Jun 2004 15:16:43 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id 019215700; Thu, 24 Jun 2004 15:17:58 -0400 (EDT) Date: Thu, 24 Jun 2004 15:17:58 -0400 From: Parv To: epilogue@allstream.net Message-ID: <20040624191758.GA2511@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:16:55 -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-*-*-*-*-*-*-*' > > 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. Please ignore my previous reply to epilogue's reply. After providing the correct font syntax (w/o the single quotes but w/ quoted space), epilogue's syntax /also/ works for me. - Parv --