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: Stefan Monnier
Subject: bug#11216: 23.4; parenthesis matching breaks on certain complex expressions
Date: Wed, 11 Apr 2012 22:08:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

> Here's a complex regular expression that breaks parenthesis matching
> (and yes, that's a real regular expression generated from a real perl
> program).
[...]
> I think the best fix would be to enable customization of
> show-paren-mode so that the user can specify which characters should
> be ignored when matching parentheses.

show-paren-mode is customized by the major-mode, so all you have to do
is use the right major mode.  E.g. perl-mode.


        Stefan





reply via email to

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