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: Chong Yidong
Subject: Re: Annoying paren match messages in minibuffer
Date: Wed, 14 Jan 2009 08:46:58 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Juri Linkov <address@hidden> writes:

> An annoyance like you reported can be eliminated with the following
> simple patch:
>
> -        (message "Mismatched parentheses"))
> +     (if (window-minibuffer-p (selected-window))
> +         (minibuffer-message " [Mismatched parentheses]")
> +       (message "Mismatched parentheses")))

This patch looks like the right thing to do.  Does anyone see any
problems with this change?




reply via email to

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