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/

Reply via email to