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, 28 May 2010 09:42:37 +0900 Message-ID: References: <83mxwlw2c0.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 1275007375 22736 80.91.229.12 (28 May 2010 00:42:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 May 2010 00:42:55 +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 28 02:42:53 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 1OHnf2-0006qf-CW for ged-emacs-devel@m.gmane.org; Fri, 28 May 2010 02:42:52 +0200 Original-Received: from localhost ([127.0.0.1]:39658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHnf1-0000Jq-LZ for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 20:42:51 -0400 Original-Received: from [140.186.70.92] (port=35645 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHnev-0000Jk-Nr for emacs-devel@gnu.org; Thu, 27 May 2010 20:42:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHneu-0001px-71 for emacs-devel@gnu.org; Thu, 27 May 2010 20:42:45 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:37904) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHnet-0001pT-O9 for emacs-devel@gnu.org; Thu, 27 May 2010 20:42:44 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o4S0gcan019002; Fri, 28 May 2010 09:42:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o4S0gcuW010114; Fri, 28 May 2010 09:42:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o4S0gcd4027914; Fri, 28 May 2010 09:42:38 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OHnen-0006xV-SC; Fri, 28 May 2010 09:42:37 +0900 In-Reply-To: (message from Yair F on Fri, 28 May 2010 00:59:08 +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:125317 Archived-At: In article , = Yair F writes: > On Thu, May 27, 2010 at 10:27 AM, Kenichi Handa wrote: > > This indicates that somehow the "shape" method of a font > > driver didn't work correctly. =A0Please set the break point at > > Ffont_shape_gstring, and investigate why that function > > doesn't reach this last code by stepping through the code > > using n(ext) command of gdb: > Ffont_shape_gstring fails because of otf =3D=3D 0 > p *ftfont_info > $5 =3D { [...] > maybe_otf =3D 0, > otf =3D 0x0, Then please find why maybe_otf and otf are set to zero by stepping through the code of ftfont_get_otf which is called from ftfont_shape. BTW, are you sure that your Emacs is compiled with libotf? --- Kenichi Handa handa@m17n.org