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

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

history-preserve-point


From: Dan Jacobson
Subject: history-preserve-point
Date: Fri, 02 Dec 2005 02:27:49 +0800

$ man bash
       history-preserve-point
              If  set  to  on, the history code attempts to place point at the
              same location on each history line retrieved with  previous-his-
              tory or next-history.
Wish emacs' comint-previous-input could optionally do that.
Useful e.g., when wanting to do
$ echo a b 1 c d e
$ echo a b 4 c d e
$ echo a b 2 c d e
Hmmm, perhaps repeat-complex-command could also have this ability
added.

Better than always just having the cursor placed at the end of the
line with no alternatives.




reply via email to

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