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

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

bug#19553: 25.0.50; vertical-motion returns erroneous positive value


From: Eli Zaretskii
Subject: bug#19553: 25.0.50; vertical-motion returns erroneous positive value
Date: Sat, 10 Jan 2015 15:24:34 +0200

> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Sat, 10 Jan 2015 09:21:12 +0300
> 
> 1. Create an empty buffer.
> 
> 2. Create an overlay at the end of it with a tricky after-string:
> 
> (setq my-ov (make-overlay (point-max) (point-max) nil t t))
> (overlay-put my-ov 'after-string "~\n~\n~")
> 
> 3. Move point to the end of the buffer (it will be rendered after the
> display string; not sure if it's a bug).

Sorry, forgot to answer that question: no, it's not a bug.  We always
display the cursor _after_ overlay strings.





reply via email to

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