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

learn more… | top users | synonyms

0
votes
0answers
20 views

How to move CEDET auto generated ede-projects.el, and srecode-map.el?

What are the variable names that can customize the directory to store CEDET auto generated files, like ede-projects.el and srecode-map.el? By default they are in ~/.emacs.d, but I want to move them to ...
0
votes
0answers
29 views

Unexpected behavior of 'other-window' function when using ECB

I'm using the ecb package from the repository in emacs 24.3, I believe it is 2.40. Whenever I run "ecb-activate" to get my sidebar and layout setup, the behavior of the "other-window" command changes ...
1
vote
2answers
136 views

Emacs 24.3.1 and ECB 2.40 Error: ECB can only be used with cedet [1.0pre6, 1.1.9]

Running Ubuntu 12.10 with Emacs 24.3.1 and ECB 2.40. Not sure what actually caused this, other than an apt-get update && upgrade I ran a couple days ago. It started when I rebooted my ...
1
vote
0answers
24 views

How to add more source directories to SemanticDB in Emacs?

I've read the documentation but I'm confused about this part. I don't want to use EDE projects right now, but I'd like for SemanticDB to feed its database from a different directory as well. For ...
1
vote
1answer
121 views

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 ...
1
vote
0answers
109 views

Emacs 24.3 for windows, Cedet can not work with ECB, error: Recursive `require' for feature `speedbar'

Currently I'm struggling with the windows' Emacs (emacs-24.3-bin-i386.zip form http://ftp.gnu.org/gnu/emacs/windows/). After I installed the ECB (version- 20130202.1459) via package-intall-package ecb ...
0
votes
0answers
268 views

Emacs 24.3 Cedet installation won't work: speedbar recursive load

I'm currently struggling to get CEDET working in my emacs . Following the instructions from A Gentle introduction to CEDET. I got the lattest version form the bzr repo (n°8250 snapshot of the ...
1
vote
1answer
92 views

how to config CEDET to auto-complete for MinGW g++

I configed the CEDET to auto-complete for MinGW gcc, it works great, however I can't get the g++ work for the completion of member of STL libs. For example, I can't auto-complete the std::string ...
1
vote
0answers
34 views

Cedet - Can't see all the prototypes of function

I started managing my c++ projects with CEDET and made my configuration using Alex's Tutorial "A gentle introduction to CEDET" and almost everything is working properly. However, although I have ...
1
vote
0answers
45 views

Cedet completion menu

I am using emacs24. I would like to get the auto-completion experience that I get in e.g. eclipse. That is: - on pressing e.g. C-RETURN, to get a menu, which updates on-the-fly as I type the name of ...
2
votes
1answer
87 views

Emacs CEDET Semantic tag folding

I would like that every time I open a .cpp file, semantic tag-folding would become activated. I am using the latest version of cedet (loading cedet-devel-load.el). I have (semantic-mode 1) (require ...
0
votes
0answers
37 views

Cedet autocomplete constructors in cpp project

I would like to know if there is a possible way to configure auto-complete and Cedet in order to get constructors completion. I have searched on Internet, and the only reference I got is ...
0
votes
0answers
15 views

eassist-function-tags: Invalid function: semantic-find-tags-by-class

I got this problem when I using function "eassist-list-methods", eassist-function-tags: Invalid function: semantic-find-tags-by-class can you help me to solve it? I use the newest cedet-devel ...
2
votes
1answer
102 views

CEDET semantic is too slow to find candidates of the header files of libraries

I am using the glew and freeglut libraries (both of which include huge numbers of functions and constants declarations) to write opengl programs under Emacs. I use the CEDET's default semanticdb as ...
1
vote
1answer
90 views

Emacs CEDET Semantic no autocomplete for `this` keyword. (C++)

#include <iostream> class SomeStructure { int mMemberOne; float mMemberTwo; char MemberFunction() { int test = 0; ++test; this-> } }; int main() { ...
0
votes
1answer
71 views

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: "#<buffer rtsp.cpp> ...
2
votes
0answers
154 views

emacs24 semantic completion

I'm trying to get semantic completions working with emacs 24 and the version of cedet that comes with it. Completions work for classes I defined in my own source file, but completion isn't working for ...
0
votes
0answers
243 views

Cedet - Wrong type argument , stringp, 1

I am using the latest cedet version from bzr. My cedet configuration is given below ( Taken from Alex Ott's file ). (setq cedet-root-path (file-name-as-directory "~/cedet")) (load-file (concat ...
0
votes
1answer
53 views

how to disable semantic for specific type of files?

For files with mixed types of programming languages, such as .html, semantic has problem to analyze the code. I am wondering, is there any way to specifically disable the auto analyzing by semantic ...
1
vote
1answer
73 views

don't emacs completion and cedet semantic completion use same tag file

I thought that both of emacs default completion an semantic completions does their job based on the same tag file but now I see sth else: this is the result of emacs default completion via ESC + TAB: ...
0
votes
1answer
94 views

CEDET error on every file: Idle Parse Error: "#<buffer XYZ> - 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: "#<buffer .emacs> - Wrong ...
0
votes
1answer
98 views

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 ...
0
votes
1answer
43 views

CEDET Cache Error

When emacs starts up, CEDET complains about a series of cache files being write protected: Cache Error: [~/.semanticdb/!usr!include!i386-linux-gnu!sys!semantic.cache] (error In save file, list ...
6
votes
2answers
327 views

Strange semantic error

I have reinstalled emacs 24.2.50 on a new linux host and started a new dotEmacs config based on magnars emacs configuration. Since I have used CEDET to some success in my previous workflow I started ...
2
votes
1answer
506 views

Setting up autocomplete to work with semantic

I have a problem with auto-complete package in Emacs. Currently I have up and running cedet with proper autocompletion, but auto-complete package has some weird behaviour. It doesn't use semantic's ...
0
votes
1answer
45 views

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 ...
1
vote
0answers
39 views

ecb defining custom layout

I want to construct a ecb layout that has two special buffers. one is the output of semantic-symref-symbol and the other is semantic-ia-fast-jump. How do I do this ? I have cedet working and I have ...
0
votes
0answers
54 views

semantic-ia-fast-jump displaying multiple definitions

As per Alex's tutorial for setting up cedet, it works for the most part. There are still a few sharp corners that need to be smoothened out. semantic-ia-fast-jump does not list multiple definitions. ...
2
votes
1answer
332 views

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 ...
2
votes
1answer
119 views

Emacs CEDET: Unresolved paths in header files, but resolved in .cpp files

I have set up my include paths in ede-cpp-roo-project following Alex's guide to CEDET and the documentation that comes with CEDET. Many paths are resolved correctly. However, I have noticed that some ...
3
votes
1answer
155 views

Latest CEDET version can't load semantic packages

I am having problems loading some of the semantic packages that Alex Ott recommends in his well-known guide to CEDET when using the recent versions of CEDET. My previous setting worked with no ...
18
votes
3answers
2k views

Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exhuberant ctags

I work on C++ projects, and I went through Alex Ott's guide to CEDET and other threads about tags in StackOverflow, but I am still confused about how Emacs interfaces with these different tag systems ...
2
votes
1answer
218 views

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++) ...
5
votes
1answer
118 views

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 ...
2
votes
1answer
81 views

How can I tell if CEDET is using GNU Global?

I have CEDET working for the most part on emacs 24.2 with the latest from bzr repository. When I am searching for symbols or definitions, I see that the cedet mini-buffer shows parses through a lot ...
12
votes
2answers
2k views

Status of CEDET and ECB in Emacs 24.2

I am a bit confused of what I need to do to run CEDET and ECB in Emacs 24.2.1. The Emacswiki has the following text: How to enable the CEDET tools which were merged with Emacs In Emacs 23.2, ...
1
vote
0answers
30 views

How to work on the Mozilla project with emacs and cedet?

I'm working on the Mozilla project, and I use emacs. It's quite a big project, so I tried to use the cedet to help me. I'm not very familiar with the elisp things. So could anybody tell me how can I ...
0
votes
0answers
18 views

How can I jump to a specific namespace symbol in cedet?

I'm using the default cedet installation that comes with emacs 23.3.1. It's working fine for symbol parsing but I can't jump to a symbol using the namespace syntax. For example, this will not work: ...
4
votes
0answers
74 views

semantic-complete-jump-local returns “No Match” in Emacs

I'm running Emacs 23.3.1 with CEDET 1.1. The command semantic-complete-jump-local always returns "No Match" while semantic-complete-jump works fine. I looked into the semantic-complete.el but my ...
0
votes
1answer
163 views

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 ...
0
votes
0answers
129 views

emacs does not recognize (require 'semantic-ia)

I'm new to emacs, and I'm trying to setup cebet1.1 with emacs 24.1 on Mac. My .emacs is simple: (load-file "~/elisp/cedet-1.1/common/cedet.el") (require ‘semantic-ia) (global-ede-mode 1) ...
1
vote
2answers
445 views

Ctags integration with CEDET/semantic

I have setup my Emacs(v 23.3) with CEDET 1.1 using info found in http://cedet.sourceforge.net/ and the article by Alex Ott (http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html) I've got most ...
0
votes
0answers
89 views

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.
1
vote
1answer
104 views

Path config on Navigation By cedet

I want to use cedet to navigate in my program. I use semantic-ia-fast-jump to jump to the declaration, and semantic-analyze-proto-impl-toggle to jump to implementation. I found this two command need ...
3
votes
1answer
452 views

emacs cedet semantic with Qt4 how to configure

I use emacs 23.1.1 on X86_64-pc-gnu-linux (ubuntu 10.04) and follow the famous link http://alexott.net/en/writings/emacs-devenv/EmacsCedet.html to add all config to .emacs. But it can NOT do even ...
1
vote
1answer
82 views

How to activate and modify build configurations in cedet/ede?

I basically want to know how to turn off optimization so that gdb works correctly. When I set up an Automake project from scratch, it seems like the defaults for CPPFLAGS are "-g -O2", but I just ...
3
votes
1answer
507 views

EIEIO (bzr, cedet 1.1) not loading in emacs, version 1.3 is already loaded

I downloaded and compiled the development branch of CEDET, and I load it according to the guide on the webpage, but when I start Emacs, i get error: EIEIO Version 1.3 already loaded; load CEDET ...
1
vote
0answers
91 views

Request for cheatsheet with cedet keybindings

As in title , I have had one page cheatsheet with the most useful bindings for cedet/emacs but lost it (which I cannot google out back ) . Please don't refer me to tutorials cause they are too painful ...
2
votes
1answer
189 views

navigation in c++ program using CEDET in emacs

I want to use emacs for more efficient c++ programming. However, I'm a beginner in using this editor. I started with CEDET. Now I have a simple question concerning jumping to function definitions: ...
1
vote
1answer
79 views

can't switch between proto and implement in C++ project

I have use semantic-analyze-proto-impl-toggle to switch between the function's proto and impl, but when I use this feature it always doesn't do anything except saying that it can't find correspongding ...

1 2 3