Top "Cedet" questions

CEDET is a Collection of Emacs Development Environment Tools written with the end goal of creating an advanced development environment in Emacs

Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctags

I work on C++ projects, and I went through Alex Ott's guide to CEDET and other threads about tags in …

emacs cscope cedet gnu-global
Status of CEDET and ECB in Emacs 24.2

I am a bit confused of what I need to do to run CEDET and ECB in Emacs 24.2.1. The Emacswiki …

emacs cedet emacs-ecb
emacs intellisense

I know this has been discussed a lot of times but is there any nice how-to for c/c++ intellisense …

emacs intellisense cscope cedet
EMACS for C++ development - Problem with CEDET code completion and project

I am setting up EMACS for a C++ project on UBUNTU. I am successful so far in installing ECB CEDET …

c++ emacs customization cedet
How to get emacs auto-complete to complete the functions from the included header files?

I have configured emacs for automatic code completion using emacs auto complete. I mainly use C/C++. I cannot get …

emacs autocomplete cedet