From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-pretest-bug@gnu.org, drew.adams@oracle.com
Subject: Re: 23.0.60; doc string of minibuffer-completing-file-name
Date: Sun, 20 Apr 2008 15:00:53 -0400 [thread overview]
Message-ID: <jwviqyc2vyz.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <uej912d7z.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 20 Apr 2008 10:32:32 +0300")
> Are you sure? I see this fragment in minibuf.c:
> /* If this minibuffer is reading a file name, that doesn't mean
> recursive ones are. But we cannot set it to nil, because
> completion code still need to know the minibuffer is completing a
> file name. So use `lambda' as intermediate value meaning
> "t" in this minibuffer, but "nil" in next minibuffer. */
> if (!NILP (Vminibuffer_completing_file_name))
> Vminibuffer_completing_file_name = Qlambda;
> So it sounds like `lambda' is used in recursive minibuffers. Am I
> missing something?
Yes, the value `lambda' is used, and quite visibly. But "external code"
only need to know that it's non-nil.
Stefan
prev parent reply other threads:[~2008-04-20 19:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-19 14:40 23.0.60; doc string of minibuffer-completing-file-name Drew Adams
2008-04-19 21:46 ` Stefan Monnier
2008-04-19 22:02 ` Drew Adams
2008-04-20 2:32 ` Stefan Monnier
2008-04-20 7:32 ` Eli Zaretskii
2008-04-20 8:38 ` Drew Adams
2008-04-20 19:00 ` Stefan Monnier [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwviqyc2vyz.fsf-monnier+emacsbugreports@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=drew.adams@oracle.com \
--cc=eliz@gnu.org \
--cc=emacs-pretest-bug@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.