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: Katsumi Yamaoka
Subject: Re: line-move-visual & invisible text
Date: Thu, 18 Sep 2008 16:29:03 +0900
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

>>>>> martin rudalics wrote:
>> 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?

Oh, I see the point moves smoothly over the Info title lines just
now, even if line-move-visual is nil.  It must have been fixed.
Thank you.




reply via email to

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