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

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

bug#14506: 24.3; previous-line, vertical-motion move too far with fci-mo


From: Eli Zaretskii
Subject: bug#14506: 24.3; previous-line, vertical-motion move too far with fci-mode on
Date: Wed, 29 May 2013 20:37:18 +0300

> Date: Wed, 29 May 2013 11:12:55 -0400
> From: Matt McClure <matthewlmcclure@gmail.com>
> 
> Get a copy of Fill-Column-Indicator, e.g. with:
> 
>     git clone https://github.com/alpaker/Fill-Column-Indicator.git
> 
> Start Emacs with:
> 
>     open -n -a Emacs --args -Q --no-site-file --eval '(progn
> (load-file "/path/to/Fill-Column-Indicator/fill-column-indicator.el")
> (fci-mode t))'
> 
> You'll land in a `*scratch*` buffer with three lines of comments
> followed by two blank lines, and the point will be on the last line
> (line 5).
> 
> Call `vertical-motion` twice directly or indirectly:
> 
>     C-p C-p
> 
> or:
> 
>     M-: (vertical-motion -1) RET M-: M-p RET
> 
> Observe that the point moves from line 4 to line 2 on the second
> `vertical-motion`.
> 
> I expect the point to move to line 3 rather than line 2.

Thanks.  This was reported a few weeks ago, see

  http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00362.html

and was fixed in the development sources back then.





reply via email to

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