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

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

Re: overlay bug


From: Katsumi Yamaoka
Subject: Re: overlay bug
Date: Tue, 27 Apr 2004 10:13:03 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

That has been fixed.  Thanks.

>>>>> In <address@hidden> Katsumi Yamaoka wrote:

> Could you evaluate the following form in the *scratch* buffer?
> You will see the overlay expands till the end of the window.

> (save-excursion
>   (goto-char (point-max))
>   (insert " ")
>   (let ((overlay (make-overlay (1- (point)) (point))))
>     (overlay-put overlay 'evaporate t)
>     (overlay-put overlay 'face 'mode-line)))
-- 
Katsumi Yamaoka <address@hidden>





reply via email to

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