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: anhnmncb
Subject: Re: Chinese punctuation symbol can't be displayed on windows 2000.
Date: Mon, 15 Dec 2008 15:33:13 +0000 (UTC)
User-agent: slrn/0.9.9p1/mm/ao (Win32)

On 2008-12-15, Jason Rumney wrote:
> 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.
It doesn't help at all :(


-- 
Regards,
anhnmncb





reply via email to

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