bug#81537: 32.0.50; Fixing icomplete-in-buffer requiring users to advice-add
Sean Whitton <[email protected]> Sun, 02 Aug 2026 20:53:09 +0100
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
Juri Linkov [02/Aug 6:16pm +03] wrote: >> We've discussed this before and Eshel and Juri suggested that the thing >> to do is make icomplete-in-buffer a proper completion-in-region-function >> value, instead of hanging off the default completion infrastructure as >> it does now. > > Shouldn't the UI of icomplete-in-buffer be the same as the UI > of icomplete in the minibuffer? That is, only when the user > types TAB, it should display the *Completions* buffer, > either in the minibuffer or in the regular buffer. > But otherwise on typing characters it should display inline > candidates immediately, without requiring to type TAB, > i.e. something like 'completion-preview-mode' already does. Do you mean after the *second* tab? I think the first should definitely only display the inline candidates. -- Sean Whitton