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

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

[debbugs-tracker] bug#19553: closed (25.0.50; vertical-motion returns er


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#19553: closed (25.0.50; vertical-motion returns erroneous positive value)
Date: Sat, 10 Jan 2015 20:36:01 +0000

Your message dated Sat, 10 Jan 2015 23:34:53 +0300
with message-id <address@hidden>
and subject line Re: bug#19553: 25.0.50; vertical-motion returns erroneous 
positive value
has caused the debbugs.gnu.org bug report #19553,
regarding 25.0.50; vertical-motion returns erroneous positive value
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
19553: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19553
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; vertical-motion returns erroneous positive value 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).

4. Evaluate (vertical-motion 1). Point won't move (it has nowhere to
go), but the function call with return 2. Repeat indefinitely.

It's apparently an old bug, but it's been reported in
https://github.com/company-mode/company-mode/issues/274 two days ago,
because it causes an error in company-mode's popup rendering code when
used together with a new-ish package.

(I think I have a workaround, though, if this only happens at eob).

In GNU Emacs 25.0.50.25 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2)
 of 2015-01-05 on axl
Repository revision: 1ac42bca8886267dac029a2f19df1a43313e0d95
Windowing system distributor `The X.Org Foundation', version 11.0.11601901
System Description:     Ubuntu 14.10



--- End Message ---
--- Begin Message --- Subject: Re: bug#19553: 25.0.50; vertical-motion returns erroneous positive value Date: Sat, 10 Jan 2015 23:34:53 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0
Version: 24.5

On 01/10/2015 04:06 PM, Eli Zaretskii wrote:

Fixed in commit b544ab5 on the emacs-24 branch.

Thanks!


--- End Message ---

reply via email to

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