[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: completion-auto-help
From: |
Drew Adams |
Subject: |
RE: completion-auto-help |
Date: |
Sun, 13 Nov 2005 13:06:50 -0800 |
> minibuffer-setup-hook is used for all
> entrance to the minibuffer, not just for completion functions.
> I'm looking for a hook specific to completion. I think we
> still need a hook that runs whenever a completion function
> (e.g. completing-read) displays its prompt.
Check the value of minibuffer-completion-table in your hook.
Not sure what you mean. Do you mean to check, inside the hook, whether that
var is non-nil, and use that test to determine whether or not we are
completing? That is, use (not (null minibuffer-completion-table)) as a kind
of `completing-p'?
If that's what you mean, it doesn't seem to work -
`minibuffer-completion-table' is not nil, even when doing things like
read-from-minibuffer (which doesn't use completion).
Hoping I misunderstand and there is a simple solution.
- completion-auto-help, Drew Adams, 2005/11/10
- Re: completion-auto-help, Stefan Monnier, 2005/11/10
- RE: completion-auto-help, Drew Adams, 2005/11/11
- RE: completion-auto-help, Drew Adams, 2005/11/11
- Re: completion-auto-help, Stefan Monnier, 2005/11/11
- RE: completion-auto-help, Drew Adams, 2005/11/11
- RE: completion-auto-help, Drew Adams, 2005/11/11
- RE: completion-auto-help, Drew Adams, 2005/11/11
- Re: completion-auto-help, Stefan Monnier, 2005/11/13
- RE: completion-auto-help,
Drew Adams <=
- Re: completion-auto-help, Stefan Monnier, 2005/11/13
- RE: completion-auto-help, Drew Adams, 2005/11/13
- Re: completion-auto-help, Eli Zaretskii, 2005/11/19
- Re: completion-auto-help, Richard M. Stallman, 2005/11/20
- Re: completion-auto-help, Eli Zaretskii, 2005/11/26
Re: completion-auto-help, Richard M. Stallman, 2005/11/11