At 12:27 PM 9/26/00 -0500, you wrote:
>Paul,
>     I just downloaded the JDE and have been trying to get it to run.  I get
>the following error when I start emacs:
>
>Error in init file: error: "Unknown keyword jde-which-method"
>
>Any suggestions?
>


Does your JDE directory include the file jde-which-method.el?

>Thanks
>
>Micah
>
>
>host platform : HP UX
>JDE version 2.2.4
>Emacs : GNU 20.2.1
>
>.emacs file
>
>(add-to-list 'load-path (expand-file-name "~/.emacs_addon/jde-2.2.4/lisp"))
>(add-to-list 'load-path (expand-file-name "~/.emacs_addon/semantic-1.2.1"))
>(add-to-list 'load-path (expand-file-name "~/.emacs_addon/speedbar-0.12"))
>(add-to-list 'load-path (expand-file-name "~/.emacs_addon/elib-1.0"))
>
>;; If you want Emacs to defer loading the JDE until you open a
>;; Java file, edit the following line
>(setq defer-loading-jde nil)
>;; to read:
>;;
>;;  (setq defer-loading-jde t)
>;;
>
>(if defer-loading-jde
>     (progn
>       (autoload 'jde-mode "jde" "JDE mode." t)
>       (setq auto-mode-alist
>     (append
>      '(("\\.java\\'" . jde-mode))
>     auto-mode-alist)))
>   (require 'jde))
>
>
>;; Sets the basic indentation for Java source files
>;; to two spaces.
>(defun my-jde-mode-hook ()
>   (setq c-basic-offset 4))
>
>(add-hook 'jde-mode-hook 'my-jde-mode-hook)
>
>
>Micah C. Voiers                             Motorola, Inc.
>Software Engineer                          Network Solutions Sector
>Phone:  (817) 245-7635                   5555 N. Beach St.
>Fax:    (817) 245-6134                   MS TX14-8E
>                                                      Fort Worth, TX  76137
------------------------------------------------------------
HOW TO ASK FOR TECH SUPPORT

When requesting technical support, please generate a problem report, using 
the JDE->Help->Submit Problem Report command, and submit this report along 
with your help request. The Submit Problem Report command is designed to 
gather all the information that someone who does not have direct access to 
your system might need to solve your problem. It saves people who want to 
help you from having to waste time trying to dig relevant information out 
of you. Please note that if you do not get a response to a question, it may 
be because you did not provide sufficient information to solve the problem. 
Filing a problem report is the best way to ensure that you get a response.

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

JDE website: http://sunsite.auc.dk/jde/

JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html


Reply via email to