emacs-devel
[Top][All Lists]
Advanced

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

Re: Overlays at the end of the buffer does not reach it


From: Lennart Borgman (gmail)
Subject: Re: Overlays at the end of the buffer does not reach it
Date: Tue, 25 Mar 2008 03:19:26 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Stefan Monnier wrote:
If you put an overlay at the end of the buffer and then put point at the end
of the buffer then point is outside the overlay.

Doesn't it depend on the insertion type of the end of the overlay?
I.e. (make-overlay (point) (point-max) nil nil t) should work.
I'm not claiming it does, but if it doesn't, I think it's a bug.

Yes, it works the way you say. Thanks.




reply via email to

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