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: Thu, 12 Feb 2009 17:03:39 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <861vubqc79.fsf@blue.stonehenge.com> <10DD5733-4089-4A60-B090-4CB5E32A0E19@42tools.com> <49917BE9.6020903@gnu.org> 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 1234425888 19289 80.91.229.12 (12 Feb 2009 08:04:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 08:04:48 +0000 (UTC) Cc: colding@42tools.com, Adrian.B.Robert@gmail.com, emacs-devel@gnu.org, Jason Rumney To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 12 09:05:58 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 1LXWZX-0003MX-07 for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 09:05:48 +0100 Original-Received: from localhost ([127.0.0.1]:58942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXWYD-0005lK-Aq for ged-emacs-devel@m.gmane.org; Thu, 12 Feb 2009 03:04:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXWY8-0005l5-Mr for emacs-devel@gnu.org; Thu, 12 Feb 2009 03:03:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXWY6-0005kt-6H for emacs-devel@gnu.org; Thu, 12 Feb 2009 03:03:55 -0500 Original-Received: from [199.232.76.173] (port=48042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXWY6-0005kq-2U for emacs-devel@gnu.org; Thu, 12 Feb 2009 03:03:54 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]:3407) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXWY3-0000YN-JP; Thu, 12 Feb 2009 03:03:51 -0500 Original-Received: from ntp.math.s.chiba-u.ac.jp ([133.82.132.2] helo=mathmail.math.s.chiba-u.ac.jp) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LXWXy-0002cD-M6; Thu, 12 Feb 2009 03:03:47 -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 BFA8E2C48; Thu, 12 Feb 2009 17:03:39 +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-kernel: by mx20.gnu.org: NetBSD 3.0 (DF) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:109015 Archived-At: >>>>> On Thu, 12 Feb 2009 16:37:43 +0900, Kenichi Handa said: > I'm now thinking about these changes: > (1) Revert script-representative-chars to the previous state; > i.e. single entry for mathematical. It would make nsfont_make_fontset_for_font work again. But that function is still a kludge that should be removed, and nsfont_list needs to be changed so as to handle some of :lang, :script, :registry, and maybe :chars. Otherwise, the default fontset is just wasted and the following example would not work properly on the Cocoa/GNUstep port: (insert "Can you see the difference between " (propertize "\x9aa8" 'charset 'japanese-jisx0208) " and " (propertize "\x9aa8" 'charset 'chinese-gb2312) "?") I'm not against the change (1) above; just some note. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp