GNU bug report logs - #73820
31.0.50; [Feature Request]how to hide *Completions* buffer when icomplete-in-buffer is not nil

Previous Next

Package: emacs;

Reported by: "jixiuf <at> qq.com" <jixiuf <at> qq.com>

Date: Tue, 15 Oct 2024 15:41:03 UTC

Severity: wishlist

Found in version 31.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 73820 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> linkov.net>
To: "jixiuf <at> qq.com" <jixiuf <at> qq.com>
Cc: 73820 <at> debbugs.gnu.org
Subject: Re: 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
> 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.




This bug report was last modified 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.