From: Andrii Kolomoiets <andreyk.mad@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: Ole Laursen <olau@iola.dk>, 19031@debbugs.gnu.org
Subject: bug#19031: 24.4; find-file in icomplete-mode shows completions with no input
Date: Fri, 04 Dec 2020 13:37:17 +0200 [thread overview]
Message-ID: <m2mtyter9u.fsf@gmail.com> (raw)
In-Reply-To: <87r1o5luz9.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 04 Dec 2020 11:35:22 +0100")
Lars Ingebrigtsen <larsi@gnus.org> writes:
> Ole Laursen <olau@iola.dk> writes:
>
>> Run emacs -Q, evaluate
>>
>> (icomplete-mode 1)
>>
>> then press C-x C-f and wait a second. There's now completions in the
>> minibuffer despite icomplete-show-matches-on-no-input being nil. Perhaps
>> icomplete is confused by the current working dir being present in C-x
>> C-f.
>
> I think the icomplete-show-matches-on-no-input doc string is just
> unclear here. It seems like the point of the variable is that you can
> set it to non-nil to force icomplete to wait until we have completions
> before displaying the prompt? When it's the default nil value, it'll
> still show all the matches, but they may arrive asynchronously.
When the `icomplete-show-matches-on-no-input` variable is nil,
completions will be not shown while minibuffer is empty:
1. emacs -Q
2. M-x icomplete-mode
3. M-x
=> No completions
4. f
=> Completions
5. C-/
=> No completions
With the 'find-file' function, minibuffer already contains the text --
the default directory. Once the minibuffer will become empty
completions will be hidden:
1. emacs -Q
2. M-x icomplete-mode
3. C-x C-f
=> Completions
4. C-x h C-w
=> No completions
> I've now clarified this in the doc string in Emacs 28.
Maybe it would be better to replace the text
"When non-nil, show completions when first prompting for input."
with something like
"When non-nil, show completions when minibuffer is empty."
next prev parent reply other threads:[~2020-12-04 11:37 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-12 11:25 bug#19031: 24.4; find-file in icomplete-mode shows completions with no input Ole Laursen
2020-12-04 10:35 ` Lars Ingebrigtsen
2020-12-04 11:37 ` Andrii Kolomoiets [this message]
2020-12-06 12:46 ` Lars Ingebrigtsen
2020-12-07 11:43 ` Ole Laursen
2020-12-08 8:51 ` Juri Linkov
2020-12-08 10:43 ` Andrii Kolomoiets
2020-12-08 13:29 ` Lars Ingebrigtsen
2020-12-08 15:34 ` Eli Zaretskii
2020-12-08 16:16 ` Andrii Kolomoiets
2020-12-08 17:09 ` Ole Laursen
2020-12-08 19:11 ` Juri Linkov
2020-12-08 21:33 ` Andrii Kolomoiets
2020-12-09 19:08 ` Juri Linkov
2020-12-10 8:08 ` Andrii Kolomoiets
2020-12-14 8:44 ` Juri Linkov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2mtyter9u.fsf@gmail.com \
--to=andreyk.mad@gmail.com \
--cc=19031@debbugs.gnu.org \
--cc=larsi@gnus.org \
--cc=olau@iola.dk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).