GNU bug report logs -
#71728
previous-line-or-history-element should put cursor at end, like comint-previous-input
Previous Next
Reported by: Dan Jacobson <jidanni <at> jidanni.org>
Date: Sun, 23 Jun 2024 00:37:01 UTC
Severity: normal
Tags: notabug, wontfix
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Here none of the "C-e ;; move-end-of-line" should be necessary,
as the position of the previous cursor should be remembered along
with the previous command.
Or the default position of the cursor should be the end of line,
not beginning. Just like comint-previous-input.
! ;; dired-do-shell-command
l ;; self-insert-command
s ;; self-insert-command
<return> ;; exit-minibuffer
! ;; dired-do-shell-command
<up> ;; previous-line-or-history-element
C-e ;; move-end-of-line
SPC ;; self-insert-command
- ;; self-insert-command
a ;; self-insert-command
<return> ;; exit-minibuffer
! ;; dired-do-shell-command
<up> ;; previous-line-or-history-element
C-e ;; move-end-of-line
l ;; self-insert-command
<return> ;; exit-minibuffer
emacs 29.3.
This bug report was last modified 1 year and 60 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.