all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: `raise' display property
Date: Fri, 20 Jun 2008 10:16:14 +0900	[thread overview]
Message-ID: <E1K9VEc-0006eS-97@etlken.m17n.org> (raw)
In-Reply-To: <jwvbq20oyds.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Tue, 17 Jun 2008 11:59:57 -0400)

In article <jwvbq20oyds.fsf-monnier+emacs@gnu.org>, Stefan Monnier <monnier@iro.umontreal.ca> 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
handa@ni.aist.go.jp




      reply	other threads:[~2008-06-20  1:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-11 20:23 `raise' display property Stefan Monnier
2008-06-13 12:29 ` Kenichi Handa
2008-06-14 19:31   ` Stefan Monnier
2008-06-17 15:59   ` Stefan Monnier
2008-06-20  1:16     ` Kenichi Handa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K9VEc-0006eS-97@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.