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...
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...
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...
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...
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 ...
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...
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...
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...
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 ...
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...
1
Solved
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 ...
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...
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...
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: ...
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...
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"...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.