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
0
votes
2 answers

Avoid CEDET 2.0 for CEDET 1.1 on emacs 24.3

I tried to install cedet 1.1 on emacs but when I init cedet this error occur. How to unload CEDET Version 2.0 and load CEDET 1.1? I used Ubuntu 12.04 or Fedora 19. Warning (initialization): An error occurred while loading…
user1990
  • 536
  • 3
  • 13
0
votes
1 answer

How do I open android projects using emacs ede

The emacs documentation http://www.gnu.org/software/emacs/manual/html_mono/ede.html#Android-projects mentions that global-ede-mode supports android projects. It mentions a function to declare the android sdk location, which I cannot find in…
0
votes
2 answers

Emacs 24 Cedet Semantic autocomplete menu

Emacs 24 doesn't support semantic-ia-complete-symbol-menu, meaning that I have to use semantic-ia-complete-symbol which shows the suggestions in a new buffer. I have read that there is a way to get auto-complete to use the semantic suggestions, but…
cfrost
  • 13
  • 3
0
votes
1 answer

Which conveniences does CEDET bring to dynamic languages?

I've been looking into CEDET, but it seems that most of its features would appeal more to developpers working in statically typed languages, and I'm kind of getting cold feet from the amount of tinkering it seems to require. As I work mainly with…
julien
  • 1,879
  • 2
  • 20
  • 29
0
votes
1 answer

How do I make ede-cpp-root-project work with Project.ede

It seems like Project.ede only accepts predefined project, which are Arduino Sketch, Android, Automake and Make. I pasted ede-cpp-root-project, but upon entering project root that has Project.ede, I encountered this error: eieio-persistent-read:…
Amumu
  • 17,924
  • 31
  • 84
  • 131
0
votes
1 answer

Quickly finding project files using Emacs EDE

I've recently started using EDE (via CEDET via ECB) in an attempt to get Emacs set up as a reasonable IDE for development on a largish C/C++/Python project. Something that was a bit fiddly to get set up (as I'm an Emacs and Lisp novice) was rapid…
Rob
  • 1,350
  • 12
  • 21
0
votes
1 answer

emacs autocomplete userdefined library function

i am new to emacs ....i have installed autocomplete and configure it in my init file...but if i download a library from somewhere and has its include and lib file and want emacs to auto complete the function present in the include file of that…
user3091069
  • 111
  • 1
  • 3
0
votes
1 answer

Emacs auto-complete for installed library via quicklisp?

I'm using Emacs 24.3 + SBCL + Slime + Quicklisp. Emacs auto-complete works well in slime. But, I usaully write lisp code in .lisp file where I can't load cl library because .lisp file is not REPL as you know. How can I do auto-complete without…
1ambda
  • 1,145
  • 8
  • 19
0
votes
1 answer

Cannot use latest ectags with cedet

I got this error: semantic-ectags-test-version: Versifon of CTags is 5.9~svn20110310. Need at least 5.7 [2 times] How do I fix this problem?
Amumu
  • 17,924
  • 31
  • 84
  • 131
0
votes
0 answers

(error "Buffer *scratch* was not set up for parsing")

I'm struggling to enable CEDET on Emacs (so I can get intellisense through auto-complete and such) and I came across this weird error: Debugger entered--Lisp error: (error "Buffer *scratch* was not set up for parsing") signal(error ("Buffer…
shackra
  • 277
  • 3
  • 16
  • 56
0
votes
1 answer

devel version of cedet can't unload the emacs one

I'm using Gentoo version of emacs 24.3 I've installed CEDET from trunk... cloned it to ~/.emacs.d/site-lisp/cedet-bzr (thanks to Alex Ott) The cedet.el which loads the whole thing starts with: ;; Do checkout of fresh CEDET, and use this config…
pashazz
  • 127
  • 3
  • 11
0
votes
1 answer

complex preprocessor symbol for ede project

I don't know how to write the spp-table entries for those defines: #define FUNC(rettype, memclass) rettype #define VAR(type, memclass) type Could you help me to add it in my following ede-cpp-root-project configuration. (ede-cpp-root-project…
0
votes
1 answer

no autocomplete with cedet 1.1 in command line emacs

I'm trying to use cedet 1.1 in emacs 23. As far as I can tell I have installed it and when I load up emacs it loads cedet, but i'm using emacs with the -nw option. When I type . or -> i'm not getting any code completetion. (c++ file, on an…
Dustin
  • 143
  • 2
  • 12
0
votes
1 answer

cedet automately open the header file for parsing, but not close it

when I compile the cedet ans use it to browse a c++ file, I find the lots error like following, and lots of header files are opened automately: Idle Work Including Error: "# - Wrong type argument: stringp, (lambda (f) t)" Idle…
cofol1986
  • 25
  • 1
  • 6
0
votes
1 answer

CEDET error on every file: Idle Parse Error: "# - Wrong number of arguments

I am trying to use CEDET (checkout from bzr) with emacs 24.2, but every time I try to open a buffer, including my .emacs file, I get the error: Idle Parse Error: "# - Wrong number of arguments: #[(old new when) \"\\303 …
Sebastian Mendez
  • 661
  • 9
  • 18
1 2 3
12
13