emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Composing Hebrew diacriticals


From: Kenichi Handa
Subject: Re: Composing Hebrew diacriticals
Date: Thu, 27 May 2010 16:27:25 +0900

In article <address@hidden>, Yair F <address@hidden> 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]
> [[#<font-object "-bitstream-David
> 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
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]