我是emacs的新手...我有幾天的時間,我認爲emacs很棒,但是當我嘗試安裝自動完成時出現錯誤。 ..我從http://cx4a.org/software/auto-complete/安裝工程安裝(我用的makefile文件)...但是當我把這個線我emacs.d內當我嘗試在emacs中安裝自動完成時出現錯誤
(add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
(require 'auto-complete-config)
(ac-config-default)
我得到這個錯誤
Warning (initialization): An error occurred while loading `/home/yo/.emacs':
Symbol's value as variable is void: ac-dictionary-directories
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace
我ve我的文件夾.emacs在/home/yo/.emacs裏面,我有文件夾ac-dic..inside這裏有C++模式.. lisp模式ruby模式... etc .. etc ......等等。 ....
我的autocomplete.el也在我的.emacs裏面...我做錯了什麼??謝謝!!!
只是想補充一點,這並沒有爲我工作... Emacs的24.2.2,自動完成V1。 3.1。並且完全沒有配置yasnippet。 – galactica 2014-09-09 21:52:00