Emacs 23, semantic-something-to-tag-table and eassist mode

238 Views Asked by At

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?

1

There are 1 best solutions below

2
Alex Ott On BEST ANSWER

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