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: Composing Hebrew diacriticals Date: Fri, 07 May 2010 20:15:03 +0900 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83r5lqjkho.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273240105 22160 80.91.229.12 (7 May 2010 13:48:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 13:48:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 07 15:48:22 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OANug-0005bP-4Q for ged-emacs-devel@m.gmane.org; Fri, 07 May 2010 15:48:22 +0200 Original-Received: from localhost ([127.0.0.1]:50062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANue-0002zc-CE for ged-emacs-devel@m.gmane.org; Fri, 07 May 2010 09:48:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OANUN-0007JZ-GZ for emacs-devel@gnu.org; Fri, 07 May 2010 09:21:11 -0400 Original-Received: from [140.186.70.92] (port=58329 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANUI-0003vL-6r for emacs-devel@gnu.org; Fri, 07 May 2010 09:21:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OALSN-0003oU-Ud for emacs-devel@gnu.org; Fri, 07 May 2010 07:11:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:53092) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OALSJ-0003Ym-3s; Fri, 07 May 2010 07:10:55 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o47BAroA012083; Fri, 7 May 2010 20:10:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o47BArTR022184; Fri, 7 May 2010 20:10:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o47BArBZ021339; Fri, 7 May 2010 20:10:53 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OALWJ-0002yN-Ci; Fri, 07 May 2010 20:15:03 +0900 In-Reply-To: <83r5lqjkho.fsf@gnu.org> (message from Eli Zaretskii on Wed, 05 May 2010 21:01:39 +0300) X-detected-operating-system: by eggs.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:124614 Archived-At: In article <83r5lqjkho.fsf@gnu.org>, Eli Zaretskii writes: > > From: Kenichi Handa > > Cc: emacs-devel@gnu.org > > Date: Wed, 05 May 2010 11:39:28 +0900 > > > > > If it's true, what will it take to construct the appropriate > > > composition rules for the diacriticals? > > > > This will be ok. > > > > (set-char-table-range > > composition-function-table '(#x591 . #x5F4) > > '(["[\u0591-\u05F4]+" 0 font-shape-gstring])) > > > > On Windows, I expect uniscribe already has capability to > > handle that. > Thanks, but when I evaluate this expression and insert a consonant > followed by a diacriticals, Emacs infloops. Do you think that this is > something specific to uniscribe, or to how Emacs uses uniscribe? I'm not sure. I don't see infloops on GNU/Linux. But, investigating it based on the current problematic code is a waste of time. I'd like to concentrate on fixing the current code at the moment. --- Kenichi Handa handa@m17n.org