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: Juri Linkov
Subject: Re: Annoying paren match messages in minibuffer
Date: Wed, 14 Jan 2009 23:12:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

>>> 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?
>
> Other than the fact that this should be done automatically by `message'?

Miles said he has experimental code for this.  Until it's installed
after resolving all controversies, I'd like to fix this particular case.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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