Re: JDEE
Richard Martin <[email protected]>
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Organization | AePONA Ltd |
| Message-ID | <[email protected]> |
sorry missed your replies....i added in the line and it still made no difference..... On Thu, 2004-01-15 at 03:32, Stephen J. Turnbull wrote: > >>>>> "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. -- Richard Martin <[email protected]> AePONA Ltd