* Problem with {beginning,end}-of-visual-line
@ 2008-11-30 20:28 Vinicius Jose Latorre
0 siblings, 0 replies; only message in thread
From: Vinicius Jose Latorre @ 2008-11-30 20:28 UTC (permalink / raw)
To: GNU Emacs (devel)
I'm not sure if the behavior described below is a bug or not.
If it's a bug, I'll send a report bug.
Please, try with the latest Emacs CVS:
1. emacs -Q
2. Insert in the *Scratch* buffer:
WF012345678901234567890123456789012345678901234FW
| ; » » »^ » »ABC |
Where:
- The very first line indicates the column (numbers), the fringes (F)
and the window border (W).
- The character | represents the window border.
- The character ^ represents the point.
- The character » represents a TAB.
3. Shrink window:
WF0123456789012345678901234567890123456FW
| ; » » »^ » <|
|> »ABC |
4. M-x beginning-of-visual-line RET
WF0123456789012345678901234567890123456FW
| ^; » » » » <|
|> »ABC |
5. M-x end-of-visual-line RET
WF0123456789012345678901234567890123456FW
| ; » » » »^ <|
|> »ABC |
6. M-x beginning-of-visual-line RET
WF0123456789012345678901234567890123456FW
| ; » » » » <|
|> »^ABC |
Shouldn't the point be in column 0 just before character ; instead of
just before character A in the next visual line?
7. M-x end-of-visual-line RET
WF0123456789012345678901234567890123456FW
| ;; » » » » <|
|> »ABC^ |
Is this a bug?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-11-30 20:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-30 20:28 Problem with {beginning,end}-of-visual-line Vinicius Jose Latorre
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.