Re[2]: minor nits

2001-04-17 Thread David Ponce
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

Re: ANN: JDE 2.2.7beta7 available at ...

2001-04-17 Thread Phillip Lord
"Paul" == Paul Kinnucan [EMAIL PROTECTED] writes: Paul At 10:31 AM 4/14/2001 -0700, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: snip * If'ed out fontifying exception stack trace in run buffer when running in XEmacs. This is

Re: ANN: JDE 2.2.7beta7 available at ...

2001-04-17 Thread Paul Kinnucan
At 01:03 PM 4/17/2001 +0100, Phillip Lord wrote: "Paul" == Paul Kinnucan [EMAIL PROTECTED] writes: Paul At 10:31 AM 4/14/2001 -0700, you wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Kinnucan [EMAIL PROTECTED] writes: snip * If'ed out fontifying exception stack trace

RE: Re[2]: minor nits

2001-04-17 Thread Schewe, Jon (MN65)
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

Re: RE: Re[2]: minor nits

2001-04-17 Thread David Ponce
Jon, Yep, that did it. How come -3 doesn't work anymore? Are these now ignored? No, java-font-lock-keywords-3 are included in java-font-lock-keywords-4 which is setup when the JDE is loaded. So if you add new keywords in java-font-lock-keywords-3 (I suppose in a jde-mode-hook)