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

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

bug#11996: Perl mode indentation does not know about the \() construct


From: jidanni
Subject: bug#11996: Perl mode indentation does not know about the \() construct
Date: Fri, 20 Jul 2012 07:08:49 +0800

Perl mode indentation does not know about the \() construct.
[Perl mode defined in `perl-mode.el']
It even reports
forward-sexp: Scan error: "Unbalanced parentheses", 158, 1

{
    my @zzzz=(\%seen_couchrequsts, \%seen_people );
    my @zzzz=\(%seen_couchrequsts, %seen_people );
my @zzzz=(\%seen_couchrequsts, \%seen_people );
}





reply via email to

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