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
27 questions
1 vote
1 answer
289 views
completion and goto-function in matlab-mode
I've been working with matlab-mode and matlab-shell for the last few days, and I'm really digging it so far. The only two things I can't get to work properly are completion - neither in shell, nor in ....
0 votes
1 answer
880 views
Projectile: project view
Is there a way to have a buffer with a project view i.e. Project file tree? I have seen this before in Emacs but unsure if this is related to projectile or cedet though. Although I have a feeling ...
1 vote
1 answer
424 views
What is the good resource for getting started using EMACS? [duplicate]
I have not used EMACS seriously in 20 years. I work on a Mac and am a vi/Eclipse person now. I want to switch back to EMACS for C and C++ programming. When I was researching EMACS add-on packages ...
0 votes
2 answers
694 views
flycheck include path from ede
I have a setup where I use EDE from CEDET for C projects development (among other things) and the real good flycheck on-the-fly syntax checking. I have defined ede-cpp-root-project in my .emacs file ...
1 vote
1 answer
1k views
Completion for variables in C using company-gtags, or not Semantic
I have a working C IDE without Semantic (too slow for me), from instructions here, with completion provided by company-gtags (I think. Maybe clang does something too?). Completion at point works for ...
1 vote
1 answer
2k views
Turn on semantic mode for C/C++
I got these lines: ;; turn on semantic (semantic-mode 1) ;; define a function which adds semantic as backup to auto-complete (defun my:add-semantic-to-autocomplete() (add-to-list 'ac-sources 'ac-...
0 votes
0 answers
29 views
Yasnippet with CEDET [duplicate]
I used to launch yasnippet just with c-mode with a hook in my .emacs but after adding some code to use CEDET and ECB yasnippet doesn't run automatically. I guess some modes may have been overwritten ...
0 votes
1 answer
564 views
Forgot to expand macro
I just installed emacs24 on my Ubuntu 14.04 LTS OS as follows: $ sudo apt-get install emacs24 When I open emacs, I get the following errors (duplicate messages removed): eieio/eieio.elc:Error: ...