On Thu, Aug 25, 2011 at 7:15 PM, Eric Ludlam <[email protected]> wrote: > Ah, I think I misread the original. You would need to load semantic/edit > instead. > > You need a call to (semantic-mode 1) in your .emacs file to go with JDEE, > which may mean you don't need the above require. I'm not certain about how > JDEE works w/ CEDET built into Emacs as I still use the CEDET from the CEDET > project site.
Now I've got the following in my init file: (semantic-mode 1) (load "semantic/edit") (my-add-path "~/.emacs.d/jdee/lisp/") (load "jde-autoload") I'm not experiencing the error I had before, but JDEE doesn't seem to be interoperating with Semantic. For example, jde-import-kill-extra-imports just says "No import found". jde-open-class-at-point says "Could not find type of <var>..." I've read that building JDEE from source allows you to use the version of CEDET included in recent versions of Emacs. I've found this not to be the case. Could someone please recommend an Emacs/CEDET/JDEE setup that is known to work? Thanks, Joe ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
