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: Fri, 28 May 2010 09:42:37 +0900

In article <address@hidden>, Yair F <address@hidden> writes:

> On Thu, May 27, 2010 at 10:27 AM, Kenichi Handa <address@hidden> wrote:
> > 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:

> Ffont_shape_gstring fails because of otf == 0

> p *ftfont_info
> $5 = {
[...]
>   maybe_otf = 0,
>   otf = 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
address@hidden



reply via email to

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