bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parentheses matching failure on valid sexp


From: Joe Wells
Subject: Re: parentheses matching failure on valid sexp
Date: Tue, 11 Sep 2007 08:03:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Sven Joachim <svenjoac@gmx.de> writes:

> Joe Wells <jbw@macs.hw.ac.uk> writes:
>
>> To reproduce this bug:
>>
>> 1. Save the attached file as foobar.el.
>> 2. Run “emacs -Q foobar.el”.
>> 3. Delete the trailing right parenthesis on line 435.
>> 4. Type a right parenthesis.
>>
>> The correct behavior would be to match the leading left parenthesis on
>> line 1.  The actual buggy behavior is that the message “Mismatched
>> parentheses” is given.
>>
>> This bug is sensitive to the size of the input.  If you delete much of
>> the input, then the bug goes away.
>
> This is documented behavior, see the variable blink-matching-paren-distance:

Thank you for pointing this out!

-- 
Joe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]