bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#62800: [PATCH] eww: Use completion in URL/keyword prompt.


From: Juri Linkov
Subject: bug#62800: [PATCH] eww: Use completion in URL/keyword prompt.
Date: Thu, 13 Apr 2023 09:41:52 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> It would be nice if there was a single keymap along the lines of
> "minibuffer-local-text-completion-map" that can be used for all those
> existing cases, and for completion in commands like "M-x rgrep".  But
> that is a bigger change and beyond the scope of this patch.

If you want to complete history in all non-completion minibuffers
like 'rgrep', this is easy to achieve with just:

(keymap-set minibuffer-local-map "TAB" 'minibuffer-complete-history)





reply via email to

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