* cedet semantic - not to parse system libraries
@ 2010-10-18 7:54 Krzysztof Poc
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Poc @ 2010-10-18 7:54 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* cedet semantic - not to parse system libraries
@ 2010-10-21 12:35 Krzysztof Poc
0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Poc @ 2010-10-21 12:35 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-21 12:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-18 7:54 cedet semantic - not to parse system libraries Krzysztof Poc
-- strict thread matches above, loose matches on Subject: below --
2010-10-21 12:35 Krzysztof Poc
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.