Hi everyone, I've finally upgraded after being on 2.3.2 for a long time. I definitely like what I see, but I've been seeing problems that make me think that I've done something wrong.
I'm using jdee 2.3.4beta5 with cedet 1.0beta2b and gnu-emacs 21.2.93.1 on linux. Here are the symptoms: - import class causes the import statement to go on the top of the fine (before the package statement) - jde-import-sort gives me "Semantic Java parser not found." - I no longer have my "Classes" menu Here's the relevant part of my .emacs: (add-to-list 'load-path (expand-file-name "~/emacs/site-lisp/elib")) (add-to-list 'load-path (expand-file-name "~/emacs/site-lisp/jde/lisp")) (setq semantic-load-turn-everything-on t) (load-file "~/emacs/site-lisp/cedet/common/cedet.el") (require 'jde) So, I'm guessing that I've screwed something up and am therefore not getting semantic loaded up. Interestingly, my *Messages* buffer does so activity loading up certain semantic components. Unfortunately, I don't know what other information to provide, so if anyone has a solution or can tell me what other data would be useful, I'd appreciate it. Thanks a bunch, Gann
