1 May 2012 10:47
Re: Merge of 'newtrunk' branch
Alex Ott <alexott <at> gmail.com>
2012-05-01 08:47:50 GMT
2012-05-01 08:47:50 GMT
Hello David
I found one error with autoloads, and not sure how to fix it - can you
look onto it?
I have code in my cedet config in following form:
(when (cedet-ectag-version-check t)
(require 'semantic/ectags/db)
(semantic-load-enable-primary-ectags-support))
When I start Emacs, I get following error:
Debugger entered--Lisp error: (file-error "Cannot open load file" "ectags/util")
(cedet-ectag-version-check t)
(if (cedet-ectag-version-check t) (progn (require (quote
semantic/ectags/db)) (semantic-load-enable-primary-ectags-support)))
(when (cedet-ectag-version-check t) (require (quote
semantic/ectags/db)) (semantic-load-enable-primary-ectags-support))
eval-buffer(#<buffer *load*≤2>> nil
"/Users/ott/emacs/rc/emacs-rc-cedet.el" nil t) ; Reading at buffer
position 2885
load-with-code-conversion("/Users/ott/emacs/rc/emacs-rc-cedet.el"
"/Users/ott/emacs/rc/emacs-rc-cedet.el" nil nil)
load("~/emacs/rc/emacs-rc-cedet.el")
eval-buffer(#<buffer *load*≥ nil "/Users/ott/.emacs" nil t) ;
Reading at buffer position 784
load-with-code-conversion("/Users/ott/.emacs" "/Users/ott/.emacs" t t)
load("~/.emacs" t t)
....
(Continue reading)
>
> This is CEDET-bzr, anything can happen.
>
> I see that Senator is actually still in Emacs trunk, so I'm at a loss
> why the above function was removed. Eric, do you know? Otherwise I'll
> ask Yidong.
OK, I've brought the function back with a 'do not merge' notice.
The different completion tools in CEDET are... confusing. We have the
semantic-ia-complete-symbol/menu/tip functions, which (I'm guessing)
predate semantic-complete-analyze-inline, which is configured through
`semantic-complete-inline-analyzer-displayor-class' (phew...). The
semantic-complete package is more powerful but doesn't have that neat
RSS Feed