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

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

bug#9092: movement cursor in speedbar


From: Eli Zaretskii
Subject: bug#9092: movement cursor in speedbar
Date: Tue, 15 Dec 2020 19:36:14 +0200

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Tue, 08 Dec 2020 15:46:21 +0100
> Cc: 9092@debbugs.gnu.org
> 
> (dotimes (i 5)
>   (insert (propertize "a" 'invisible t)
>         (propertize "c" 'display
>                     (find-image '((:type xpm :file "search.xpm"))))
>         (format " foo %s\n" i)))
> 
> If we don't have the invisible text before the image, then motion
> commands work as expected.

Yes, the invisible text immediately before the image was the trigger
here.

Should be fixed now on the master branch.





reply via email to

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