emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Annoying paren match messages in minibuffer


From: Stefan Monnier
Subject: Re: Annoying paren match messages in minibuffer
Date: Tue, 13 Jan 2009 13:25:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> For those, you'd need to set the variable buffer-locally rather than
>> let-bind it.
> I found getting this right a touch tricky due to the possibility of
> recursive minibuffers.

I don't see why that would make any difference: each recursive level
uses a different (mini)buffer.  Oh, wait you mean because of the fact
that minibuffer-setup-hook will apply to the recursive uses as well.

Try minibuffer-with-setup-hook, which encapsulates this hack.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]