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

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

bug#11216: 23.4; parenthesis matching breaks on certain complex expressi


From: Andreas Schwab
Subject: bug#11216: 23.4; parenthesis matching breaks on certain complex expressions
Date: Wed, 11 Apr 2012 09:09:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.95 (gnu/linux)

Nathan Trapuzzano <nbtrap@nbtrap.com> writes:

> Matching gets messed up with the open parenthesis immediately following
> the first (?<!S\d). I suspect this is due to the opening double-quote
> about 10 characters later.

No, it's because < has open paren syntax, but there is no matching
close paren.  This is not a bug.  You need to use a suitable syntax
table that doesn't make < a paren syntax.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

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