[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: box drawing fix
From: |
Kenichi Handa |
Subject: |
Re: box drawing fix |
Date: |
Tue, 17 Oct 2000 10:00:41 +0900 (JST) |
Gerd Moellmann <address@hidden> writes:
>> But, there still exists a bug in box drawing. Please try this:
>> (save-excursion
>> (make-face 'b)
>> (set-face-attribute 'b nil :box 4)
>> (goto-char (point-min))
>> (insert "abc\ndef\n")
>> (put-text-property 1 4 'face 'b)
>> (put-text-property 5 8 'face 'b))
>>
>> The first line correctly has a box face, but the second line
>> doesn't have a correct box. When I wait for a few seconds
>> without doing anything, the screen is updated correctly, but
>> when I type C-l after that, the second line is display
>> incrrectly again.
>>
>> For the moment, I don't know how to fix it.
> Thanks for good sample code, Kenichi. This bug should be fixed now.
I've just confirmed that it is fixed, thank you.
---
Ken'ichi HANDA
address@hidden