[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74166: [PATCH] Fix tmm "previous menu" shortcut
From: |
Eli Zaretskii |
Subject: |
bug#74166: [PATCH] Fix tmm "previous menu" shortcut |
Date: |
Sat, 09 Nov 2024 12:34:58 +0200 |
> Cc: 74166@debbugs.gnu.org
> Date: Sat, 02 Nov 2024 19:43:33 +0100
> From: Manuel Giraud via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
> Juri Linkov <juri@linkov.net> writes:
>
> >> +(defun tmm-clear-self-insert-and-exit ()
> >> + "Clear the minibuffer content before self insert and exit."
> >> + (interactive)
> >> + (delete-region (minibuffer-prompt-end) (point-max))
> >> + (self-insert-and-exit))
> >
> > There is a special function 'delete-minibuffer-contents'
> > like is used e.g. in 'read-char-from-minibuffer-insert-char'
> > and 'y-or-n-p-insert-y'.
>
> Thanks. Here is a new version that uses this.
Thanks, installed on the master branch, and closing the bug.