[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tc.el --- timid completion
From: |
address@hidden |
Subject: |
Re: tc.el --- timid completion |
Date: |
26 Feb 2007 05:41:40 -0800 |
User-agent: |
G2/1.0 |
On Feb 26, 12:39 pm, "Christoph Conrad" <address@hidden>
wrote:
> Hello Tamas,
>
> i suggest to
>
> (defun timid-enable ()
> (interactive)
> (add-hook 'minibuffer-setup-hook 'timid-minibuffer-setup t)
> (add-hook 'minibuffer-exit-hook 'timid-minibuffer-exit t))
>
> Note the `t' for append.
>
Okay, but why is it better?
I checked iswitchb as a reference and it doesn't do that either:
(add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup)
- Re: tc.el --- timid completion, (continued)
Re: tc.el --- timid completion, John Sullivan, 2007/02/25
Re: tc.el --- timid completion, Richard Stallman, 2007/02/26