From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 18:13:51 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 5FEC816A4CE for ; Thu, 24 Jun 2004 18:13:51 +0000 (GMT) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCA043D1F for ; Thu, 24 Jun 2004 18:13:51 +0000 (GMT) (envelope-from parv@chvlva.adelphia.net) Received: from default.chvlva.adelphia.net ([69.160.73.175]) by mta13.adelphia.netESMTP <20040624180552.LWYV14365.mta13.adelphia.net@default.chvlva.adelphia.net>; Thu, 24 Jun 2004 14:05:52 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id D33255700; Thu, 24 Jun 2004 14:07:09 -0400 (EDT) Date: Thu, 24 Jun 2004 14:07:09 -0400 From: Parv To: "Michael A. Smith" Message-ID: <20040624180709.GA622@moo.holy.cow> Mail-Followup-To: "Michael A. Smith" , freebsd-questions@freebsd.org References: <40DA34AA.20906@code-fu.com> <20040623221647.V88483@wonkity.com> <40DABF4C.3070901@code-fu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40DABF4C.3070901@code-fu.com> cc: freebsd-questions@freebsd.org 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 18:13:51 -0000 in message <40DABF4C.3070901@code-fu.com>, wrote Michael A. Smith thusly... > > Warren Block wrote: > >Use xfontsel to choose the font and then specify the exact same thing > >that it shows: > > > >xterm -fn '-bitstream-charter-*-r-normal-*-*-*-*-*-*-*-*-*' > > xfontsel works great and works fine for the sample string above > (Bitstream Charter), but xterm barfs on font strings that have spaces, > for example: > > "-bitstream-bitstream vera sans mono-*-r-normal-*-*-*-*-*-*-*-*-*" > > I've tried every combination of single quotes, double quotes and > backslashes before the spaces without success. I get back an error like > this: > > xterm: bad command line option "vera" Just a data point ... 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-*-*-*-*-*-*-*' Is "bitstream vera sans mono" font listed in xfontsel(1)'s list or xlsfonts(1)'s output? - Parv --