From: Vinicius Jose Latorre <viniciusjl@ig.com.br>
To: "GNU Emacs (devel)" <emacs-devel@gnu.org>
Subject: Problem with {beginning,end}-of-visual-line
Date: Sun, 30 Nov 2008 18:28:59 -0200 [thread overview]
Message-ID: <4932F78B.9060904@ig.com.br> (raw)
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?
reply other threads:[~2008-11-30 20:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4932F78B.9060904@ig.com.br \
--to=viniciusjl@ig.com.br \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.