bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60359: 29.0.60; completion-auto-select set to t skips first argument


From: Juri Linkov
Subject: bug#60359: 29.0.60; completion-auto-select set to t skips first argument when completing files
Date: Thu, 29 Dec 2022 20:06:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu)

> Thanks for your bug report.  If I set completion-auto-select in emacs -Q,
> C-x C-f C TAB (or TAB TAB, depending on the value of
> completion-auto-select) in the Emacs repository behaves as
> expected. However, C-x C-f src/ TAB does not.  Is the latter case what you
> have in mind, or do I misunderstand what you mean?  If not, the attached
> patch should fix that bug.

Please omit the message only in case when the completions buffer is shown,
then the user will see there are more completions.  But after typing e.g.
`M-x man TAB` that otherwise does nothing the user should see the message.
IOW, in case of `completion-auto-help` please use the same condition
`(and (eq this-command last-command) completion-auto-help)` as used
to pop up the completions.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]