~/.emacs ;; http://cx4a.org/software/auto-complete/manual.html (add-to-list 'load-path "~/.emacs.d/") (require 'auto-complete-config) (add-to-list 'ac-dictionary-directories "~/.emacs.d//ac-dict") (ac-config-default)
when I load emacs it complains of an error like "Invalid number of arguments: called-interactiveively-p, 1". In other words, emacs finds an error before the line (ac-config-default) .
when I check the .emacs.d / auto-complete.elc file, I found the line called called-interactiveively-p.
Questions> I used the same settings for ubuntu without any problems. Now I am switching centos 6.2. Is there any way to solve this problem?
emacs --debug-init shows the following errors:
emacs centos
q0987
source share