Hello All,

Maybe someone could help Ray. I am not an XEmacs user. It seems that the
`font-lock-add-keyword' function does not exist in XEmacs 21.

Thank you in advance for any help.

Sincerely,
David



Hi David,

Thanks for all your efforts on the JDE additions.  I admire your skills!

I am confused about jde-java-font-lock, or at least about this error:

Signaling: (void-function font-lock-add-keywords)
  (font-lock-add-keywords (quote java-mode) jde-java-font-lock-keywords)
)
  load-internal("jde-java-font-lock" nil t nil nil nil)
  load("jde-java-font-lock" nil t nil)
  require(jde-java-font-lock)
  load-internal("jde" nil t nil nil nil)
  load("jde" nil t nil)
  require(jde)
  load-internal("~/.emacs" t t t nil nil)
  load("~/.emacs" t t t)
  load-user-init-file("")
  load-init-file()
  command-line()
  normal-top-level()


I am unable to run XEmacs/JDE since installind JDE-2.2.5.

Do you know what the problem is or the workaround?

I put:
   (cond ((fboundp 'global-font-lock-mode)
                       (require 'extra-java-font-lock)
                       (setq font-lock-maximum-decoration t)
                       (global-font-lock-mode t)
                       ))
changing extra-java-font-lock to jde-java-font-lock but I still get the
error.

What to do?  I am using XEmacs 21 and JDE 2.2.5.

thanks in advance,

-Ray Butte

--
You are in a maze of twisting little Java VMs, all different...
[EMAIL PROTECTED]    Tivoli Systems Inc. Austin TX USA
http://www.cross-site.com


Reply via email to