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: Michael Welsh Duggan
Subject: bug#11199: 24.0.95; killing right-to-left text at eob leads to inconsistent state
Date: Sun, 08 Apr 2012 17:17:37 -0400
User-agent: Gnus/5.11002 (No Gnus v0.20) Emacs/24.1.50 (gnu/linux)

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
}

-- 
Michael Welsh Duggan
(md5i@md5i.com)





reply via email to

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