help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wikipedia and UTF8 coding (emacs21)


From: Stefan Monnier
Subject: Re: wikipedia and UTF8 coding (emacs21)
Date: Tue, 22 Nov 2005 14:49:41 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> The point is why don't show these fonts show up in emacs-mule options?

Emacs's font selection meachanism doesn't work by giving it a full
X font name.  This is because different fonts can be used for different
chars (in the same buffer).
So instead, you should only specify the font family, and size, while the
charset is automatically selected by Emacs (which will use the iso10646-1
font for the Unicode chars, ...).

> emacs -font "-adobe-courier-bold-o-normal--0-0-100-100-m-0-iso10646-1"

Better not.


        Stefan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]