Nandan Chandrakant Joshi <[EMAIL PROTECTED]> writes:
> Hallo,
> I have a problem getting JDE Menu in taskbar working. I have installed it as
> per the instructions and even .emacs file is configured accordingly. Well, here's
>some elementary info.:
>
I would suspect this section:
(defun my-java-mode-hook ()
(cond (window-system
(require 'andersl-java-font-lock)
(turn-on-font-lock)
)
)
)
(add-hook 'java-mode-hook 'my-java-mode-hook)
Or maybe the lazy-lock line at the bottom; jit-lock (the default) is
better supported in 21.1.
If commenting that out does not help, try commenting out sections
until you find what is causing it to fail.
--
Jason Rumney