S
shul
Hi I am using
emacs GNU Emacs 21.4.1, with CPerl mode enabled.
on debian sid.
I am writing a gtk2-pel program and I noticed that CPerl goes crazy
with the syntax highling
going off, and also the indenting C-M--\ not working for a few lines
if I use variables like
my my $old_z=3;
my $old_y = 4;
....
some more lines of code
....
the second line shows the 4 in a funny color
an dthen the next couple of lines get a "greyed out look",
and when I try to indent it leaves the next lines pushed to the left
margin.
All goes back to normal if I do
my $oldx = 3;
my $oldy = 4;
instead.
Why is this. Same with $main:ld_x and $main:ld_y.
Thanks,
MItchell Laks
emacs GNU Emacs 21.4.1, with CPerl mode enabled.
on debian sid.
I am writing a gtk2-pel program and I noticed that CPerl goes crazy
with the syntax highling
going off, and also the indenting C-M--\ not working for a few lines
if I use variables like
my my $old_z=3;
my $old_y = 4;
....
some more lines of code
....
the second line shows the 4 in a funny color
an dthen the next couple of lines get a "greyed out look",
and when I try to indent it leaves the next lines pushed to the left
margin.
All goes back to normal if I do
my $oldx = 3;
my $oldy = 4;
instead.
Why is this. Same with $main:ld_x and $main:ld_y.
Thanks,
MItchell Laks