Re: JDEE

"Stephen J. Turnbull" <[email protected]>
Newsgroups gmane.emacs.xemacs.general
Organization The XEmacs Project
Message-ID <[email protected]>
>>>>> "Richard" == Richard Martin <[email protected]> writes:

    Richard> thanks for the info. my auto-mode-alist variable is set
    Richard> to below. There are 2 entries for .java files. One opens
    Richard> jde-mode and the other opens java-mode. Would this be the
    Richard> problem?

Not as it is currently set.  The list is processed in order, first
match wins, so you should get jde-mode.

    Richard> If so how can i edit the variable?

(setq auto-mode-alist (delete (rassoc 'java-mode auto-mode-alist)
                              auto-mode-alist))

should do the trick.

As for your original question, my understanding is that jde-mode is
really a derivative of cc-mode, and that the JDEE provides lots of
additional functionality around that.

What does C-h m tell you about available functionality in the current
mode?  If you see lots of keys bound to "jde" commands, then probably
JDEE is active but is delegating line-by-line editing to a derivative
of cc-mode.

-- 
Institute of Policy and Planning Sciences     http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.