GNU bug report logs -
#6875
Strange behaviour when moving cursor between lines
Previous Next
Reported by: James Battat <jbattat <at> MIT.EDU>
Date: Tue, 17 Aug 2010 21:21:01 UTC
Severity: normal
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Aug 2010 06:02:14 +0300
with message-id <83r5hwr5c9.fsf <at> gnu.org>
and subject line Re: bug#6875: Strange behaviour when moving cursor between lines
has caused the GNU bug report #6875,
regarding Strange behaviour when moving cursor between lines
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
6875: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6875
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
I am a longtime user of emacs on linux platforms. I recently installed emacs23 on my macbook pro (fink install emacs23) and see unexpected behaviour when moving the cursor forward one line via CTRL-n. I'm not sure if this is a bug, but at a minimum, CTRL-n does a different thing on a linux GNU Emacs 21.4.1 install than on my mac installation.
On my mac, when I open a file in emacs and navigate to the next line using CTRL-n, the cursor does not go to the next line of text, instead, it goes to the next row of text as displayed on the screen. For lines of text that do not wrap, there is no difference between these two behaviours, but for wrapped lines, there is.
For example, if a single line of text has wrapped on the screen, and my cursor is currently at the first character of the line, then CTRL-n takes me to the first displayed character on the second row of the same line of text (the first wrapped row), but not to the next line as specified by a newline character.
While this may seem rather minor, it wreaks havoc when using rectangle cut and insert (CTRL-r k and CTRL-r y).
Is this a selectable setting? A bug? A known difference between emacs 21 and emacs 23? Something else?
I see the same symptom whether I start emacs in a new X window (emacs file.txt &) or within the terminal window (emacs -nw file.txt).
Details of emacs on my macbook pro: GNU Emacs 23.1.1 (i386-apple-darwin10.4.0, GTK+ Version 2.16.6 of 2010-07-23
Details of emacs on linux machine: GNU Emacs 21.4.1 (i686-redhad-linux-gnu, X toolkit, Xaw3d scroll bars) of 2008-01-04 on norob.fnal.gov
Thank you,
James
[Message part 3 (message/rfc822, inline)]
> From: James Battat <jbattat <at> MIT.EDU>
> Date: Tue, 17 Aug 2010 17:19:20 -0400
> Cc:
>
> On my mac, when I open a file in emacs and navigate to the next line using CTRL-n, the cursor does not go to the next line of text, instead, it goes to the next row of text as displayed on the screen. For lines of text that do not wrap, there is no difference between these two behaviours, but for wrapped lines, there is.
This is a feature. See this entry in NEWS:
** The C-n and C-p line-motion commands now move by screen lines,
taking continued lines and variable-width characters into account.
Setting `line-move-visual' to nil reverts this to the previous
behavior (i.e., motion by logical lines based on buffer contents
alone).
I'm closing this bug report.
This bug report was last modified 14 years and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.