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
1 answer

the cedet from bzr can't autoload, seems it get the wrong path

the output is as followed: Debugger entered--Lisp error: (file-error "Opening output file" "no such file or directory" "/users/name/files/emacs-23.4/lisp") write-region(";;; lisp --- automatically extracted autoloads\n;;\n;;; Code:\n\n\f\n(provide…
cofol1986
  • 25
  • 1
  • 6
0
votes
1 answer

How to set different source directories in cedet?

How do I specify different source directories under cedet ? I have configured my project like this: (when (file-exists-p "~/ws/madwifi/build/Makefile") (setq cpp-tests-project (ede-cpp-root-project "madwifi" :file…
user994572
  • 139
  • 1
  • 11
0
votes
1 answer

How to add external tags file into CEDET in Emacs

I tried to use CEDET to get auto completion in Emacs and that works fine for C/C++. But I cannot find anything about how to use CEDET with Java without the help of JDEE, which is thought out of date and not compatible to CEDET 1.1. I got a tags file…
Haochen Xie
  • 360
  • 2
  • 9
0
votes
0 answers

Display all class methods in Cedet

Is there a way to display only C++ class declarations (methods and attributes) in cedet? Sort of speedbar but limited to a specific class.
Robert Kubrick
  • 8,413
  • 13
  • 59
  • 91
0
votes
1 answer

use cscope as semanticdb database back end in emacs

everone, I use cscope as semanticdb back end in emacs, it hints me that "Version of CScope is 15.5. Need at least 16.0",but the newest version of CScope is 15.7a, what's the problem?
cofol1986
  • 25
  • 1
  • 6
0
votes
1 answer

Confused about EDE's Default customization buffer

The "Default" section in EDE's customization buffer is kinda confusing. There are some sections in there whose uses I can't understand. What are inference rules? What are they inferring? How do I use them? Why would I use them? The Include-File…
EpsilonVector
  • 3,973
  • 7
  • 38
  • 62
1 2 3
12
13