Gerhard Petrowitsch
unread,Oct 28, 2011, 3:33:28 AM10/28/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm running version 21.4.22 on Windows.
When editing Perl scripts, fontification sometimes acts a bit
"overeagerly". For instance, if I type the character 'm', XEmacs
fontifies everything after this character, as if it was a regular
expression. The problem is, that not only the current line gets
fontified that way, but some or all lines below, too. While this might
be expected behaviour (as 'm' might in fact start a regular expression
matching in Perl), it is definitely a bug, that when I add more
characters after this 'm' (e.g. a 'y' to complete the keyword 'my')
the fontification is not turned back to normal. That's only done in
the current line.
Is there any variable that controls this behaviour? I didn't have this
problem in some earlier release of XEmacs.