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: Tue, 10 Feb 2009 17:44:23 +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 Tue, 10 Feb 2009 09:08:30 +0100, Jules Colding <address@hidden> said:

>>> It seems to be all these new mathematical scripts, they aren't
>>> defined anywhere, whereas others are defined either in
>>> international/ characters.el or international/fontset.el.  I don't
>>> understand the script system that well, but don't see how this can
>>> be a failure only under OS X.  Are no other platforms experiencing
>>> it?
>> 
>> I can't reproduce that problem on GNU/Linux and X Window.

> I have the exact same problem:

If you remove the following lines in fontset.c, the Cocoa/GNUstep port
will launch.

#ifdef HAVE_NS
  nsfont_make_fontset_for_font(name, font_object);
#endif

You may lose non-ASCII characters, because the NS font backend driver
doesn't use either :lang or :script property in a given font spec for
font listing/matching.

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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