At 09:05 AM 11/16/00 -0500, you wrote:
>
>Hello all,
>
>I am tryng to get jde 2.2.5 to run with Xemacs 20.4 on Solaris 2.6.
>Using elib-1.0 , semantic-1.2.1 , speedbar-0.12 .
>
>what I have in .emacs is :
>
>
>(setq debug-on-error t)
>
>(add-to-list 'load-path (expand-file-name "/usr/local/lib/elib-1.0/"))
>(add-to-list 'load-path (expand-file-name "/usr/local/lib/semantic-1.2.1/"))
>(add-to-list 'load-path (expand-file-name "/usr/local/lib/speedbar-0.12/"))
>(add-to-list 'load-path (expand-file-name "/usr/local/lib/jde-2.2.5/lisp/"))
>
>(require 'jde)
>
>
>At xemacs startup time, the message
>Unknown keyword jde-which-method shows up in the mode line.
>
>Also, when compiling the .el files in jde-2.2.5/lisp, jde.el
>fails with the same message. Excerpt below.
>
Did you take the advice in the JDE installation guide to get rid of the
(obsolete) version of the JDE that comes with XEmacs?
- Paul