emacs-devel
[Top][All Lists]
Advanced

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

Re: `raise' display property


From: Kenichi Handa
Subject: Re: `raise' display property
Date: Fri, 20 Jun 2008 10:16:14 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Stefan Monnier <address@hidden> writes:

> So I finally got my hands again on the machine where it crashed, and it
> still crahses there, so here's the relevant log.  First the log given by
> M-x font-show-log RET before the crash (with no `raise' displayed yet), and
> then the value of Vfont_log given by GDB after the crash.

Thank you.  I found a strange thing in your log here:
[...]
> xfont-list: -misc-fixed-*-*-*-*-*-*-*-*-*-*-iso8859-1
>   -misc-fixed-medium-r-semicondensed--17-*-100-100-c-*-iso8859-1
                                                       ^-- AVGWIDTH

The X font-backend should set AVGWIDTH field to an integer
got from the font name.  So, I don't know why it's "*" in
your log.  Could you please set break point at xfont.c:263,

          result = font_parse_xlfd (indices[i], entity);

and find why AREF (entity, FONT_AVGWIDTH_INDEX) is not set
to a proper integer?

---
Kenichi Handa
address@hidden




reply via email to

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