emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch to perl-mode (intentation problem)


From: Stefan Monnier
Subject: Re: Patch to perl-mode (intentation problem)
Date: Mon, 03 Jan 2005 15:46:53 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> It seems like perl mode has a small bug when indenting. It does:

> if ($foo) {
>   aaa::aaa();
>     bbb::bbb();
> }

> instead of

> if ($foo) {
>   aaa::aaa();
>   bbb::bbb();
> }

> perl-mode thinks that aaa::aaa() is a label (only when the X::Y
> contruct is right after a opening brace)

Thank you.  It should be fixed now,


        Stefan




reply via email to

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