emacs-semantic Questions

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

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

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

3

I'm using Emacs 23.2. Here's how I'm loading semantic: (setq semantic-default-submodes '(global-semantic-idle-scheduler-mode global-semanticdb-minor-mode global-semantic-idle-summary-mode glob...
Wahkuna asked 13/11, 2010 at 17:19

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

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

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

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

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'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

© 2022 - 2024 — McMap. All rights reserved.