From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: fail on osx between 2/4/2009 and 2/5/2009 Date: Wed, 11 Feb 2009 10:08:47 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <861vubqc79.fsf@blue.stonehenge.com> <10DD5733-4089-4A60-B090-4CB5E32A0E19@42tools.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1234721236 17785 80.91.229.12 (15 Feb 2009 18:07:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 15 Feb 2009 18:07:16 +0000 (UTC) Cc: Adrian.B.Robert@gmail.com, emacs-devel@gnu.org, colding@42tools.com To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 11 02:10:43 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LX3ce-000293-HB for ged-emacs-devel@m.gmane.org; Wed, 11 Feb 2009 02:10:40 +0100 Original-Received: from localhost ([127.0.0.1]:54307 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX3bK-0007AN-R3 for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 20:09:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LX3av-0006sl-Jf for emacs-devel@gnu.org; Tue, 10 Feb 2009 20:08:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LX3ar-0006rL-P9 for emacs-devel@gnu.org; Tue, 10 Feb 2009 20:08:53 -0500 Original-Received: from [199.232.76.173] (port=41397 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LX3ar-0006rG-Jw for emacs-devel@gnu.org; Tue, 10 Feb 2009 20:08:49 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2]:52922 helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LX3ar-0007uK-4f for emacs-devel@gnu.org; Tue, 10 Feb 2009 20:08:49 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 472A62C44; Wed, 11 Feb 2009 10:08:47 +0900 (JST) In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by monty-python.gnu.org: NetBSD 3.0 (DF) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109086 >>>>> On Tue, 10 Feb 2009 21:06:45 +0900, Kenichi Handa 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 mituharu@math.s.chiba-u.ac.jp