Emacs, Cedet and semantic
- by synasius
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…