emacs-devel
[Top][All Lists]
Advanced

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

Re: [CEDET-devel] ede-linux doesn't work with master emacs repo


From: Chong Yidong
Subject: Re: [CEDET-devel] ede-linux doesn't work with master emacs repo
Date: Wed, 29 Sep 2010 12:05:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

David Engster <address@hidden> writes:

> Eric M. Ludlam writes:
>> This seems spooky in that it cannot find "struct a" when it is right
>> there in this file.  Searches for types, however, generally go through
>> the typecache.  Does the typecache (from semanticdb-typecache-dump)
>> show a in the cache?  If it is there, then I'm lost here, and
>> debugging the analyzer will need to occur.
>
> It's actually very simple: in semanticdb-typecache-find-default, the
>
> (featurep 'semanticdb)
>
> has to be changed to (featurep 'semantic/db). A quick grep shows that
> there are three more:
>
> semantic/fw.el:   (if (featurep 'semanticdb-find)
> semantic/grammar.el:            (and (featurep 'semanticdb)
> semantic/imenu.el:               (featurep 'semanticdb)

Bingo.

I've checked the fix into the emacs-23 branch, and will merge it into
the trunk soon.  Thanks.



reply via email to

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