emacs-devel
[Top][All Lists]
Advanced

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

Re: vertical fido-mode


From: Juri Linkov
Subject: Re: vertical fido-mode
Date: Fri, 19 Jun 2020 00:54:01 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> Or maybe it's possible to navigate history using completion lists?
>
> I'm not sure how that would look.

Currently completion is performed on a set of all possible values.
In addition to this, completion could be performed on a set of
all previously entered values (history items), or on default items
(a list of the most useful values).  This shows all 3 possibilities:

(completing-read "Prompt: "
                 minibuffer-history nil nil nil
                 'minibuffer-history
                 minibuffer-history)

M-n - defaults list, M-p - history list, TAB - completion on history list.

In a normal minibuffer maybe there should be a key to switch between
normal completion, completion on defaults, and completion on history.
Also maybe another key to sort history items by recency/frequency
in the completion list.



reply via email to

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