emacs-devel
[Top][All Lists]
Advanced

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

set-fontset-font


From: Miles Bader
Subject: set-fontset-font
Date: Wed, 16 Jul 2008 15:23:54 +0900

In a fresh emacs, started with "emacs -Q", I can change the font used
for e.g. japanese characters by doing:

   (set-fontset-font "fontset-default" 'kana "メイリオ")
   (set-fontset-font "fontset-default" 'han "メイリオ")

where "メイリオ" is the name of the font.  This works fine.

However in my normal emacs, it _doesn't_ work -- the font emacs uses for
Japanse character doesn't change.

_Should_ the above work?  Is there better way to do it...?  What does
"fontset-default" really mean, anyway?

Thanks,

-Miles

-- 
Advice, n. The smallest current coin.




reply via email to

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