The very helpful eassist mode relies on CEDET's semantic-something-to-tag-table
function. Can anyone advice, how this function could be loaded from Emacs' built-in CEDET?
this function is in semantic/util
package, that you can load with
(require 'semantic/util)
command...
P.S. CEDET in Emacs has slightly different directory structure, comparing with current trunk
P.P.S. But I would recommend to use CEDET from bzr repo - many things were fixed and improved there