Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to compile CEDET 1.0pre7 compilation for Emacs 23.1.50 on Windows?

Tags:

I'm trying to compile CEDET from CVS for Emacs 23.1.50 on Windows and I've got error on "Step 6: Turning on EDE...": "defvar: Symbol's value as variable is void: cedet-menu-map". Compilation of CEDET 1.0pre6 raises the same error.

like image 915
Igor Avatar asked Feb 22 '10 12:02

Igor


1 Answers

CEDET has been integrated into Emacs after 23 was released. As such, you don't need to compile CEDET for your Emacs, you just need to turn it on. In such a version of Emacs, the only difference from the install instructions from CEDET is that you don't need to load cedet.el, and you do need to turn on (semantic-mode 1) to do what cedet.el used to do.

like image 118
Eric Avatar answered Oct 11 '22 22:10

Eric