From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/2729 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: Turn off matching paren highlight in summary mode Date: Fri, 11 Jul 2003 18:02:05 +0200 Organization: http://purl.org/harder/ Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138669055 16135 80.91.229.2 (31 Jan 2006 00:57:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:57:35 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:31:08 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Peter Lee writes: > I'm trying, unsuccessfully, to turn off paren match highlighting when > in summary mode. I have the following: > > (defun my-gnus-summary-mode-hook () > (setq blink-matching-paren nil)) > (add-hook 'gnus-summary-mode-hook 'my-gnus-summary-mode-hook) > > blink-matching-paren it seems only affects when you actually insert a > paren. What variable should I be looking for ? (show-paren-mode -1) turns it off. But it'll be turned of globally ... don't know if there's an easy way to turn it off in a specific mode only.