I'm trying to set up CEDET 2.2 in Emacs 24.3 to provide me with autocompletion, using "A gentle introduction to cedet", but it doesn't exactly want to work the way I want it to.
First, I tried to use CEDET's own completion, but that one doesn't provide a "popup menu", only the first completion it can find, and there's no way to cycle through. Then I installed auto-complete with packages and set it up as it's described on the page. That also doesn't work - auto-complete crashes saying auto-complete error: (void-variable ac-source-semantic). The same goes for ac-source-gtags.
Is that just not possible because of the buggy CEDET at the moment, or did I misconfigure it?
Configuring CEDET is a massive pain (it took me months to get jump-to-definition and auto completion working in an existing project).
So you certainly might have misconfigured CEDET as it's hard to get right, I'll leave my config here for you to look through, but it really depends on your project and is stupidly finicky.