cedet Questions

5

Solved

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 syste...
Equanimous asked 16/10, 2012 at 19:59

3

Solved

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, CEDET...
Knobloch asked 3/10, 2012 at 15:28

2

Solved

From what I can tell from the docs, semantic works by slowly building up an idea of what's in your project by analysing each file (and possibly its neighbours) as you visit them. This is too slow. ...
Terryn asked 31/5, 2010 at 20:25

3

Solved

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 comp...
Boleyn asked 17/4, 2013 at 15:46

3

Solved

I have been experimenting with cedet and semantic in my emacs c/c++ development setup and I am quite satisfied with it except for one small detail. I use ede-cpp-root-project to create a project a...
Bowdlerize asked 14/8, 2013 at 11:45

1

I have installed official CEDET 2.0 using el-get on GNU Emacs 24.3 and configured it. Although it works great for code jump and completion, it cannot work properly with Emacs built-in which-functio...
Numbat asked 15/6, 2013 at 1:36

1

I learned that CEDET comes built in emacs 24.3.1 which I have installed. Unfortunately, all tutorials online instruct you to install CEDET and provide you with config files that refer and load the ...
Smashandgrab asked 9/1, 2014 at 23:35

1

Solved

I understand from this question that CEDET is installed in emacs 24 without additional installation, so I don't need to follow those instructions here, or the CEDET part here. I am not using the e...
Impervious asked 30/12, 2013 at 21:30

1

Solved

Using the CEDET that comes with Emacs 24.3.1 and the ECB that is in Melpa, I get the following trying ecb-activate: All requirements for ECB 2.40 fulfilled - Enjoy it! [2 times] The ECB is now dea...
Disturbed asked 21/11, 2013 at 18:58

1

Solved

I'm trying to install CEDET for Emacs 24.3. I followed these instructions: http://cedet.sourceforge.net/setup.shtml When I run emacs I see "package assoc is obsolete" error. What can I do about th...
Residue asked 9/8, 2013 at 15:8

1

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 ...
Inness asked 12/1, 2013 at 16:48

1

Try as I might, I can't get CEDET to do anything. Emacs 24.3. I downloaded the most recent CEDET snapshot. I took Alex Ott's setup file from the bottom of his (not so) Gentle Introduction, and chan...
Repair asked 28/5, 2013 at 18:30

1

Solved

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) (requir...
Brochette asked 9/3, 2013 at 4:22

1

Solved

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 ...
Matchmaker asked 6/4, 2013 at 17:13

2

Solved

I want to have a make-shells command in emacs that will open a number of emacs-shell buffers, each with its own working directory. The idea is that for each project I'm working on, I have a shell t...
Bugg asked 2/2, 2011 at 21:28

1

I use latest CEDET and emacs 23.2. I found something wrong with CEDET, that is somehow my current edit buffer killed without any error message with semantic-load-enable-guady-code-helpers mode. Thi...
Biagio asked 29/12, 2011 at 13:27

2

Solved

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 starte...
Crumpler asked 4/11, 2012 at 17:24

1

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 ...
Rhetorical asked 11/10, 2012 at 23:41

0

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 k...
Mcbryde asked 5/9, 2012 at 13:0

1

Solved

I'm currently on emacs24 on OS X. CEDET Version: 1.0 Requested File Loaded Package Version Version Version ---------------------------------------------------------- cedet: 1.0 nil ok eieio: ...
Billingsgate asked 26/4, 2012 at 1:15

1

Solved

I would like to use EDE (from CEDET) to handle some of my C++-projects that are based on cmake. I found some information that this should be possible. But what's the best way to create a new projec...
Graz asked 23/4, 2012 at 11:13

2

Solved

I would like to use the semantic code folding from the cedet package (emacs). I installed the 1.1 version and added the following lines to .emacs: (load-file "~/software/cedet-1.1/common/cedet.el"...
Nonagon asked 19/4, 2012 at 7:41

1

Solved

M-x ede-new-target asks for a target type, and while the target types are sort of self explanatory, it's not 100% clear to me how to use them. For example I assume a "program" target is for code fi...
Eloisaeloise asked 14/4, 2012 at 21:36

2

Solved

I have been trying to set up an EDE project for C++ (emacs24 + builtin CEDET) and I'm starting to get desperate because I can't seem to find the way I want the makefiles to be generated. I'm relati...
Tolentino asked 21/2, 2012 at 12:46

1

Solved

I am using emacs 23.3 I heard that emacs 23.3 include cedet by default but how can I use them? how should I change my ".emacs" file for .. function parameter hint (when I type "malloc(" then p...
Contempt asked 7/1, 2012 at 5:0

© 2022 - 2024 — McMap. All rights reserved.