emacs-devel
[Top][All Lists]
Advanced

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

Re: fail on osx between 2/4/2009 and 2/5/2009


From: YAMAMOTO Mitsuharu
Subject: Re: fail on osx between 2/4/2009 and 2/5/2009
Date: Thu, 12 Feb 2009 17:03:39 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Thu, 12 Feb 2009 16:37:43 +0900, Kenichi Handa <address@hidden> said:

> I'm now thinking about these changes:

> (1) Revert script-representative-chars to the previous state;
> i.e. single entry for mathematical.

It would make nsfont_make_fontset_for_font work again.  But that
function is still a kludge that should be removed, and nsfont_list
needs to be changed so as to handle some of :lang, :script, :registry,
and maybe :chars.  Otherwise, the default fontset is just wasted and
the following example would not work properly on the Cocoa/GNUstep
port:

  (insert "Can you see the difference between "
          (propertize "\x9aa8" 'charset 'japanese-jisx0208)
          " and "
          (propertize "\x9aa8" 'charset 'chinese-gb2312)
          "?")

I'm not against the change (1) above; just some note.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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