From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 19:27:34 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 5186416A4D0 for ; Thu, 24 Jun 2004 19:27:34 +0000 (GMT) Received: from outbox.allstream.net (outbox.allstream.net [207.245.244.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BB9143D5F for ; Thu, 24 Jun 2004 19:27:34 +0000 (GMT) (envelope-from epilogue@allstream.net) Received: from localhost (mon-pq62-165.dial.allstream.net [216.123.143.101]) by outbox.allstream.net (Allstream MTA) with SMTP id 913BDB4C33; Thu, 24 Jun 2004 15:27:19 -0400 (EDT) Date: Thu, 24 Jun 2004 15:27:06 -0400 From: epilogue@allstream.net To: Parv Message-Id: <20040624152706.0f9036a9@localhost> In-Reply-To: <20040624191758.GA2511@moo.holy.cow> References: <40DA34AA.20906@code-fu.com> <20040623221647.V88483@wonkity.com> <40DABF4C.3070901@code-fu.com> <20040624180709.GA622@moo.holy.cow> <20040624145011.71cbd047@localhost> <20040624191758.GA2511@moo.holy.cow> X-Mailer: Sylpheed version 0.9.11claws (GTK+ 1.2.10; i386-portbld-freebsd4.10) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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:27:34 -0000 On Thu, 24 Jun 2004 15:17:58 -0400 Parv wrote: > 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. cool! :) if i am not mistaken, you can also substitute the * with 0 (zeros), should the former be causing undue grief. > > > - Parv > > -- > >