From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 11:47:27 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 01D9D16A4D3 for ; Thu, 24 Jun 2004 11:47:27 +0000 (GMT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C008343D53 for ; Thu, 24 Jun 2004 11:47:26 +0000 (GMT) (envelope-from msmith@code-fu.com) Received: from code-fu.com (pcp08554411pcs.alxndr01.va.comcast.net[68.86.0.124]) by comcast.net (rwcrmhc12) with ESMTP id <200406241147230140019enhe>; Thu, 24 Jun 2004 11:47:23 +0000 Message-ID: <40DABF4C.3070901@code-fu.com> Date: Thu, 24 Jun 2004 07:47:24 -0400 From: "Michael A. Smith" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <40DA34AA.20906@code-fu.com> <20040623221647.V88483@wonkity.com> In-Reply-To: <20040623221647.V88483@wonkity.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 11:47:27 -0000 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" Any ideas?? -- Michael A. Smith ($do || !$do) && undef($try); # Master of Perl, Yoda is. Hmmmm?