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: Tue, 11 May 2010 09:25:13 +0900 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83eihojc1z.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273537597 12591 80.91.229.12 (11 May 2010 00:26:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 11 May 2010 00:26:37 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 11 02:26:33 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 1OBdIr-0007YL-Pa for ged-emacs-devel@m.gmane.org; Tue, 11 May 2010 02:26:31 +0200 Original-Received: from localhost ([127.0.0.1]:33291 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBdIl-00010a-Qa for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 20:26:23 -0400 Original-Received: from [140.186.70.92] (port=54589 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBdIH-0000Y4-HU for emacs-devel@gnu.org; Mon, 10 May 2010 20:26:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBdHq-0007mR-BN for emacs-devel@gnu.org; Mon, 10 May 2010 20:25:53 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:33242) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBdHl-0007lM-Cj; Mon, 10 May 2010 20:25:21 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o4B0PEVs012212; Tue, 11 May 2010 09:25:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o4B0PEkW000246; Tue, 11 May 2010 09:25:14 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id o4B0PDeU025096; Tue, 11 May 2010 09:25:13 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OBdHd-0007uj-QQ; Tue, 11 May 2010 09:25:13 +0900 In-Reply-To: (message from Yair F on Mon, 10 May 2010 17:09:54 +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:124683 Archived-At: In article , = Yair F writes: > > Yair, does the above work for you? =A0For me (on MS-Windows), it > > infloops. =A0I will try to find out where it loops later. > > > The code below sort-of works for me. > However, composition only occurs sometimes. I believe it depends on > the font being used including font size. > How can I debug it further? I'm now working on fixing the problem of bidi-composition interaction. Please wait for a while. --- Kenichi Handa handa@m17n.org > (Kubuntu/GTK/XFT) > (defconst hebrew-composable-pattern > (concat > "\\(" > "[\u05D0-\u05D4\u05D6-\u05E8\u05EA\u05F1-\u05F3]" > ;; base (except vav and shin) > "[\u05BC\u05BF]?" ;; 0-1 marks of 1st class (dagesh) > "[\u05B0-\u05B9\u05BB\u05C7]?" ;; 0-1 marks of 3rd class (vowel) > "[\u0591-\u05AF\u05BD]*" ;; 0-2 (3?) marks of 4th class (can= till.) > "\\|" > "\u05D5" ;; base (vav) > "\u05BC?" ;; 0-1 marks of 1st class (dagesh) > "[\u05B0-\u05BB\u05C7]?" ;; 0-1 marks of extended 3rd class = (vowel) > "[\u0591-\u05AF\u05BD]*" ;; 0-2 (3?) marks of 4th class (can= till.) > "\\|" > "\u05E9" ;; base (shin) > "\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 (vowel) > "[\u0591-\u05AF\u05BD]*" ;; 0-2 (3?) marks of 4th class (can= till.) > "\\)") > "Regexp matching a composable sequence of Hebrew characters.") > (set-char-table-range > composition-function-table '(#x591 . #x5F4) > (list (vector hebrew-composable-pattern 0 'font-shape-gstring)))