all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: "jixiuf@qq.com" <jixiuf@qq.com>
Cc: 73820@debbugs.gnu.org
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	[thread overview]
Message-ID: <86ldyp5nb2.fsf@mail.linkov.net> (raw)
In-Reply-To: <tencent_3E07B3F973E004D4C7115B3407B2C1D6FC09@qq.com> (bug-gnu-emacs@gnu.org's message of "Tue, 15 Oct 2024 19:01:33 +0800")

> 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	other threads:[~2024-10-15 16:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 11:01 bug#73820: 31.0.50; [Feature Request]how to hide *Completions* buffer when icomplete-in-buffer is not nil jixiuf@qq.com via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-15 16:43 ` Juri Linkov [this message]
2024-10-16  1:23   ` Sean Whitton
2024-10-16  5:33     ` Eli Zaretskii
2024-10-16  7:37       ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-16  9:07         ` Eli Zaretskii
2024-10-16  9:36           ` Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-10-16 10:13         ` Sean Whitton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86ldyp5nb2.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=73820@debbugs.gnu.org \
    --cc=jixiuf@qq.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.