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

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

Re: next-line is non-deterministic


From: Richard Stallman
Subject: Re: next-line is non-deterministic
Date: Fri, 25 Mar 2005 01:41:40 -0500

    (progn (move-end-of-line 1) (next-line 1))

    produces different results depending on the method of moving the point
    to the beginning of the buffer before evaluating this expression.

This is because of the temporary goal column.
If the previous command was C-p, and it moved to
column zero, this call to next-line will also move
to column zero.

It is not a bug.




reply via email to

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