|
From: | Juri Linkov |
Subject: | bug#67661: 30.0.50; *Completions* has started popping up for icomplete-in-buffer |
Date: | Sat, 30 Dec 2023 19:50:45 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) |
> | 4b. Insert text into *scratch*: (setopt icomplete- > | 5b. C-M-i > | - Emacsen 29 & 30: in-buffer Icomplete appears & *Completions* pops up. This is exactly how icomplete-in-buffer was intended to work. > Secondly, the *Completions* buffer now always pops up at the same > time that Icomplete displays its in-buffer completion. If you would > prefer to see only Icomplete's display, which is what you might be > used to, you could use > > (advice-add 'completion-at-point :after #'minibuffer-hide-completions) > > The reason I haven't gone ahead and added this already is that Juri has > suggested further changing icomplete-in-buffer's default behaviour. > I don't think that we should do that. I suggested adding a new option that would disable popping up *Completions*. This is preferable to instructing users how to use advice-add. But this might be not quite straightforward to implement.
[Prev in Thread] | Current Thread | [Next in Thread] |