Emacs, Cedet and semantic
Posted
by synasius
on Stack Overflow
See other posts from Stack Overflow
or by synasius
Published on 2010-04-08T14:14:48Z
Indexed on
2010/04/08
21:43 UTC
Read the original article
Hit count: 411
Hello everyone,
I've configured CEDET for emacs following Alex article (great!!). Now, the questions:
1 - i've generated GTAGS with Gnu Global in my /usr/include, how can i check if semantic is using GTAGS?
2 - can I keep my GTAGS in another directory and instruct semantic to use that dir??
3 - In c/c++ sources, completion on include statement (from system headers) doesn't list all available headers. Ok, this is a stupid problem.. but makes me think something is not working right
Thanks for your help!
© Stack Overflow or respective owner