[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#74616: 30.0.92; tmm always displays the *Completions* buffer
From: |
Sean Whitton |
Subject: |
bug#74616: 30.0.92; tmm always displays the *Completions* buffer |
Date: |
Sun, 01 Dec 2024 12:00:45 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hello,
On Sat 30 Nov 2024 at 01:55pm -05, Stefan Monnier via "Bug reports for GNU
Emacs, the Swiss army knife of text editors" wrote:
> I often use the standard UI and I generally don't like this eagerness to
> display *Completions*, so I'd either change the code not to auto-display
> the buffer (what I have done locally) or at least offer a variable
> for that.
"eagerness to display *Completions*" made me think of this NEWS.30 entry
which is a stopgap compatibility fix that we'd like to improve:
+++
** The "*Completions*" buffer now always accompanies 'icomplete-in-buffer'.
Previously, it was not consistent whether the "*Completions*" buffer would
appear when using 'icomplete-in-buffer'. Now the "*Completions*" buffer
and Icomplete's in-buffer display of possible completions always
appear together. If you would prefer to see only Icomplete's
in-buffer display, and not the "*Completions*" buffer, you can add this
to your init file:
(advice-add 'completion-at-point :after #'minibuffer-hide-completions)
Possibly the resolution of this bug could help there, too.
--
Sean Whitton