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: Thu, 27 May 2010 16:27:25 +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 1274945284 10481 80.91.229.12 (27 May 2010 07:28:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 07:28:04 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 27 09:27:59 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 1OHXVS-0006LK-J4 for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 09:27:54 +0200 Original-Received: from localhost ([127.0.0.1]:32848 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHXVR-0004Wo-R7 for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 03:27:53 -0400 Original-Received: from [140.186.70.92] (port=45529 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHXVD-0004SR-Ro for emacs-devel@gnu.org; Thu, 27 May 2010 03:27:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHXV7-00023l-NS for emacs-devel@gnu.org; Thu, 27 May 2010 03:27:39 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:59864) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHXV7-00022m-7D for emacs-devel@gnu.org; Thu, 27 May 2010 03:27:33 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o4R7RQhs025932; Thu, 27 May 2010 16:27:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp3.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o4R7RQ91008745; Thu, 27 May 2010 16:27:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp3.aist.go.jp with ESMTP id o4R7RPqH003895; Thu, 27 May 2010 16:27:25 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OHXUz-0005hh-He; Thu, 27 May 2010 16:27:25 +0900 In-Reply-To: (message from Yair F on Wed, 26 May 2010 19:12:06 +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:125297 Archived-At: In article , Yair F writes: > > (gdb) up 13 > > (gdb) pp args[1] > #13 0x08305606 in Ffuncall (nargs=2, args=0xbfffad90) at eval.c:3130 > 3130 val = funcall_lambda (fun, numargs, args + 1); > (gdb) pp args[1] > [[# CLM-normal-normal-normal-*-27-*-*-*-*-0-iso10646-1"> 1513 1474] nil [0 > 0 1513 141 15 0 16 15 1 nil] [1 1 1474 113 0 3 6 17 -13 nil] nil nil > nil nil nil nil] > (gdb) This indicates that somehow the "shape" method of a font driver didn't work correctly. Please 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: L4600: return composition_gstring_put_cache (gstring, XINT (n)); By the way, the Lisp error was because of a bug in hebrew-shape-gstring. I've committed a fix. --- Kenichi Handa handa@m17n.org