emacs-devel
[Top][All Lists]
Advanced

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

Re: Chinese punctuation symbol can't be displayed on windows 2000.


From: Jason Rumney
Subject: Re: Chinese punctuation symbol can't be displayed on windows 2000.
Date: Mon, 15 Dec 2008 21:38:31 +0800
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

anhnmncb wrote:

(list-fonts (font-spec :script "cjk-misc"))

It says nil.
So Emacs will not automatically find a font that covers cjk-misc, you'll have to tell it explicitly what font to use. Going back to your font settings:

(set-fontset-font (frame-parameter nil 'font)
                 'cjk-misc (font-spec :family "SimSun") nil 'prepend)


What happens if you change this to:

(set-fontset-font "fontset-default" 'cjk-misc (font-spec :family "SimSun"))

ie: Explicitly override the default fontset, rather than trying to figure out the fontset from the frame.





reply via email to

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