I'm trying to turn JDE font locking off and use the default font-locking that 
comes with Emacs.


First, I tried this in .emacs

(defun my-jde-mode-hook ()
  (message "my-jde-mode-hook function executed")
  (custom-set-variables
   '(jde-use-font-lock nil))
  (custom-set-faces)
) 
(add-hook 'jde-mode-hook 'my-jde-mode-hook)

That didn't seem to work.  I get the following message:
jde-java-font-lock: building names cache...empty

Am I doing this correctly?  If not, is there another way to do it besides 
editing the source?

Thanks for the help!

Scott

------------------------------------------------------------
"Just a mirror for the sun...
 My smiling eyes are just a mirror for the sun."
------------------------------------------------------------

Reply via email to