Author: Florian BeckFlorian Beck Date: Jul 8, 2008 15:52
> Am 08.07.2008 um 14:58 schrieb Nordlöw:
>
>> Is there a way to visually browse/explore the Unicode symbols
>> available in GNU Emacs (CVS) either globally or locally defined by a
>> specific/current font? Compare list-colors-display().
>
> Yes. Open utf8.txt from the Kermit distribution. When you're using
> only fonts (as opposed to fontsets) then you'll see, what this font
> can offer for you.
How exactly do I do this: »using only fonts (as opposed to fontsets)«?
As far as I can see I am always using a fontset.
Anyway, to see how a certain character is displayed, simply insert it:
(insert (propertize STRING 'face `(:family ,(format "%%s" FONT))))
To visualise how a certain character is displayed by all your fonts, you
can use something like this:
|