emacs-devel
[Top][All Lists]
Advanced

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

Re: Select completions from the minibuffer


From: Lars Ingebrigtsen
Subject: Re: Select completions from the minibuffer
Date: Thu, 10 Mar 2022 20:32:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

> Here is a non-intrusive patch that doesn't change the default behavior
> while provides navigation of completions from the minibuffer
> like web browsers do on their address bar.

[...]

> +  "M-<up>"    #'minibuffer-completion-previous
> +  "M-<down>"  #'minibuffer-completion-next
> +  "M-RET"     #'minibuffer-completion-choose)

If I'm reading this patch correctly, then this looks like just what I've
wanted for decades.  😀

[...]

> +    (choose-completion nil t t)))

But this doesn't seem quite correct?  The function only takes a single
parameter...  Or is that part of the patch missing?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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