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: Kenichi Handa
Subject: Re: BTW, if I want Emacs to support the CJK-EXT B Chinese Characters, must I use the arg --enable-font-backend?
Date: Tue, 28 Nov 2006 15:36:31 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.91 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

Sorry for the late response.

In article <address@hidden>, Hongsheng <address@hidden> writes:

> > (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

Oops, that line should be:

(set-fontset-font
 "fontset-default" 'han '(nil . "iso10646-2") nil 'append)

---
Kenichi Handa
address@hidden




reply via email to

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