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
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs