emacs-devel
[Top][All Lists]
Advanced

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

Re: line-move-visual & invisible text


From: martin rudalics
Subject: Re: line-move-visual & invisible text
Date: Thu, 18 Sep 2008 08:06:48 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

> I use (setq line-move-visual nil) but I realized I need at least:
>
> (add-hook 'Info-mode-hook
>      (lambda nil
>        (set (make-local-variable 'line-move-visual) t)))
>
> It enables C-n and C-e to work on the title lines of Info pages.
> For instance, in the top of the Gnus Info, there is the line
> displayed as:
>
> The Gnus Newsreader
>
> But just under it, there is actually the invisible line:
>
> *******************
>
> This seems to be the cause of the malfunction of C-n and C-e,
> performed on such places, in the case where `line-move-visual'
> is nil.  It might not be so serious, but is a bug.

I suppose Chong's recent change to `vertical-motion' fixed this.  Can
you try it?

martin




reply via email to

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