ANDRIAMASINORO Fenintsoa <[EMAIL PROTECTED]> writes:
> I'd like to report this bug to the mailing: when the first line of .java
> file contains the following
> ***********************
> // -*- Mode: Java -*-
> ********************
> then the JDE item does not appear in the Bar. Why?
This actually an Emacs feature. With that line you force Emacs to use
Java mode for this file. And therefor you don't get JDE mode. If you
would change 'Java' to 'jde' you would get the JDE mode. Normally, to
get your personal preffered mode for a file, just don't use this
feature.
See in the XEmacs info file node 'Choosing Modes' for more information.
Gerd