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: Customizing `blink-matching-paren-distance' Date: Fri, 26 Aug 2005 23:41:35 -0400 Message-ID: References: <430EEC4E.7010004@gmx.at> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1125114370 1051 80.91.229.2 (27 Aug 2005 03:46:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 27 Aug 2005 03:46:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 27 05:46:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8rdQ-00063d-HX for ged-emacs-devel@m.gmane.org; Sat, 27 Aug 2005 05:45:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8rhO-0002eb-57 for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2005 23:49:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E8rgA-00027G-5q for emacs-devel@gnu.org; Fri, 26 Aug 2005 23:48:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E8rg7-00025a-5x for emacs-devel@gnu.org; Fri, 26 Aug 2005 23:48:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8rg7-000256-13 for emacs-devel@gnu.org; Fri, 26 Aug 2005 23:48:23 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E8rbX-0002GE-Bm for emacs-devel@gnu.org; Fri, 26 Aug 2005 23:43:39 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1E8rZX-0001gt-J6; Fri, 26 Aug 2005 23:41:35 -0400 Original-To: martin rudalics In-reply-to: <430EEC4E.7010004@gmx.at> (message from martin rudalics on Fri, 26 Aug 2005 12:17:50 +0200) 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:42443 Archived-At: (defcustom blink-matching-paren-distance (* 25 1024) "*If non-nil, is maximum distance to search for matching open-paren. If nil, search stops at the begin of the accessible portion of the buffer." :type '(choice (const nil) integer) :group 'paren-blinking) That seems reasonable; would someone please install it? Also, users should not be allowed to enter a negative value here, but I don't know whether there's a standard way to do this. There is no need for that.