* How to stop "Mismatched Parentheses" message
@ 2010-05-26 9:12 Gary .
2010-05-27 2:44 ` Kevin Rodgers
0 siblings, 1 reply; 4+ messages in thread
From: Gary . @ 2010-05-26 9:12 UTC (permalink / raw)
To: emacs list
Is it possible to stop this message being displayed on a mode-specific
basis, please?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to stop "Mismatched Parentheses" message
2010-05-26 9:12 How to stop "Mismatched Parentheses" message Gary .
@ 2010-05-27 2:44 ` Kevin Rodgers
2010-05-27 14:51 ` Gary .
[not found] ` <mailman.3.1274971891.6808.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Kevin Rodgers @ 2010-05-27 2:44 UTC (permalink / raw)
To: help-gnu-emacs
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)
--
Kevin Rodgers
Denver, Colorado, USA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to stop "Mismatched Parentheses" message
2010-05-27 2:44 ` Kevin Rodgers
@ 2010-05-27 14:51 ` Gary .
[not found] ` <mailman.3.1274971891.6808.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: Gary . @ 2010-05-27 14:51 UTC (permalink / raw)
To: help-gnu-emacs
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!
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How to stop "Mismatched Parentheses" message
[not found] ` <mailman.3.1274971891.6808.help-gnu-emacs@gnu.org>
@ 2010-05-27 15:07 ` Pascal J. Bourguignon
0 siblings, 0 replies; 4+ messages in thread
From: Pascal J. Bourguignon @ 2010-05-27 15:07 UTC (permalink / raw)
To: help-gnu-emacs
"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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-27 15:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-26 9:12 How to stop "Mismatched Parentheses" message Gary .
2010-05-27 2:44 ` Kevin Rodgers
2010-05-27 14:51 ` Gary .
[not found] ` <mailman.3.1274971891.6808.help-gnu-emacs@gnu.org>
2010-05-27 15:07 ` Pascal J. Bourguignon
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.