emacs-devel
[Top][All Lists]
Advanced

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

Re: BTW, if I want Emacs to support the CJK-EXT B Chinese Characters, mu


From: Hongsheng
Subject: Re: BTW, if I want Emacs to support the CJK-EXT B Chinese Characters, must I use the arg --enable-font-backend?
Date: Mon, 20 Nov 2006 17:30:36 +0800
User-agent: Mutt/1.5.12-2006-07-14

> > I want to know whether it's possible to display the full unicode characters
> > with XLFD other than XFT?
> 
> Technically it's possible but there's no standard way.
> First of all, I don't know if there's an agreement about
> what registry-encoding to use for an X font for Unicode SIP
> area.  So here I assume that you somehow manage to get an X
> font whose registry-encoding part name is "iso10646-2".  I
> can't tell how to make your TTF recognized by X server as
> such a font.
> 
> Anyway, once you confirm that your font is working on X by,
> for instance, xfd as below:
> 
> % xfd -fn .....-iso10646-2
> 
> what you have to do is this:
> 
> (push '("iso10646-2$" . unicode-sip) font-encoding-alist)
> (set-fontset-font
>  "fontset-default" 'han '(nil . "iso10646-2") 'append)

When I put this into my .emacs, the Emacs will return the wrong message as
this:

Wrong type argument: frame-live-p, append

Best,
Hongsheng.
__________________________________________________
¸Ï¿ì×¢²áÑÅ»¢³¬´óÈÝÁ¿Ãâ·ÑÓÊÏä?
http://cn.mail.yahoo.com





reply via email to

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