Hi,

I 've carefully read your following email

---------------
Do you have exec-path in your .emacs? That might cause the problem.
Also, do
you tell in your .emacs to load a specific mode when you visit a .java
file?
Something like this might do that:

(setq auto-mode-alist (cons '("\\.java$" . java-mode) auto-mode-alist))

This is unnecessary with JDE.
-----------------

While downloading a java project from the net, I realized that all .java
files  (around 80 ones) contains the following in each first line
//  -*- Mode: Java -*-
which then ignores the jde-mode (problem already reported in this
mailing)
Because deleting the above line from each 80 files makes me more time (I
would like nevertheless to get the jde-mode), I have tried to put your
above instruction by replacing java-mode by jde-mode like this:

(setq auto-mode-alist (cons '("\\.java$" . jde-mode) auto-mode-alist))

First: is this instruction used for the above objective? If not, what
may be the solution (for forcing to jde-mode)?

Thank you,

Fenintsoa
--
        [@666[]]::::::::::::::::::::::::::::::::::>
 ANDRIAMASINORO Fenintsoa
 Multi-agent Researcher
 IREMIA University of La R�union
 FRANCE
 T�l: 02 62 89 51 65 (portable) / 02 62 93 83 24 (office)
 E-Mail: [EMAIL PROTECTED]
 ----------------------------


Reply via email to