emacs-devel
[Top][All Lists]
Advanced

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

Re: xdisp.c problem?


From: Tak Ota
Subject: Re: xdisp.c problem?
Date: Fri, 31 Jan 2003 09:34:08 -0800 (PST)

Fri, 31 Jan 2003 12:58:37 +0900 (JST): Kenichi Handa <address@hidden> wrote:

> It seems that Fnext_single_char_property_change is called
> with POS == 0 in this code:
> 
> L9525:      pos = make_number (string_buffer_position (w, glyph->object,
> L9526:                                                 string_before_pos));
> L9527:      pos = Fnext_single_char_property_change (pos, Qdisplay, Qnil, 
> limit);
> 
> That means string_buffer_position returns 0 in your case.
> 
> Hmmm, as this function checks only `display' property, that
> is a likely result if the buffer contains overlay string.
> 
> I've just installed the attached patch to skip such glyphs
> that come from overlay string.  Please try again.

I've just tested the patch already applied xdips.c from the CVS this
morning.  It works fine now, even on this inferior system too.  Thank
you.

-Tak




reply via email to

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