Is it only possible to set JDE variables via custom-set-variables in the
.emacs file? I have tried to do the following, which works...
(custom-set-variables
'(jde-compile-option-command-line-args "-g")
'(jde-db-debugger (quote ("jdebug" . "Class")))
'(jde-bug-jpda-directory "d:/java/jpda"))
... as well as the following, which doesn't...
(setq-default jde-compile-option-command-line-args "-g")
(setq-default jde-db-debugger (quote ("jdebug" . "Class")))
(setq-default jde-bug-jpda-directory "d:/java/jpda")
Shouldn't both methods work? I've also tried putting the setq's inside
my jde mode hook. The interesting thing about that is that the variables
seem to be getting set whenever I load a .java file, but JDEBug doesn't
work. Any help would be great.
Thanks,
Lance
--
___________________________________________
/ \
\ Lance Johnston /
/ SCM Labs, Inc. (http://www.scmlabs.com) \
\ 1803 Walnut Hollow Lane /
/ Boulder, CO 80302 \
\ 303-883-5304 (Mobile) /
/ 303-440-5189 (Office) \
\___________________________________________/
S/MIME Cryptographic Signature