From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brad Collins Newsgroups: gmane.emacs.devel Subject: blink-matching-paren is missing Date: Fri, 09 Jun 2006 09:11:05 +0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149830229 10993 80.91.229.2 (9 Jun 2006 05:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jun 2006 05:17:09 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 09 07:17:06 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 1FoZMm-00007A-BM for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 07:17:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FoZMl-0003c9-P8 for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 01:17:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FoWQF-0007dr-Op for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:08:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FoWQD-0007df-2q for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:08:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FoWQC-0007dc-Ud for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:08:24 -0400 Original-Received: from [203.130.156.64] (helo=scan.ji-net.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FoWY9-0002yx-0b for emacs-devel@gnu.org; Thu, 08 Jun 2006 22:16:37 -0400 Original-Received: from localhost.localdomain ([58.147.42.182]) by scan.ji-net.com (8.12.11.20060308/8.12.11) with ESMTP id k5928HdE000585 for ; Fri, 9 Jun 2006 09:08:19 +0700 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavis-milter (http://www.amavis.org/) X-Mailman-Approved-At: Fri, 09 Jun 2006 01:16:44 -0400 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:55776 Archived-At: I'm running a recent build from CVS (less than a month) and noticed the following in the manual. ,----[ 31.4.3 Automatic Display Of Matching Parentheses ] | `blink-matching-paren' turns the feature on or off: `nil' disables | it, but the default is `t' to enable match display. | | `blink-matching-delay' says how many seconds to leave the cursor on | the matching opening delimiter, before bringing it back to the real | location of point; the default is 1, but on some systems it is useful | to specify a fraction of a second. | | `blink-matching-paren-distance' specifies how many characters back | to search to find the matching opening delimiter. If the match is not | found in that distance, scanning stops, and nothing is displayed. This | is to prevent the scan for the matching delimiter from wasting lots of | time when there is no match. The default is 25600. `---- None of these appear to exist any longer. If is has been removed then the manual should reflect this. I was using flash-paren.el do accomplish this which now doesn't seem to work. I saw a page on emacs-wiki mentioning paren-set-mode but this doesn't appear to exist either. b/ -- Brad Collins , Banqwao, Thailand