From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: fail on osx between 2/4/2009 and 2/5/2009 Date: Tue, 10 Feb 2009 15:42:37 +0900 Message-ID: References: <861vubqc79.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1234248184 19344 80.91.229.12 (10 Feb 2009 06:43:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 10 Feb 2009 06:43:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Adrian Robert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 10 07:44:19 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 1LWmLv-0005Hf-RK for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 07:44:16 +0100 Original-Received: from localhost ([127.0.0.1]:57981 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWmKc-0000dJ-98 for ged-emacs-devel@m.gmane.org; Tue, 10 Feb 2009 01:42:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWmKU-0000cX-9i for emacs-devel@gnu.org; Tue, 10 Feb 2009 01:42:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWmKP-0000cB-W6 for emacs-devel@gnu.org; Tue, 10 Feb 2009 01:42:45 -0500 Original-Received: from [199.232.76.173] (port=38980 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWmKP-0000c8-KW for emacs-devel@gnu.org; Tue, 10 Feb 2009 01:42:41 -0500 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48224) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWmKO-0001UL-Tk for emacs-devel@gnu.org; Tue, 10 Feb 2009 01:42:41 -0500 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n1A6ga27016912; Tue, 10 Feb 2009 15:42:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n1A6gaKx007486; Tue, 10 Feb 2009 15:42:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id n1A6gaNa009181; Tue, 10 Feb 2009 15:42:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1LWmKL-0005dY-W8; Tue, 10 Feb 2009 15:42:37 +0900 In-reply-to: (message from Adrian Robert on Sat, 7 Feb 2009 10:46:00 +0000 (UTC)) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:108927 Archived-At: In article , Adrian Robert writes: > Will Farrington gmail.com> writes: > > > > The error I'm seeing is: > > > > *ERROR*: Invalid script or charset name: mathematical-bold > > > > This only exists on frames opened in the window-system. Running emacs > > with -nw works fine. > 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. The above error is produced by set-fontset-font if the argument TARGET is invalid. But, I don't know why mathematical-bold is given to set-fontset-font as TARGET. It should appear only as :script property of a font-spec. In article , William Xu writes: [...] > The following fixes the problem for me: > diff --git a/lisp/international/characters.el b/lisp/international/characters.el > index fd03468..97c2e59 100644 > --- a/lisp/international/characters.el > +++ b/lisp/international/characters.el > @@ -1147,11 +1147,35 @@ Setup char-width-table appropriate for non-CJK language environment." > (#x1D200 #x1D24F ancient-greek-musical-notation) > (#x1D300 #x1D35F tai-xuan-jing-symbol) > (#x1D360 #x1D37F counting-rod-numeral) > - (#x1D400 #x1D7FF mathematical) > (#x1F000 #x1F02F mahjong-tile) > (#x1F030 #x1F09F domino-tile) > (#x20000 #x2AFFF han) > - (#x2F800 #x2FFFF han))) > + (#x2F800 #x2FFFF han) > + ;; math-subgroup > + (#x1D400 #x1D433 mathematical-bold) > + (#x1D434 #x1D467 mathematical-italic) [...] On which system, do you need it? OS X? --- Kenichi Handa handa@m17n.org