Re: Customizing `blink-matching-paren-distance'

2005-08-27 Thread Eli Zaretskii
> From: "Richard M. Stallman" <[EMAIL PROTECTED]> > Date: Fri, 26 Aug 2005 23:41:35 -0400 > Cc: emacs-devel@gnu.org > > (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

Re: Customizing `blink-matching-paren-distance'

2005-08-26 Thread Richard M. Stallman
(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