From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: Qs on obarrays
Date: Wed, 12 Oct 2005 13:24:55 -0700 [thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICGEFFCNAA.drew.adams@oracle.com> (raw)
In-Reply-To: <dijkak$d97$1@sea.gmane.org>
I wouldn't recommend setq'ing minibuffer-completion-table and
-predicate. Those variables (plus -confirm) are let-bound by Emacs' own
higher level completion functions, and I think it'd be cleaner if you
did the same -- or just set your own my-completion-table and -predicate
variables, since you're passing their values explicitly to
all-completions anyway.
In my case, only part of which I showed, it's actually appropriate to use
setq, and I do (also) use my own my-completion-* variables.
But what you say is a good general rule, and not just for
minibuffer-completion-*, and not just when other code let-binds the
variable.
next prev parent reply other threads:[~2005-10-12 20:24 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.10964.1129078391.20277.help-gnu-emacs@gnu.org>
2005-10-12 1:32 ` Qs on obarrays Pascal Bourguignon
2005-10-12 2:02 ` Drew Adams
2005-10-12 16:17 ` Kevin Rodgers
2005-10-12 17:14 ` Drew Adams
2005-10-12 18:23 ` Kevin Rodgers
2005-10-12 20:24 ` Drew Adams [this message]
2005-10-12 15:53 ` Stefan Monnier
2005-10-12 0:52 Drew Adams
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=DNEMKBNJBGPAOPIJOOICGEFFCNAA.drew.adams@oracle.com \
--to=drew.adams@oracle.com \
/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.
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).