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

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

Re: forward-line moves point horizontally when selective-display is acti


From: Kim F. Storm
Subject: Re: forward-line moves point horizontally when selective-display is active
Date: Fri, 06 May 2005 00:46:00 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Problem was caused by recent "improvements" to line-move-1.
I have installed a  fix.  Please try again.


Eric Hanchrow <address@hidden> writes:
>
> create a file named "foo.cpp" with this content (excluding the dashed lines, 
> of course):
> ----------------------------------------
> foo()
> {
>   if(x)
>     {
>       y();
>     }
> }
> ----------------------------------------
>
> Start emacs: "emacs -Q foo.cpp"
>
> Enable selective-display: C-u C-x $
>
> Move point foreward three times: C-n C-n C-n
>
> Note that the cursor is no longer in the leftmost column, but is
> instead at the right end of the line with the "if".
>
> Hit C-n twice more.  Note that the cursor doesn't move; I expected it
> to immediately move down one line.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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