bug#81641: 32.0.50; completion-auto-help 'visible and 'always doesn't indicate it's been completed in minibuffer completion
lucas jimenez <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
I forgot to mention that I’ve only noticed this behavior only when trying to complete files and that it works correctly with something like M-x On 18-08-2026, at 09:28, lucas jimenez <[email protected]<mailto:[email protected]>> wrote: Hi, Sean, Sure, let me try to rephrase. The tests are done when trying to complete file names by doing C-x C-f with by starting emacs with: emacs -Q --eval "(setq completion-auto-help 'always)" emacs -Q --eval "(setq completion-auto-help 'visible)" Try to complete `~/.emacs.d/e` for the *Completions* window to open and show the candidates. Actual behaviour: Once a completion with TAB has been fully done the *Completions* window doesn't close and the minibuffer doesn't display "[Sole completion]". Expected behaviour: The *Completions* window should close and the minibuffer should display the message "[Sole completion]". On 18-08-2026, at 07:35, Sean Whitton <[email protected]<mailto:[email protected]>> wrote: ~/.emacs.d/e TAB