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, 25 May 2010 10:45:50 +0900 Message-ID: References: <83mxwlw2c0.fsf@gnu.org> <83pr12pfw6.fsf@gnu.org> <83fx1xowfj.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 1274751979 28399 80.91.229.12 (25 May 2010 01:46:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 May 2010 01:46:19 +0000 (UTC) Cc: yair.f.lists@gmail.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 25 03:46:16 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 1OGjDc-0006Sw-MH for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 03:46:08 +0200 Original-Received: from localhost ([127.0.0.1]:38632 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGjDc-0006Pk-4b for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 21:46:08 -0400 Original-Received: from [140.186.70.92] (port=46843 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGjDT-0006N8-Pg for emacs-devel@gnu.org; Mon, 24 May 2010 21:46:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGjDR-0003rx-6y for emacs-devel@gnu.org; Mon, 24 May 2010 21:45:59 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:39958) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGjDQ-0003rV-MF for emacs-devel@gnu.org; Mon, 24 May 2010 21:45:57 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o4P1joXO028482; Tue, 25 May 2010 10:45:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o4P1jowQ016789; Tue, 25 May 2010 10:45:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp2.aist.go.jp with ESMTP id o4P1joGP015724; Tue, 25 May 2010 10:45:50 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OGjDK-00088n-BY; Tue, 25 May 2010 10:45:50 +0900 In-Reply-To: (message from Kenichi Handa on Thu, 20 May 2010 11:09:45 +0900) 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:125220 Archived-At: In article , Kenichi Handa writes: > I downloaded culmus fonts. It seems "David CLM" font is > quite good. And, while testing with that font, I found a > bug in the current Emacs code. I'll fix it soon. Please > wait for a while. I've just committed fixes. Please try the latest code. With David CLM font, just font-shape-gstring work well. But with Dejavu Sans font, as it lacks several OTF capabilities, we have to adjust the result of font-shape-gstring. For that, I implemented hebrew-shape-gstring. So now Emacs should be able to use both fonts. I have not yet adopted your code for setting up composition-function-table. It requires some modifications. For instance, we should register hebrew-shape-gstring only for combining characters for fast displaying of a Hebrew text that doesn't have diacriticals. --- Kenichi Handa handa@m17n.org