emacselispcedetemacs-semantic

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


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?


Solution

  • 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