私はemacsで初心者です...私は数日を過ごしましたが、emacsは素晴らしいと思いますが、自動完了をインストールしようとするとエラーが発生します。 ..私はhttp://cx4a.org/software/auto-complete/から設置工事を(私はメイクファイルを使用して)それをインストール...しかし、私は私の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
を取得します私のフォルダ.emacsは/home/yo/.emacsであり、この中にはac-dic..insideというフォルダがあります。これにはC++モード..lispモードのルビーモード... etc ...などがあります。 ....
私のautocomplete.elは私の.emacsの中にもあります...私は間違っていますか?...ありがとう!!!
でコピーsourcesを再ダウンロードだけでEmacsの24.2.2、オートコンプリートV1 ...これは私のために動作しなかったことを追加したいです。 3.1。 yasnippetの設定は全くありません。 – galactica
+1。また、これら3行の上に(add-to-list 'load-path "〜/ .emacs.d")を追加する必要があります。 – gihanchanuka