Closed reiver-dev closed 9 years ago
This issue appears to do with a faulty CEDET config, just like in the stackoverflow question.
Since function-args-mode
relies on semantic-mode
to be on and will likely
throw an error "Cannot analyze buffers not supported by Semantic" if semantic is off.
I suggest that you try either try to fix your CEDET config as in the stack question, or switch to the newest CEDET from the git mirror http://git.randomsample.de/cedet.git. That's what I'm using since it has many fixes and is faster.
The same issue is described here: http://stackoverflow.com/questions/13220980/strange-semantic-error
I am using buildin cedet/semantic in emacs 24.3.
My current workaround is to redefine function-args-mode without (semantic-mode 1) expression as i already have that in my init.el.
Maybe module implementation should just check whether semantic mode is enabled and disable itself with warning otherwise.