On 10/18/2010 05:11 AM, David Engster wrote:
> 'fajfusio' writes:
>> I added semantic-c-dependency-system-include-path set to nil but still no
>> success.
>> Please help me to force cedet not to parse system headers.
>
> Remove 'system from semanticdb-find-default-throttle. You can do this on
> a per-mode basis through
>
> (setq-mode-local c-mode semanticdb-find-default-throttle '(local project unloaded recursive))
>
> If you want to restrict this to one project, I guess you can set the
> above through the :local-variables slot (`ede-set-project-variables').
I think that this, or possibly the solution David provided yesterday
that involves the semantic--before-fetch-tags-hook for large files would
also work. There isn't much in the way of "don't analyze that" options
in Semantic.
Eric
|