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.