in the update of last versión of auto-complete-mode I get this error when I try to enable ac-js2
Debugger entered--Lisp error: (invalid-function ac-define-source)
ac-define-source("js2" ((candidates . ac-js2-ac-candidates) (document . ac-js2-ac-document) (prefix . ac-js2-ac-prefix) (requires . -1)))
ac-js2-setup-auto-complete-mode()
ac-js2-mode(toggle)
#<subr call-interactively>(ac-js2-mode record nil)
ad-Advice-call-interactively(#<subr call-interactively> ac-js2-mode record nil)
apply(ad-Advice-call-interactively #<subr call-interactively> (ac-js2-mode record nil))
call-interactively(ac-js2-mode record nil)
command-execute(ac-js2-mode record)
execute-extended-command(nil "ac-js2-mode")
#<subr call-interactively>(execute-extended-command nil nil)
ad-Advice-call-interactively(#<subr call-interactively> execute-extended-command nil nil)
apply(ad-Advice-call-interactively #<subr call-interactively> (execute-extended-command nil nil))
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
I think that is solved with (eval '(ac-define-source "js2" on line 285
in the update of last versión of auto-complete-mode I get this error when I try to enable ac-js2
I think that is solved with
(eval '(ac-define-source "js2"on line 285