Anonymous - 2004-07-05

Logged In: YES
user_id=585068

This failure only occurs with Tk 8.5/HEAD. I can't
duplicate it with 8.4.6.

With 8.4.6 this *does not* work:
ctext::addHighlightClassForRegexp .ct comment navy {#[^\n]*\n}
That same RE works properly in 8.5/HEAD.

This RE always seems to work (and interestingly seems to
avoid the endless loop with 8.5):
ctext::addHighlightClassForRegexp .ct comment khaki {#[^\n\r]*}

Time to file a bug for Tk I think.