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

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

cperl-mode bug


From: barry . utah
Subject: cperl-mode bug
Date: Fri, 7 Dec 2007 11:34:12 -0800 (PST)
User-agent: G2/1.0

I think I've found a bug in cperl-mode.el, but I don't program enough
lisp to offer a solution.  I don't know where to submit this as a bug
report, so I'll try a couple places.

I have cperl-mode.el.5.22 from http://math.berkeley.edu/~ilya/software/emacs/

I have emacs GNU Emacs 21.3.1 (x86_64-redhat-linux-gnu, X toolkit,
Xaw3d scroll bars) of 2006-05-02 on hs20-bc1-4.build.redhat.com

The following perl code won't auto-indent after the assignment to $a:

#!/usr/bin/
perl

my $a =
"
()";

for (@a) {

};

Because '()' appears on in a multi-line string and not on the first
line.

Barry


reply via email to

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