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

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

Perl indentation problem?


From: Pedro Alves
Subject: Perl indentation problem?
Date: Mon, 26 Nov 2001 14:32:17 +0000
User-agent: Mutt/1.2.5i

--- Begin Message ---
____________________________
while (@vars) {
  ($var, $val) = split("=", shift @vars);

next if $val =~ /^\s*$/; <- ?!?!?!?

$val =~ tr/+/ /;
$val =~ s/%([0-9A-F][0-9A-F])/&hex2dec($1)/ge;
}
____________________________

IMHO, this is not supposed to happen...

Any clues?



-- 
Pedro Miguel G. Alves

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



--- End Message ---

reply via email to

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