D
David Combs
Subject: (Ilya?) cperl-mode.el and *unescaped* "/" within char-classes?
(Oh, I'm using emacs 22.0.50.1 (cvs version).
QUESTION -- with your very most up-to-date version, what happens
when you try this:
In either of the following two lines of perl, remove the backslash
before the fwd-slashs, and cperl-mode.el gets confused.
(eg colors change, won't indent correctly, etc).
next if ( $line !~ qr!^([a-zA-Z\/.0-9]+)$! ); #debug
next if ( $line !~ qr!^([a-zA-Z\/.0-9]+)
[0-9]+)
.*)$! ); #debug
# |||foo.bar:1234:now is the time.|||
If, instead, everything works ok, please let me know, and also
tell me how to get the cperl-mode.el that you just used.
Thanks!
David
(Oh, I'm using emacs 22.0.50.1 (cvs version).
QUESTION -- with your very most up-to-date version, what happens
when you try this:
In either of the following two lines of perl, remove the backslash
before the fwd-slashs, and cperl-mode.el gets confused.
(eg colors change, won't indent correctly, etc).
next if ( $line !~ qr!^([a-zA-Z\/.0-9]+)$! ); #debug
next if ( $line !~ qr!^([a-zA-Z\/.0-9]+)
# |||foo.bar:1234:now is the time.|||
If, instead, everything works ok, please let me know, and also
tell me how to get the cperl-mode.el that you just used.
Thanks!
David