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

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

[debbugs-tracker] bug#18276: closed (24.3.92; `previous-line' jumps over


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18276: closed (24.3.92; `previous-line' jumps over the line before one propertized with `display')
Date: Mon, 18 Aug 2014 15:37:01 +0000

Your message dated Mon, 18 Aug 2014 18:36:21 +0300
with message-id <address@hidden>
and subject line Re: bug#18276: 24.3.92; `previous-line' jumps over the line 
before one propertized with        `display'
has caused the debbugs.gnu.org bug report #18276,
regarding 24.3.92; `previous-line' jumps over the line before one propertized 
with `display'
to be marked as done.

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


-- 
18276: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18276
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.92; `previous-line' jumps over the line before one propertized with `display' Date: Sat, 16 Aug 2014 13:06:18 +0400
As brought up on emacs-devel, with this example:

   (insert "e\naaaaaa\n")
   (insert (propertize " " 'display "bbbbbb\ncccccc"))
   (insert "\n")

When point is at eob, try pressing `C-p' a couple of times: the point
will jump over the aaaaaa line.

In GNU Emacs 24.3.92.4 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8)
 of 2014-08-06 on axl
Repository revision: 117425 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.11501000
System Description:     Ubuntu 14.04.1 LTS



--- End Message ---
--- Begin Message --- Subject: Re: bug#18276: 24.3.92; `previous-line' jumps over the line before one propertized with `display' Date: Mon, 18 Aug 2014 18:36:21 +0300
> From: Dmitry <address@hidden>
> Date: Sat, 16 Aug 2014 13:06:18 +0400
> 
> As brought up on emacs-devel, with this example:
> 
>    (insert "e\naaaaaa\n")
>    (insert (propertize " " 'display "bbbbbb\ncccccc"))
>    (insert "\n")
> 
> When point is at eob, try pressing `C-p' a couple of times: the point
> will jump over the aaaaaa line.

Fixed in revision 117449 on the emacs-24 branch.

Thanks.


--- End Message ---

reply via email to

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