Hello Eric >>>>> "EML" == Eric M Ludlam writes: EML> There is now a semanticdb backend for GNU Global in CEDET/CVS. It EML> depends on the semantic-symref API I posted about yesterday. EML> It does name-only searches. To enabled it, do: EML> (semanticdb-enable-gnu-global-databases 'c-mode) EML> or EML> (semanticdb-enable-gnu-global-databases 'c++-mode) EML> and if you have a GLOBAL database, it will show up in your Semantic EML> database lists. EML> I have little notion on what exactly this will do in most cases, EML> particularly in C++ with complex systems, and in WRT the typecache. EML> I'll figure that out on a different day. In the meantime, you can EML> now complete/jump to new and exciting locations. Thanks for this addition. Here is small patch, that allow proper compilation & load of new feature