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

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

Re: request for bug fix of "invisible"


From: Richard Stallman
Subject: Re: request for bug fix of "invisible"
Date: Sat, 06 Nov 2004 00:23:13 -0500

    (1) If line-move-ignore-invisible is nil:

When this is nil, C-n and C-p are supposed to move to the
same places they would if the text were not invisible.
However, this no longer really works, because Emacs now
moves point out of the invisible area at a low level.

Perhaps this means that option should be eliminated.

    (2) If line-move-ignore-invisible is t:

    At the end of line 1, C-n goes to the beginning of line 3.
            (should go to the end of line 3)

That did not fail for me.

    At the end of line 4, C-p goes to the beginning of line 3.
            (should go to the end of line 3)

I fixed that one.

    At the beginning of the line 3, C-e goes to "i" in line 3.
            (should go to the end of line 3)

C-e doesn't know about line-move-ignore-invisible.
I wrote a new command for C-e which understand this.




reply via email to

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