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

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

Re: Bug : Perl indentation


From: Stefan Monnier
Subject: Re: Bug : Perl indentation
Date: Tue, 07 Jun 2005 18:59:00 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> There is a trouble when I try to indent code after a #
> is found inside a print command.

> I have this indentation with # present inside a print
> command.

> print "\n # Parcours de $main::arg #########";
>     while(<FICHIERLOG>)
> {
>     $main::line = $_;
> }

> And I have this one when #is not present inside a
> print command.

> print "\n Parcours de $main::arg";
> while(<FICHIERLOG>)
> {
>     $main::line = $_;
> }

> I think the while is badly indented.

This should have gone to gnu.emacs.bug, but for what it's worth it seems to
be fixed in Emacs-CVS, so I can't remember when/how it got fixed,


        Stefan


reply via email to

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