8000 Use minibuffer-visible-completions in Emacs 30 · Issue #9 · protesilaos/mct · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use minibuffer-visible-completions in Emacs 30 #9
Open
@catern

Description

@catern

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0