help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cedet semantic - not to parse system libraries


From: Krzysztof Poc
Subject: cedet semantic - not to parse system libraries
Date: Wed, 08 Dec 2010 15:32:13 -0000
User-agent: G2/1.0

Hi

How can I force cedet not to parse system libraries.
I would like cedet to look only in my c++ project. I tried to
configure it via
the system-include-path, and semantic-c-dependency-system-include-
path  as
follows but it did not help.

I use:
emacs 23
cedet 1.0_pre7-r1

~/.emacs:
(load-file "/usr/share/emacs/site-lisp/cedet/common/cedet.el")
(global-ede-mode t)
(semantic-load-enable-code-helpers)
(ede-cpp-root-project "myProj"
                :name "myProj"
                :file "~/myProj/main.cpp"
                :system-include-path '("")
                :include-path '( "" )
                )
'(semantic-c-dependency-system-include-path nil)


thank you for help


reply via email to

[Prev in Thread] Current Thread [Next in Thread]