At 10:13 AM 4/2/01 -0400, you wrote: >I too had the problem. The following elisp fixed it for me: > >(add-hook 'jde-mode-hook > (function (lambda () > (font-lock-mode 1) > ))) > >Note: you'll need to put this *before* your (require 'jde) statement. > This is necessary only if you have a faulty setup to begin with. I would recommend that you figure out what is wrong with your setup before trying band-aid fixes like the one Scott suggests. - Paul
