Open
Description
Emacs 30 has a new customization, minibuffer-visible-completions:
(defcustom minibuffer-visible-completions nil
"When non-nil, visible completions can be navigated from the minibuffer.
This means that when the *Completions* buffer is visible in a window,
then you can use the arrow keys in the minibuffer to move the cursor
in the *Completions* buffer. Then you can type `RET',
and the candidate highlighted in the *Completions* buffer
will be accepted.
But when the *Completions* buffer is not displayed on the screen,
then the arrow keys move point in the minibuffer as usual, and
`RET' accepts the input typed in the minibuffer."
:type 'boolean
:version "30.1")
mct might find this useful?
Metadata
Metadata
Assignees
Labels
No labels