Yep, that did it. How come -3 doesn't work anymore? Are these now ignored?
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 17, 2001 2:36 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Re[2]: minor nits
>
>
> Hello,
>
> > In addition to these two I've noticed that since 2.2.7beta6
> I've also
> > lost hte ability to define extra bits to highlight. Previously I'd
> > used:
> > (add-to-list 'java-font-lock-keywords-3
> > '("\\<\\(HACK\\)" 1 font-lock-warning-face t))
>
> Try the following:
>
> (add-to-list 'java-font-lock-keywords-4
> '("\\<\\(HACK\\)" 1 font-lock-warning-face t))
>
> It works for me on XEmacs 21.1.13 with latest JDE 2.2.7 beta8.
> `java-font-lock-keywords-4' contains the extended font
> locking keywords
> setup by the JDE.
>
> Hope this helps.
>
> Sincerely,
> David
>
> __________________________________________________________________
> Get your own FREE, personal Netscape Webmail account today at
> http://webmail.netscape.com/
>