Hello,

The 'band-aid' fix didn't work, thanks anyway though.  The buffer seems to 
have font-lock on because bold and italic are working.  I just don't have 
the color.  If I toggle font-lock-mode off the bold/italic goes away.  If I 
toggle it back on, the bold/italic comes back on.

Another thing I noticed is that when I start a new file, the first few lines 
I type have color and then after so many lines (bytes??) it goes away.

Thanks for you help,
Greg

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
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
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to