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:11:59 +0900 Message-ID: References: <83mxwlw2c0.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 1273239082 18091 80.91.229.12 (7 May 2010 13:31:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 13:31:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 07 15:31:21 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 1OANe9-0005Bk-Ks for ged-emacs-devel@m.gmane.org; Fri, 07 May 2010 15:31:18 +0200 Original-Received: from localhost ([127.0.0.1]:45578 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANe8-0006SE-Jm for ged-emacs-devel@m.gmane.org; Fri, 07 May 2010 09:31:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OANUT-0007P4-Rn for emacs-devel@gnu.org; Fri, 07 May 2010 09:21:18 -0400 Original-Received: from [140.186.70.92] (port=58533 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OANUO-00045W-Do for emacs-devel@gnu.org; Fri, 07 May 2010 09:21:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OALPO-0002Id-LY for emacs-devel@gnu.org; Fri, 07 May 2010 07:07:56 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51488) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OALPO-0002HX-4b for emacs-devel@gnu.org; Fri, 07 May 2010 07:07:54 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o47B7nsG010095; Fri, 7 May 2010 20:07:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o47B7n2r004848; Fri, 7 May 2010 20:07:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id o47B7nOd010720; Fri, 7 May 2010 20:07:49 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OALTL-0002xu-55; Fri, 07 May 2010 20:11:59 +0900 In-Reply-To: (message from Yair F on Fri, 7 May 2010 13:00:16 +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:124612 Archived-At: In article , Yair F writes: > This is the composition regexp : I added whitespace and comments for readability > \\( > [\u05D0-\u05D4\u05D6-\u05E8\u05EA\u05F1-\u05F3] ;; base > [\u05BC\u05BF]? ;; 0-1 marks of 1st > class (dagesh) > [\u05B0-\u05B9\u05BB\u05C7]? ;; 0-1 marks of 3rd > class (niqud) > [\u0591-\u05AF\u05BD]* ;; 0-2 (possibly 3) > marks of 4th class > \\| > \u05D5 ; base > \u05BC? ;; 0-1 marks of 1st > class (dagesh) > [\u05B0-\u05BB\u05C7]? ;; 0-1 marks of > extended 3rd class (niqud) > [\u0591-\u05AF\u05BD]* ;; 0-2 (possibly 3) > marks of 4th class > \\| > \u05E9 ; base > \u05BC ;; 0-1 marks of 1st > class (dagesh) > [\u05C1\u05C2]? ;; 0-1 marks of 2nd > class (shin dot) > [\u05B0-\u05B9\u05BB\u05C7]? ;; 0-1 marks of 3rd > class (niqud) > [\u0591-\u05AF\u05BD]* ;; 0-2 (possibly 3) > marks of 4th class > \\) > What would be the best way in this case? > In the most extreme case there are 6 marks attached to base character. Thank you for the data. As I'm now busy for fixing the display problem of bidi-composition interaction, I'll reply after that work is finished. --- Kenichi Handa handa@m17n.org