From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jules Colding Newsgroups: gmane.emacs.devel Subject: Re: fail on osx between 2/4/2009 and 2/5/2009 Date: Tue, 10 Feb 2009 10:05:03 +0100 Message-ID: <864292B6-5F3E-4A56-A70E-44288B5B7C18@42tools.com> References: <861vubqc79.fsf@blue.stonehenge.com> <10DD5733-4089-4A60-B090-4CB5E32A0E19@42tools.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234256746 9140 80.91.229.12 (10 Feb 2009 09:05:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 09:05:46 +0000 (UTC) Cc: Adrian Robert , emacs-devel@gnu.org, Kenichi Handa To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 10:07:00 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 1LWoZc-00077s-4X for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 10:06:32 +0100 Original-Received: from localhost ([127.0.0.1]:58147 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWoYI-000432-Ms for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 04:05:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWoYE-00042x-VE for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:05:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWoYE-00042l-GB for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:05:06 -0500 Original-Received: from [199.232.76.173] (port=44322 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWoYE-00042i-Cz for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:05:06 -0500 Original-Received: from mail.42tools.com ([195.41.139.234]:42827) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWoYD-0007yb-Ry for emacs-devel@gnu.org; Tue, 10 Feb 2009 04:05:06 -0500 Original-Received: from apollo.42tools.com (unknown [85.218.191.254]) by mail.42tools.com (Postfix) with ESMTP id 61153F3802D; Tue, 10 Feb 2009 08:56:55 +0000 (Local time zone must be set--see zic manual page) In-Reply-To: X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:108940 Archived-At: On 10/02/2009, at 09.44, YAMAMOTO Mitsuharu wrote: >>>>>> On Tue, 10 Feb 2009 09:08:30 +0100, Jules Colding >>>>> > 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. OK, thanks! Best, jules