emacs-devel
[Top][All Lists]
Advanced

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

Re: Immediate completion help in minibuffer for specific commands


From: Juri Linkov
Subject: Re: Immediate completion help in minibuffer for specific commands
Date: Tue, 14 Jan 2025 19:01:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu)

> It could be convenient for certain commands that prompt for minibuffer
> input to immediately display the possible completions.  A new variable
> could be added that would be a list of interactive commands that
> immediately invoke `minibuffer-completion-help'.
> [...]
> (setq commands-immediate-completion-help '(switch-to-buffer bookmark-jump))
> Is this functionality of interest?  Or perhaps it's already available
> (excluding third-party completion systems)?

Please look at the recently added 'completion-eager-display'
that you can customize by completion category, e.g.

(add-to-list 'completion-category-overrides
             '(bookmark (eager-display . t)))



reply via email to

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