Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 2004 14:50:11 -0400
From:      epilogue@allstream.net
To:        Parv <parv@pair.com>
Cc:        "Michael A. Smith" <msmith@code-fu.com>
Subject:   Re: setting xterm font from the command line
Message-ID:  <20040624145011.71cbd047@localhost>
In-Reply-To: <20040624180709.GA622@moo.holy.cow>
References:  <40DA34AA.20906@code-fu.com> <20040623221647.V88483@wonkity.com> <40DABF4C.3070901@code-fu.com> <20040624180709.GA622@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 24 Jun 2004 14:07:09 -0400
Parv <parv@pair.com> wrote:

> 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-*-*-*-*-*-*-*'
> 

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.

after doing this, are you getting any error messages?


cheers,
epi


> 
> Is "bitstream vera sans mono" font listed in xfontsel(1)'s list or
> xlsfonts(1)'s output?
> 
> 
>   - Parv
> 
> -- 
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040624145011.71cbd047>