[Top][All Lists]
[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: |
Stefan Monnier |
Subject: |
Re: Overlays at the end of the buffer does not reach it |
Date: |
Mon, 24 Mar 2008 21:39:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
> 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.
Stefan