From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: blink-matching-paren is missing Date: Fri, 09 Jun 2006 10:22:45 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1149837799 31334 80.91.229.2 (9 Jun 2006 07:23:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jun 2006 07:23:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 09 09:23:17 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 1FobKn-0007eH-L0 for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 09:23:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FobKm-0004he-Km for ged-emacs-devel@m.gmane.org; Fri, 09 Jun 2006 03:23:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FobKU-0004ek-KZ for emacs-devel@gnu.org; Fri, 09 Jun 2006 03:22:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FobKS-0004cy-52 for emacs-devel@gnu.org; Fri, 09 Jun 2006 03:22:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FobKR-0004cv-V6 for emacs-devel@gnu.org; Fri, 09 Jun 2006 03:22:47 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FobSR-0007h6-Jh for emacs-devel@gnu.org; Fri, 09 Jun 2006 03:31:03 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-197-119.inter.net.il [83.130.197.119]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DRB82965 (AUTH halo1); Fri, 9 Jun 2006 10:22:45 +0300 (IDT) Original-To: Brad Collins In-reply-to: (message from Brad Collins on Fri, 09 Jun 2006 09:11:05 +0700) 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:55778 Archived-At: > From: Brad Collins > Date: Fri, 09 Jun 2006 09:11:05 +0700 > > 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. ??? I clearly see them all in the current CVS. How did you establish that these three variables are gone?