emacs-devel
[Top][All Lists]
Advanced

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

Bug in pointer display in a narrowed buffer with overlay with 'after-str


From: Lennart Borgman
Subject: Bug in pointer display in a narrowed buffer with overlay with 'after-string
Date: Sat, 18 Mar 2006 01:25:41 +0100
User-agent: Thunderbird 1.5 (Windows/20051201)

I define an overlay like this and then narrows the buffer:

               (setq html-inlined-overlay (make-overlay
                                           beg end
                                           nil
                                           nil t))
               (overlay-put html-inlined-overlay 'before-string "BEFORE")
               (overlay-put html-inlined-overlay 'after-string "AFTER")

               (narrow-to-region beg end)

Now if I move point to the end of the narrowed buffer the pointer is shown after AFTER. However if I insert characters they are inserted before AFTER (as they should be).




reply via email to

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