Questions tagged [cedet]

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

CEDET provides number of features:

  • Projects management system
  • Smart Completion
  • Smart Help/Jump
  • Symbol References
  • Code Generation
  • UML Diagrams
  • Advanced Code Browsing
186 questions
6
votes
1 answer

Using CEDET in emacs 24.3.1

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…
SFbay007
  • 1,917
  • 1
  • 20
  • 39
6
votes
1 answer

Installing ECB in emacs 24 in ubuntu

I understand from this question that CEDET is installed in emacs 24 without additional installation, so I don't need to follow those instructions here, or the CEDET part here. I am not using the emacs starter kit, like this answer. So, when I use…
Mittenchops
  • 18,633
  • 33
  • 128
  • 246
6
votes
3 answers

Semantic, cedet how to force parsing of source files

I have been experimenting with cedet and semantic in my emacs c/c++ development setup and I am quite satisfied with it except for one small detail. I use ede-cpp-root-project to create a project and give the root directory of my project along with…
Lefteris
  • 3,196
  • 5
  • 31
  • 52
6
votes
1 answer

Autocompletion in CEDET?

I'm trying to set up CEDET 2.2 in Emacs 24.3 to provide me with autocompletion, using "A gentle introduction to cedet", but it doesn't exactly want to work the way I want it to. First, I tried to use CEDET's own completion, but that one doesn't…
Daniel Ziltener
  • 647
  • 1
  • 6
  • 21
6
votes
1 answer

Automatically extracting gcc -I paths for indexing source code in Emacs

After reading: A Gentle Introduction to CEDET A Functional Introduction to CEDET-EDE I learn that when creating a project folder with an existing make file and source code, I can have semantic index the files by either: defining a simple EDE…
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
5
votes
2 answers

cedet parsing issue on #ifdef

I 'm emacs cedet user. i got great help from cedet. but, I found some error prcessing #ifdef handling in cedet. not sure it's from cedet internal or my mis-configuration. I quote some code in Curl where this issue happens. #ifdef…
nirvana9235
  • 655
  • 1
  • 5
  • 7
5
votes
1 answer

disable cedet/semantic code completion for lisp mode

I've set up cedet/semantic code completion for my c++ projects (using this tutorial: http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html) but do not want the or all the helpers it (automagically it seems to me) offers in lisp mode. So, my…
5
votes
1 answer

Setting up an emacs EDE-project with libraries

I already searched the emacs documentation, the cedet website and here on SO in vain. If my question is already been answered, fell free to (point out to an existing answer and) close it. I'm trying to familiarize myself with EDE-projects in emacs.…
Giacomo d'Antonio
  • 2,215
  • 3
  • 19
  • 23
5
votes
5 answers

GNU Emacs-23.3.1 won't load CEDET-1.0

I've just updated my emacs and recompliled in byte-code some of its extensions. I also have updated some packages like subversion via emacs-updater, as is suggested to me after update. But now i got Symbol's value as variable is void:…
tijagi
  • 1,124
  • 1
  • 13
  • 31
5
votes
1 answer

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

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.
Igor
  • 51
  • 1
  • 2
5
votes
1 answer

Emacs 24.3.1 CEDET 2.0 (built in) and ECB 20131116.1319: Errors during the layout setup of ECB

Using the CEDET that comes with Emacs 24.3.1 and the ECB that is in Melpa, I get the following trying ecb-activate: All requirements for ECB 2.40 fulfilled - Enjoy it! [2 times] The ECB is now deactivated. ecb-clean-up-after-activation-failure: ECB…
M Smith
  • 1,988
  • 15
  • 28
5
votes
1 answer

Autocompletion from the keyboard in Emacs CEDET/semantic

Looking a the different methods for completion in CEDET semantic (fresh version from the Bazaar repository), I see I have the following options (keyboard bindings as suggested by Alex Ott in his config file) C-c ?…
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
5
votes
1 answer

Emacs CEDET: Jumping to symbols

I have read Alex Ott's fantastic guide to CEDET for Emacs, and I think I know how to set up my EDE projects correctly. However, when I try to jump to a local symbol (e.g. the main() function in C++) using the command semantic-complete-jump-local…
Amelio Vazquez-Reina
  • 91,494
  • 132
  • 359
  • 564
5
votes
2 answers

seeking autocomplete functionality in emacs

I am seeking a plugin to do autocompletion popup for c++ development in emacs. what I have tried are Cedet Semantics and the Autocompletion mode, they are pretty neat in terms of completing the variable and function names as long as I have a few…
Cong Hui
  • 633
  • 1
  • 13
  • 25
5
votes
1 answer

Setting up Emacs 23.4, CEDET 1.1, and SemanticDB to use GNU Global on Windows

I've been trying to get my Emacs config for Java development working. It's pretty good - I've gotten malabar-mode working and have GNU Global working for tag browsing. The one thing I can't get working is getting semanticdb to use gnu global…
DuckPuppy
  • 1,336
  • 1
  • 12
  • 21
1 2
3
12 13