[Top][All Lists]
[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: |
Wed, 11 Feb 2009 10:08:47 +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 21:06:45 +0900, Kenichi Handa <address@hidden> said:
>> 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
> Ah! Now I see why the current code doesn't work in
> Cocoa/GNUstep port. Hmmm, I'll think about the solution. I
> want to treat `mathematical-bold', etc. as a a kind of
> script-subgroup, not a script.
IMO the above nsfont_make_fontset_for_font call is an NS-specific
kludge and should be removed in the first place. What should be fixed
is at the NS font backend driver side whose `list' function
effectively considers only the :family property in a given font spec.
YAMAMOTO Mitsuharu
address@hidden
- Re: fail on osx between 2/4/2009 and 2/5/2009, (continued)
- Re: fail on osx between 2/4/2009 and 2/5/2009, Adrian Robert, 2009/02/19
- Re: fail on osx between 2/4/2009 and 2/5/2009, Kenichi Handa, 2009/02/23
- Re: fail on osx between 2/4/2009 and 2/5/2009, YAMAMOTO Mitsuharu, 2009/02/15
- Re: fail on osx between 2/4/2009 and 2/5/2009, Adrian Robert, 2009/02/17
- Re: fail on osx between 2/4/2009 and 2/5/2009, YAMAMOTO Mitsuharu, 2009/02/17
- Re: fail on osx between 2/4/2009 and 2/5/2009, Adrian Robert, 2009/02/19
- Re: fail on osx between 2/4/2009 and 2/5/2009, YAMAMOTO Mitsuharu, 2009/02/19
- Re: fail on osx between 2/4/2009 and 2/5/2009,
YAMAMOTO Mitsuharu <=
- Re: fail on osx between 2/4/2009 and 2/5/2009, William Xu, 2009/02/10
- Re: fail on osx between 2/4/2009 and 2/5/2009, Will Farrington, 2009/02/10
Re: fail on osx between 2/4/2009 and 2/5/2009, William Xu, 2009/02/09