From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: (setq blink-matching-paren-dont-ignore-comments nil) ignored? Date: Thu, 09 Feb 2006 12:48:45 -0500 Message-ID: References: <200602071909.k17J95s5029362@chlr5836.ch.intel.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1139517915 12251 80.91.229.2 (9 Feb 2006 20:45:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 20:45:15 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 09 21:45:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7Iez-0000p1-LS for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 21:45:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7Iex-0003hh-VJ for ged-emacs-devel@m.gmane.org; Thu, 09 Feb 2006 15:45:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7Fxa-0003Nk-LL for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:52:02 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7FxY-0003Ma-RL for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:52:02 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7FuQ-00020f-G1 for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:48:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7Fy1-0002OS-3c for emacs-devel@gnu.org; Thu, 09 Feb 2006 12:52:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F7FuP-0000Mi-K5; Thu, 09 Feb 2006 12:48:45 -0500 Original-To: "Andrew M. Scott" In-reply-to: <200602071909.k17J95s5029362@chlr5836.ch.intel.com> (amscott1@sedona.ch.intel.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50261 Archived-At: (setq debug-on-error t) ; ((setq debug-on-error nil)) The parentheses will blink-match all the close-parens in the comment. The effect of the feature is to ignore previous parens that are in comments. I will clarify the documentation.