Xavier Maillard
Xavier Maillard

Reputation: 958

GNU Emacs23: cedet troubles

Since I switched to CEDET as shipped with recent emacs release (23.2), CEDET does not work reliably anymore. For example I am no longer able to regenerate an EDE project.

After looking aroud, it seems that all CEDET templates are missing from the tarball. Does anyone know how I can workaround this ?

Regards

Upvotes: 3

Views: 1130

Answers (1)

Eric
Eric

Reputation: 3949

You should be able to download the templates from the CEDET CVS repository for your Emacs install. They are here:

EDE Templates:

http://cedet.cvs.sourceforge.net/viewvc/cedet/cedet/ede/templates/

Base SRecode Templates:

http://cedet.cvs.sourceforge.net/viewvc/cedet/cedet/srecode/templates/

Upvotes: 3

Related Questions