Re: [CEDET-devel] ede-linux doesn't work with master emacs repo
Brought to you by:
zappo
|
From: Chong Y. <cy...@st...> - 2010-09-29 16:05:46
|
David Engster <de...@ra...> 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. |