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

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

bug#73820: 31.0.50; [Feature Request]how to hide *Completions* buffer wh


From: Juri Linkov
Subject: bug#73820: 31.0.50; [Feature Request]how to hide *Completions* buffer when icomplete-in-buffer is not nil
Date: Tue, 15 Oct 2024 19:43:45 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/31.0.50 (x86_64-pc-linux-gnu)

> I would like to use `icomplete-mode`/`icomplete-vertical-mode` with
>
>  (setq icomplete-in-buffer t)
>
>  but I don't want to display the `*Completions*` buffer.
>
>  How about adding a new value for `completion-auto-help` to achieve this?

As suggested in https://debbugs.gnu.org/67661#114
this is currently achievable by

  (advice-add 'completion-at-point :after #'minibuffer-hide-completions)

But adding a new option is also an option.





reply via email to

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