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: 山本和彦
Subject: Re: request for bug fix of "invisible"
Date: Thu, 18 Nov 2004 12:40:06 +0900 (JST)

> I fixed that same bug a few days ago; that's one of the reasons I
> was making changes there.  Did it come back?
> Or were you working on an old version of the source?

I have tested this again on Emacs current and I found only one
bug has been fixed at this moment.


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

At the beginning of line 3, C-n goes to "i" in line 3.
        (should go to the beginning of line 4)
        NOT FIXED
At the end of line 3, C-p goes to the beginning of line 3.
        (should go to the end of line 1)
        NOT FIXED
At the beginning of line 3, C-e goes to "i" in line 3.
        (should go to the end of line 3)
        NOT FIXED

(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)
        NOT FIXED
At the end of line 4, C-p goes to the beginning of line 3.
        (should go to the end of line 3)
        FIXED
At the beginning of the line 3, C-e goes to "i" in line 3.
        (should go to the end of line 3)
        NOT FIXED

--Kazu




reply via email to

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