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.


        

        
                
_____________________________________________________________________________ 
Découvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, 
photos et vidéos ! 
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to