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: Word syntax question Date: Wed, 22 Oct 2008 20:52:36 +0900 Message-ID: References: <87mygy0ybq.fsf@catnip.gol.com> <87bpxd29ft.fsf@catnip.gol.com> <8763nl1m41.fsf@catnip.gol.com> <87bpxdtjc7.fsf@xemacs.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224676384 19933 80.91.229.12 (22 Oct 2008 11:53:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 11:53:04 +0000 (UTC) Cc: schwab@suse.de, eliz@gnu.org, emacs-devel@gnu.org, miles@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 22 13:54:04 2008 connect(): Connection refused 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 1KscHr-0001BH-3P for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 13:54:03 +0200 Original-Received: from localhost ([127.0.0.1]:47165 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KscGl-0000dZ-JU for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 07:52:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KscGh-0000bK-7B for emacs-devel@gnu.org; Wed, 22 Oct 2008 07:52:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KscGf-0000YD-Nd for emacs-devel@gnu.org; Wed, 22 Oct 2008 07:52:50 -0400 Original-Received: from [199.232.76.173] (port=47127 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KscGf-0000Xy-Jl for emacs-devel@gnu.org; Wed, 22 Oct 2008 07:52:49 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59160) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KscGb-0000Uw-Ia; Wed, 22 Oct 2008 07:52:46 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id m9MBqbB3022437; Wed, 22 Oct 2008 20:52:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id m9MBqbrS010040; Wed, 22 Oct 2008 20:52:37 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id m9MBqaDd022039; Wed, 22 Oct 2008 20:52:36 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1KscGS-0001CX-Ic; Wed, 22 Oct 2008 20:52:36 +0900 In-reply-to: <87bpxdtjc7.fsf@xemacs.org> (stephen@xemacs.org) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) 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:104837 Archived-At: In article <87bpxdtjc7.fsf@xemacs.org>, "Stephen J. Turnbull" writes: > So it seems to me that an exceptional case for IPA (make it a member > of all language groups, or perhaps of those that use the Latin > alphabet?) should be sufficient. I think classifying those phonetic characters in `phonetic' script is wrong. At least, Unicode says that most of them are Latin script. Jason, why did you install this change for phonetic characters? Was it to select a proper font for those characters? 2008-04-01 Jason Rumney * international/characters.el (script-list): Add phonetic script, covering IPA (previously Latin), Phonetic Extensions and Phonetic Extensions Supplement (both previously unassigned). * international/fontset.el (setup-default-fontset): Use unicode fonts that cover bopomofo script for bopomofo. Likewise for braille and mathematical. Use unicode scripts that cover the phonetic script for IPA. --- Kenichi Handa handa@ni.aist.go.jp