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

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

next-line + newline-in-fringe + outline-minor-mode


From: Stefan Monnier
Subject: next-line + newline-in-fringe + outline-minor-mode
Date: 16 Mar 2004 18:31:11 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

   > emacs -q lisp/smerge-mode
   M-x outline-minor-mode
   C-s -funct C-a
   C-n

when I do the above, the `-funct' text is on a line of exactly 80 chars and
when I do C-n Emacs skips two lines instead of just one.
The outline-minor-mode is only relevant in that it turns on
line-move-ignore-invisible.  I.e. the following shows the same problem:

   > emacs -q --no-site-file
   C-u 80 a
   RET RET
   C-p C-p
   M-: (setq line-move-ignore-invisible t)
   C-n
   


        Stefan




reply via email to

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