help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to stop "Mismatched Parentheses" message


From: Pascal J. Bourguignon
Subject: Re: How to stop "Mismatched Parentheses" message
Date: Wed, 08 Dec 2010 15:10:16 -0000
User-agent: Gnus/5.101 (Gnus v5.10.10) Emacs/23.1 (darwin)

"Gary ." <help-gnu-emacs@garydjones.name> writes:

> On Thu, May 27, 2010 at 4:44 AM, Kevin Rodgers wrote:
>> Gary . wrote:
>>>
>>> Is it possible to stop this message being displayed on a mode-specific
>>> basis, please?
>>
>> In your mode-specific hook:
>>
>> (set (make-local-variable 'blink-matching-paren) nil)
>
> Thanks, that works fine. I'm not sure what blinking and displaying a
> message have in common, but thanks anyway!

They both match the matching parentheses! :-)

-- 
__Pascal Bourguignon__
http://www.informatimago.com


reply via email to

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