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

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

Re: Display engine bugs


From: Juri Linkov
Subject: Re: Display engine bugs
Date: Fri, 14 Nov 2003 17:21:52 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

address@hidden (Kim F. Storm) writes:
> Juri Linkov <address@hidden> writes:
>> 4. "Black hole"
>> Copy into scratch:
>> (progn
>>   (setq tab-width 8 truncate-lines t)
>>   (mapc (lambda (l) (insert-char (car l) (cadr l)))
>>         '((?\n 1) (?\t 3) (?\040 5) (?a 75) (?\040 1) (?\n 1) (?\t 16))))
>> and press the following keys:
>> C-j C-p C-b C-b
>> now start to press <backspace> may times until you see a black hole.
>> 
>> 5. Next bug can be reproduced by evaluating the following line:
>> (progn (setq tab-width 8 truncate-lines t) (split-window-horizontally))
>> Now set left window width to 82.
>> Insert the following line into buffer:
>>                         
>> aaaaaaaaaaaaaaaaaa(xxxxxxxxxxxxxxxxxxxxxxxxxxx);(yyyyyyyyyyyyyyyyyyyyyyyy)
>> and press the following keys:
>> C-e C-SPC M-C-b M-C-b C-w
>> On the next screenshot the first line shows how it should look,
>> the second line show how it actually looks.
>
> I just installed a change in CVS which fixes problem 5.  
>
> Could you test whether it also fixes problem 4.  Thanks.

I just tested your fixes, and confirm that both problems are fixed.
Thank you!

-- 
http://www.jurta.org/emacs/





reply via email to

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