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: Mon, 12 Jan 2009 10:20:38 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> By default, emacs will display a minibuffer message on seeing the user
> type an unmatched paren. This is usually a welcome feature, but can
> become annoying when point is in the minibuffer where well-formed
> input is not necessarily balanced.

Maybe the problem can be fixed by changing the way the message is
displayed.  E.g. it could be displayed as " [unmatched paren]" at the
end of the minibuffer input, as is done for minibuffer
completion messages.

> I attempted to implement this by binding blink-matching-paren and
> show-paren-mode. Unfortunately that continues to inhibit paren
> matching if the user moves out of the minibuffer, so is not
> satisfactory.

For those, you'd need to set the variable buffer-locally rather than
let-bind it.


        Stefan




reply via email to

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