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: Juanma Barranquero
Subject: bug#9092: movement cursor in speedbar
Date: Fri, 15 Jul 2011 17:23:16 +0200

emacs -Q -f speedbar

The cursor is at the bottom of the speedbar window.

<up>    ; the cursor moves over the icon in the previous line
<up>
...
<up>    ; the cursor moves over the icons normally
<right> <left>  ; the cursor is again over the icon
<down>   ; now the cursor moves to the space next to the icon.

and from that moment on, even if you move over the icon, the cursor
moves back outside it.

According to Eli, line-move-visual tells vertical-motion which column
the cursor should move to, and that does not work too well with stuff
that isn't text, like an image or a stretch glyph (like the one for
`(space :align-to NN)') display property.

    Juanma





reply via email to

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