I am a bit confused of what I need to do to run CEDET and ECB in Emacs 24.2.1.
The Emacswiki has the following text:
How to enable the CEDET tools which were merged with Emacs
In Emacs 23.2, CEDET was merged into the main Emacs distribution. The configuration code which is explained in CEDET tutorials doesn’t work anymore. For instance you cannot use (semantic-load-enable-gaudy-code-helpers) to enable the useful features.
TODO: please explain what code you need to load the most useful IDE tools provided by CEDET
I got a basic configuration to work with the following in my .emacs:
(global-ede-mode 1) (require 'semantic/sb) (semantic-mode 1)
You need to take into account several things:
P.S. I'll try to answer to more questions here, or you can write to me directly via e-mail