From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: Misleading comment in simple.el? Date: Fri, 30 Mar 2007 17:04:33 +0200 Message-ID: <86abxuepry.fsf@lola.quinscape.zz> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1175300712 10725 80.91.229.12 (31 Mar 2007 00:25:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 00:25:12 +0000 (UTC) Cc: Emacs-Devel To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 30 17:04:49 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HXIej-0006SJ-Ti for ged-emacs-devel@m.gmane.org; Fri, 30 Mar 2007 17:04:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXIhR-00056Y-9D for ged-emacs-devel@m.gmane.org; Fri, 30 Mar 2007 10:07:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXIhM-00055t-3k for emacs-devel@gnu.org; Fri, 30 Mar 2007 11:07:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXIhK-00055f-CQ for emacs-devel@gnu.org; Fri, 30 Mar 2007 11:07:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXIhK-00055c-7T for emacs-devel@gnu.org; Fri, 30 Mar 2007 10:07:26 -0500 Original-Received: from pc3.berlin.powerweb.de ([62.67.228.11]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXIeb-0007Jp-TD for emacs-devel@gnu.org; Fri, 30 Mar 2007 11:04:38 -0400 Original-Received: from quinscape.de (pd95b0fdb.dip0.t-ipconnect.de [217.91.15.219]) by pc3.berlin.powerweb.de (8.9.3p3/8.9.3) with ESMTP id RAA11185 for ; Fri, 30 Mar 2007 17:04:26 +0200 X-Delivered-To: Original-Received: (qmail 15369 invoked from network); 30 Mar 2007 15:04:33 -0000 Original-Received: from unknown (HELO lola.quinscape.zz) ([10.0.3.43]) (envelope-sender ) by ns.quinscape.de (qmail-ldap-1.03) with SMTP for ; 30 Mar 2007 15:04:33 -0000 Original-Received: by lola.quinscape.zz (Postfix, from userid 1001) id 92C56C18EB; Fri, 30 Mar 2007 17:04:33 +0200 (CEST) In-Reply-To: (Juanma Barranquero's message of "Fri\, 30 Mar 2007 17\:02\:43 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-detected-kernel: Linux 2.4-2.6 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:68799 "Juanma Barranquero" writes: > What does it mean this comment in simple.el? > > ;Turned off because it makes dbx bomb out. > (setq blink-paren-function 'blink-matching-open) > > `blink-matching-paren' defaults to t, so I don't undertand what it is > supposed to be "turned off". Perhaps the comment is a leftover? C-x v g is pretty good for finding out things like that. -- David Kastrup