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: Wed, 26 May 2010 09:36:10 +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 1274843872 26260 80.91.229.12 (26 May 2010 03:17:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 May 2010 03:17:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yair F Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 26 05:17:51 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 1OH77u-0006Dw-N5 for ged-emacs-devel@m.gmane.org; Wed, 26 May 2010 05:17:51 +0200 Original-Received: from localhost ([127.0.0.1]:51815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OH77s-0006dj-RK for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 23:17:48 -0400 Original-Received: from [140.186.70.92] (port=37101 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OH6vi-00089I-Bd for emacs-devel@gnu.org; Tue, 25 May 2010 23:05:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OH4bY-0001g5-IP for emacs-devel@gnu.org; Tue, 25 May 2010 20:36:17 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:48010) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OH4bY-0001ZG-0p for emacs-devel@gnu.org; Tue, 25 May 2010 20:36:16 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id o4Q0aB21024418; Wed, 26 May 2010 09:36:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id o4Q0aB8R014064; Wed, 26 May 2010 09:36:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id o4Q0aBfx024347; Wed, 26 May 2010 09:36:11 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1OH4bS-0001Pu-Tl; Wed, 26 May 2010 09:36:10 +0900 In-Reply-To: (message from Yair F on Tue, 25 May 2010 23:56:20 +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:125273 Archived-At: In article , = Yair F writes: > On Tue, May 25, 2010 at 4:45 AM, Kenichi Handa wrote: > > In article , Kenichi Handa w= rites: > > I've just committed fixes. =A0Please try the latest code. > > > > With David CLM font, just font-shape-gstring work well. > I was not able to compose with this code (revision 100441) with any of > CLM or MS fonts. > MDEBUG_FLT doesn't produce output. Instead this appear in the *messages* = buffer > Error during redisplay: (wrong-type-argument arrayp nil) [148 times] Ummm, strange. I don't see that message. I can see correct Hebrew composing with this: % emacs -Q ESC : (setq-default bidi-display-reordering t) RET ESC : (set-fontset-font t 'hebrew '("David CLM" . "unicode-bmp")) Please run Emacs under gdb, set breakpoint at Fsignal, and find out which code causes the above error. % cd .../emacs/src % gdb emacs (gdb) br Fsignal (gdb) run -Q --- Kenichi Handa handa@m17n.org