[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Customizing `blink-matching-paren-distance'
From: |
Eli Zaretskii |
Subject: |
Re: Customizing `blink-matching-paren-distance' |
Date: |
Sat, 27 Aug 2005 15:31:31 +0300 |
> From: "Richard M. Stallman" <address@hidden>
> Date: Fri, 26 Aug 2005 23:41:35 -0400
> Cc: address@hidden
>
> (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?
Done. Thanks, Martin.