From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Gary ." Newsgroups: gmane.emacs.help Subject: Re: How to stop "Mismatched Parentheses" message Date: Thu, 27 May 2010 16:51:25 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1274971990 17206 80.91.229.12 (27 May 2010 14:53:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 14:53:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 27 16:53:09 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OHeSK-0007Z8-T9 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 May 2010 16:53:09 +0200 Original-Received: from localhost ([127.0.0.1]:33962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHeSK-0005Wl-C6 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 May 2010 10:53:08 -0400 Original-Received: from [140.186.70.92] (port=38224 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHeQi-0004Hn-SS for help-gnu-emacs@gnu.org; Thu, 27 May 2010 10:51:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHeQh-00054S-JG for help-gnu-emacs@gnu.org; Thu, 27 May 2010 10:51:28 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:50267) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHeQh-000545-C6 for help-gnu-emacs@gnu.org; Thu, 27 May 2010 10:51:27 -0400 Original-Received: by wyb40 with SMTP id 40so26094wyb.0 for ; Thu, 27 May 2010 07:51:25 -0700 (PDT) Original-Received: by 10.227.137.79 with SMTP id v15mr10151320wbt.163.1274971885347; Thu, 27 May 2010 07:51:25 -0700 (PDT) Original-Received: by 10.216.229.74 with HTTP; Thu, 27 May 2010 07:51:25 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73778 Archived-At: 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!