cedet Questions

1

Solved

How to integrate SCons and emacs + cedet without breaking semantic and auto-complete?
Crenulate asked 17/6, 2011 at 17:43

1

Solved

I recently try KDevelop. It looks up for symbols (variables, function names, class, struct...) much faster (instantly) than semantic-complete-self-insert or M-Ret. Using M-Ret is faster, but it doe...
Alvis asked 12/10, 2011 at 7:57

1

Solved

I'm just getting started setting up cedet following various guides including Alex Ott's. Here is what I have so far in my init file. (require 'cedet) (semantic-load-enable-code-helpers) ;; imenu...
Bangtail asked 30/9, 2011 at 14:3

1

In default installation of cedet-1.0 completion can only track global scope symbols in current file. This is not much differs from built-in completion functions (dabbrev-expand or hippie-expand). ...
Antenna asked 23/4, 2011 at 20:46

1

Solved

I've setup emacs 23.1.50.1 with CEDET 1.0 and ECB 2.40 (heavily inspired by Alex Otts setup at http://github.com/alexott/emacs-configs/blob/master/rc/emacs-rc-cedet.el and his gentle introduction t...
Dour asked 20/10, 2010 at 11:44

1

Solved

I use CEDET (latest CVS) with several moderately large projects (a few hundred kLOCs each, mostly C, but some C++) and sometimes experience long pauses in which the system is completely unresponsiv...
Sting asked 27/9, 2010 at 19:59

1

My emacs version is 23.2.1 Although I used the following to change the backend to use GTAGS. (require 'semantic/db-global) (semanticdb-enable-gnu-global-databases 'c-mode) (semanticdb-enable-gnu-gl...
Azzieb asked 24/9, 2010 at 23:5

2

Solved

I am working on a large c++ project. I am working with emacs for the last six months. I have try to configure CEDET so as to be able to navigate easily but i have found some problems. 1.- Sometime...
Immuno asked 19/8, 2010 at 8:29

1

Solved

I recently built and installed Emacs 23.2.1 for OS X 10.6, which apparently comes with CEDET 1.0pre7 pre-installed, but my old CEDET configuration fails (for instance (semantic-load-excessive-code-...
Pilch asked 10/8, 2010 at 0:49

1

Solved

I'm using Emacs with CEDET and auto complete for code completion. Originally I set up CEDET so it loads at Emacs start up every time. However, this took quite a long time, so i thought it would b...
Dualism asked 19/6, 2010 at 15:20

1

Solved

In Emacs, how does one emulate mouse button presses and the like using a keyboard? For example, with CEDET's Semantic (included with GNU Emacs 23.2.1), includes can be right clicked to provide a me...
Magruder asked 30/5, 2010 at 22:26

2

Solved

I am new to Emacs, and I have the following code as a sample. I have installed GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600), installed cedet-1.0pre7.tar.gz. , installed ELPA, and company. You can find...
Rauch asked 12/3, 2010 at 17:20

1

Solved

I've configured CEDET for emacs following Alex article (great!!). Now, the questions: I've generated GTAGS with Gnu Global in my /usr/include, how can i check if semantic is using GTAGS? Can I k...
Sentinel asked 8/4, 2010 at 14:14

1

Solved

I know this has been discussed a lot of times but is there any nice how-to for c/c++ intellisense in emacs? I have never been able to set up cedet properly. Right now I am working on a maintenanc...
Hyetal asked 6/4, 2010 at 2:36

© 2022 - 2024 — McMap. All rights reserved.