16 Oct 2008 02:44
Re: Experimental exuberant ctags parsing backend
Eric M. Ludlam <eric <at> siege-engine.com>
2008-10-16 00:44:34 GMT
2008-10-16 00:44:34 GMT
>>> Bruce Stephens <bruce+cedet <at> cenderis.demon.co.uk> seems to think that: >"Eric M. Ludlam" <eric <at> siege-engine.com> writes: > >> Now in CEDET/CVS is an experimental ctags parsing database backend. >> I have only gotten support for C/C++ so far. > >You've got: > >(defcustom semantic-ectag-program "~/src/ctags-5.7/ctags" ; "ctags" > "The Exuberent CTags program to use." > :group 'semantic > :type 'file) > >Probably "ctags" is the better default! Heh, thanks for pointing that out. >Also > >> (semantic-enable-exuberent-ctags 'c-mode) >> (semantic-enable-exuberent-ctags 'c++-mode) > >doesn't work for me. The function only takes strings. (Presumably >that's a bug. Not a significant problem, anyway.) Thanks for pointing that out too. I had also discovered that late this afternoon, and have checked in a fix. >I get a background error with flymake-mode. I have flymake-mode >configured so it doesn't operate on filenames with "flymake" in them,(Continue reading)
RSS Feed