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

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

Re: Emacs 21.1 display bug


From: Gerd Moellmann
Subject: Re: Emacs 21.1 display bug
Date: 23 Oct 2001 12:04:17 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Gustav HÃ¥llberg <gustav@virtutech.se> writes:

> it first positions the cursor correctly after ^I, but when I type the
> 'i' it prints that 'i' at the beginning of the next display line.

Looks like I've forgotten something.  Could you please try this on
top of the other patch:

*** xdisp.c     2001/10/23 09:57:56     1.688
--- xdisp.c     2001/10/23 10:00:39
***************
*** 12944,12950 ****
  
                      /* A TAB takes us to the right edge of the window.  */
                      if (it->c == '\t')
!                       it->continuation_lines_width += it->last_visible_x;
                      else
                        it->continuation_lines_width += x;
                      
--- 12944,12953 ----
  
                      /* A TAB takes us to the right edge of the window.  */
                      if (it->c == '\t')
!                       {
!                         it->continuation_lines_width += it->last_visible_x;
!                         row->ends_in_middle_of_char_p = 1;
!                       }
                      else
                        it->continuation_lines_width += x;
                      



reply via email to

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