Steffen Schwigon <[EMAIL PROTECTED]> writes:
> I checked and indeed the twigils don't work. My test source file
> (which worked correctly some time ago) also highlights wrong. It's for
> sure a bug I introduced.
I now did some things on cperl-mode (eg. syncing with original v5.20)
and it seems hig
Trey Harris <[EMAIL PROTECTED]> writes:
> In a message dated Mon, 4 Sep 2006, Steffen Schwigon writes:
>> First you could try an older revision, I recommend r7845 or r10822 of
>> pugs repository.
>
> No, neither of those work. To see what I'm talking about, just create
> a file containing:
>
> use
In a message dated Mon, 4 Sep 2006, Steffen Schwigon writes:
First you could try an older revision, I recommend r7845 or r10822 of
pugs repository.
No, neither of those work. To see what I'm talking about, just create a
file containing:
use v6-alpha;
class Point {
has $.x;
has $.y;
Trey Harris <[EMAIL PROTECTED]> writes:
> [cperl-mode.el]
As you already noticed cperl-mode.el is a very strange piece of
software. It's probably misunderstood like astronomers in the Dark
Ages.
> Variables with twigils whose name matches something else are getting
> recognized incorrectly. Fo