[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (perl-mode) perl-mode misparses /(xx$)/
From: |
Jérôme Marant |
Subject: |
Re: (perl-mode) perl-mode misparses /(xx$)/ |
Date: |
Sun, 20 Mar 2005 21:05:07 +0100 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=155870
>
> Regarding this bug: in what way does the bug manifests itself?
> It seems indentation is unaffected (indentation is not done anyway
> in such regexps).
In:
if (/(xx$)/)
perl-mode thinks that inner parentheses are mismatched (as stated in the
end of the bug repot), probably because it thinsk $) is a perl variable.
Cheers,
--
Jérôme Marant