bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#11199: 24.0.95; killing right-to-left text at eob leads to inconsist


From: Eli Zaretskii
Subject: bug#11199: 24.0.95; killing right-to-left text at eob leads to inconsistent state
Date: Mon, 09 Apr 2012 09:24:57 +0300

> From: Michael Welsh Duggan <md5i@md5i.com>
> Cc: 11199@debbugs.gnu.org
> Date: Sun, 08 Apr 2012 17:17:37 -0400
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> >> From: Michael Welsh Duggan <md5i@md5i.com>
> >> Cc: 11199@debbugs.gnu.org
> >> Date: Sun, 08 Apr 2012 17:01:31 -0400
> >> 
> >> (gdb) up
> >> #4  0x080a82f0 in try_window_id (w=0x88e30d0) at xdisp.c:17140
> >> (gdb) p row->end
> >> $11 = {
> >>   pos = {
> >>     charpos = 309, 
> >>     bytepos = 313
> >>   }, 
> >
> > row->end is wrong here, please show last_unchanged_at_beg_row->end
> > instead.
> 
> (gdb) p last_unchanged_at_beg_row->end
> $12 = {
>   pos = {
>     charpos = 308, 
>     bytepos = 311
>   }, 
>   overlay_string_index = -1, 
>   string_pos = {
>     charpos = -1, 
>     bytepos = -1
>   }, 
>   dpvec_index = -1
> }

Thanks, this is consistent with the other frames; no mystery here.





reply via email to

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