At 07:57 PM 10/13/00 -0400, you wrote:
>> * On the subject of "ANN: JDE-2.2.5 available"
>> * Honorable Paul Kinnucan <[EMAIL PROTECTED]> writes:
>>
>> JDE-2.2.5 Release Notes
>
>Great tool!
>
>Unfortunately, after visiting every java file, I have to set
>
>(setq jde-help-docsets `((javadoc ,(concat sds-java-path "/docs/api/")))
> jde-global-classpath '(".")
> jde-db-source-directories '("./"))
>
>again (all these vars become nil).
>
>is this a known bug?
The traditional way of customizing Emacs is
to use setq forms to set the values of customization
variables in the Emacs initialization (.emacs )
file. This method does not work for JDE customization
variables. To set a JDE customization variable, you
must use the customization buffer for a variable (see the
Emacs online manual for information on the customization feature).
This is because the JDE project context switching code resets all JDE
customization variables to their default or customized (via a custom
buffer) values whenever you open a Java source file or switch projects.
- Paul
------------------------------------------------------------
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