Hacker News new | ask | show | jobs
by tree_of_item 5892 days ago
I can't seem to get it to work, though. The information on the CEDET website for setting things up doesn't seem to be valid anymore.

Specifically:

  (global-ede-mode 1)                 ; Enable the Project management system
  (semantic-load-enable-code-helpers) ; Enable prototype help and smart completion 
  (global-srecode-minor-mode 1)       ; Enable template insertion menu
Throwing in (require 'cedet) doesn't seem to work either.
2 comments

I'm having the same problem. I searched the code for "semantic-load-enable-code-helpers" and it isn't in any of the .el files in any of the directories under "lisp". Would be nice to try this out, but I'm too busy to get this going today (I'd love it if someone else solves this tho :-)
Semantic's now turned on with (semantic-mode 1). See the Semantic manual included in Emacs for details.