First off, thanks to Paul Kinnucan and all of the others who have made
the JDE
such a lovely tool. I really appreciate your efforts.
I'm having a problem I didn't see described in the Troubleshooting Guide
and
would appreciate any help the group may offer.
The initial condition:
Editing a java file with jde-global-classpath
defined in a project file.
Call the original buffer "buffer 1" and let the
value for jde-global-classpath
be "jdeGlobalClasspath1".
Action:
Change to another buffer which contains a java source
file from a different
project in a different directory with a different
project file and a different
value for jde-global-classpath. Call the second
buffer "buffer 2" and let the
value for jde-global-classpath be "jdeGlobalClasspath2".
Now change back to the original buffer
Result:
The value of jde-global-classpath remains
"jdeGlobalClasspath2" rather
than changing back to "jdeGlobalClasspath1" as desired.
My configuration information:
XEmacs, version: 21.0 "Pyrenean" XEmacs Lucid (beta62) on NT.
JDE configuration: My emacs configuration file is a bit long to include
in an
email but here are the line I use to initialize JDE:
(require 'jde)
(setq jde-jdk-doc-url "file://D:/Library/jdk1.1.7B/docs/index.html")
(defun my-jde-mode-hook ()
(define-key jde-mode-map '(return) 'newline-and-indent)
(load "jde-cflow")
(require 'jdok)
(load "jde-nightfire-templates"))
(add-hook 'jde-mode-hook 'my-jde-mode-hook)
Value of jde-entering-java-buffer-hooks is jde-reload-project-file.
This is unchanged from its standard setting.
Thanks in advance for any suggestions.
John
--
John Winchester
NightFire Software, Inc.
2607 Seventh Street
Berkeley, CA 94710
(510) 649-3665
