Skip to main content

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

1 vote
1 answer
289 views

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 ....
Jonathan Sahar's user avatar
0 votes
1 answer
880 views

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 ...
Paulo Matos's user avatar
1 vote
1 answer
424 views

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 ...
user1172468's user avatar
  • 1,057
0 votes
2 answers
694 views

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 ...
teroi's user avatar
  • 101
1 vote
1 answer
1k views

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 ...
Alejandro Erickson's user avatar
1 vote
1 answer
2k views

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-...
Gabriel Răducan's user avatar
0 votes
0 answers
29 views

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 ...
user3593232's user avatar
0 votes
1 answer
564 views

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: ...
abcd's user avatar
  • 111

15 30 50 per page