[7649] in SIPB bug reports
Re: w3m depends on xterm font choice
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Sep 25 12:33:01 2000
Message-Id: <200009251632.MAA29505@mary-kay-commandos.mit.edu>
To: chad <y@MIT.EDU>
cc: John Carr <jfc@MIT.EDU>, bug-sipb@MIT.EDU
In-Reply-To: Your message of "Mon, 25 Sep 2000 12:02:03 EDT."
<200009251603.e8PG33K13256@egon>
Date: Mon, 25 Sep 2000 12:32:56 -0400
From: John Hawkinson <jhawk@MIT.EDU>
In message <200009251603.e8PG33K13256@egon>, chad writes:
Message-IDs really ought to use fully-qualified domain names.
>We could create a wrapper like `xw3m' that started xterm with a
>`compatible' font running w3m (there are even a couple ways to be
>clever with X resources to allow customization).
That's rather gross.
It's certainly possible to instruct xterm to change the font,
with
ESC ] 5 0 ; fontname BEL
So it might be nice to change the font and change it back. Of course,
there doesn't seem to be a way to restore the old font, so this is a major
lose.
I would expect there would be some NLS way of specifying this. i.e.
whether you're using an ISO-Latin1 -compliant font, or not, etc...
--jhawk