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, 29 Jun 2010 17:07:51 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1277799047 19256 80.91.229.12 (29 Jun 2010 08:10:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2010 08:10:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 29 10:10:46 2010 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 1OTVtz-0006mz-NV for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 10:10:44 +0200 Original-Received: from localhost ([127.0.0.1]:59794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTVtz-0003wS-4r for ged-emacs-devel@m.gmane.org; Tue, 29 Jun 2010 04:10:43 -0400 Original-Received: from [140.186.70.92] (port=55730 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTVrN-00036g-O7 for emacs-devel@gnu.org; Tue, 29 Jun 2010 04:08:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTVrL-0006cb-SM for emacs-devel@gnu.org; Tue, 29 Jun 2010 04:08:01 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:62882) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTVrL-0006bc-CZ for emacs-devel@gnu.org; Tue, 29 Jun 2010 04:07:59 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o5T87pcH025599; Tue, 29 Jun 2010 17:07:52 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o5T87pHe010744; Tue, 29 Jun 2010 17:07:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o5T87pcX028938; Tue, 29 Jun 2010 17:07:51 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OTVrD-0000gT-DE; Tue, 29 Jun 2010 17:07:51 +0900 In-Reply-To: (message from Yair F on Mon, 28 Jun 2010 19:40:11 +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:126495 Archived-At: In article , Yair F writes: > Sorry for the late response. > Apparently the Culmus fonts are type1: > /usr/share/fonts/X11/Type1/DavidCLM-Medium.pfa: PostScript Type 1 font > text (DavidCLM-Medium 0.101) How did you install that font? I donwloaded culmus-0.104.tar.gz from this page: http://sourceforge.net/projects/culmus/files/culmus/0.104/ and extracted DavidCLM-Medium.ttf from that tarball, and put it under ~/.fonts. Please try that (and uninstall the above type1 font), and check if Emacs can use TrueType version of that font correctly. > But MS fonts are ttf, and they doesn't compose either. > /usr/share/fonts/truetype/msttcorefonts/Arial.ttf: TrueType font data I tried that font too. That font doesn't have OpenType tables for hebrew script. % fc-list arial family capability Arial Arial:capability=otlayout\:arab But, the function hebrew-shape-gstring has workaround code for such fonts, and in my environment, hebrew diacriticals are surely composed (although the positioning is not optimal). --- Kenichi Handa handa@m17n.org