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

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

overlay bug


From: Katsumi Yamaoka
Subject: overlay bug
Date: Mon, 26 Apr 2004 15:29:26 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hi,

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)))

Regards,
-- 
Katsumi Yamaoka <address@hidden>




reply via email to

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