Using CEDET in emacs 24.3.1
Asked Answered
S

1

6

I learned that CEDET comes built in emacs 24.3.1 which I have installed. Unfortunately, all tutorials online instruct you to install CEDET and provide you with config files that refer and load the installed packages and files.

How is it possible to configure the built in CEDET and use it without any external installation? I am not sure how to take advantage of the built in version.

Smashandgrab answered 9/1, 2014 at 23:35 Comment(0)
M
1

It's circa Emacs 23, but Alex Ott's A Gentle Introduction to CEDET still looks relevant to the built-in version? (it covers both versions).

Millrun answered 10/1, 2014 at 0:26 Comment(4)
Thanks for the response phils. I did actually read that article but it keeps referring to the "stand alone" version of CEDET. I am yet to find a configuration file or set of instructions that applies to the bundled version only.Smashandgrab
From article: "This article describes new version of CEDET, including version bundled with GNU Emacs." ;-) Following config, mentioned in article, should work for built-in CEDET: gist.github.com/alexott/3930120Solidary
Alex, thanks for the response. I did actually use this .el package you linked. But again it needed these packages: (setq cedet-root-path (file-name-as-directory "~/projects/cedet-bzr/")) (load-file (concat cedet-root-path "cedet-devel-load.el")) (add-to-list 'load-path (concat cedet-root-path "contrib")). I guess I will have to read the article you recommended to install the missing pieces.Smashandgrab
Alex, I downloaded and installed cedet-1.1 but could not find the file cedet-devel-load.el that you refer to in both of your config files:minimial-cedet-config.el and emacs-rc-cedet.el. Any pointers?Smashandgrab

© 2022 - 2024 — McMap. All rights reserved.