It's the jde-compiler option. It just shows me
jde-compiler: [down-arrow] "javac"
[State]: this option has been set and saved. (mismatch)
Specify the type, and if necessary, the location of the compiler to *
>From the documentation and from viewing the source I have the feeling that it
should offer me a lot more than just a text field (more like a radio button
group showing the different compilers). I've tried changing the source to
make it match the customization vars that do work (like
jde-compile-option-debug) but that didn't work either.
Any pointers,
joeG
Here's a shortened listing of my .emacs file:
(add-to-list 'load-path "/usr/lib/xemacs/xemacs-packages/lisp/semantic")
(add-to-list 'load-path "/usr/lib/xemacs/xemacs-packages/lisp/speedbar")
(add-to-list 'load-path "/usr/lib/xemacs/xemacs-packages/lisp/eieio")
(add-to-list 'load-path "/usr/lib/xemacs/xemacs-packages/lisp/elib")
(add-to-list 'load-path "/usr/lib/xemacs/xemacs-packages/lisp/jde/lisp")
(require 'jde)
(custom-set-variables
'(jde-javadoc-gen-nonavbar nil)
'(jde-compiler "javac")
'(jde-jdk (quote ("1.4.0")))
'(jde-compile-option-debug (quote ("all" (t nil nil))))
'(jde-bug-debugger-command-timeout 5)
'(jde-bug-vm-includes-jpda-p t)
'(jde-global-classpath (quote ("/home/joeG/projects/classes")))
'(jde-bug-jdk-directory "/usr/lib/j2sdk1.4.0")
'(jde-import-collapse-imports-threshold 2)
'(jde-db-read-app-args t)
'(jde-jdk-registry (quote (("1.4" . "/usr/lib/j2sdk1.4.0") ("1.3" .
"/usr/lib/j2sdk1.3.0"))))