[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: move-beginning-of-line
From: |
Richard Stallman |
Subject: |
Re: move-beginning-of-line |
Date: |
Tue, 15 Mar 2005 13:38:48 -0500 |
In the M-: and M-x cases, doing the right thing is not nearly as obvious as
you'd think because the "command" that does the work is actually the RET
which exits from the minibuffer and then runs the actual code, so the
"start point" and "end point" of the command are not even in the same
buffer, so inferring the direction of the movement is not done correctly.
Maybe this can be improved if entering the minibuffer saves the "old
position" information and exiting it restores that information. Want
to try that?
Re: move-beginning-of-line, Istvan Marko, 2005/03/17