Emacs で Scala を学習するためのこのセットアップに合わせて Scala をインストールしようとしました。
私の現在のOSはUbuntu 12.04です。
私は正確に一歩一歩やりました。
インストール後、Emacs を実行すると、次のエラーが表示されます。
Warning (initialization): An error occurred while loading `/home/nazar_art/.emacs':
File error: Cannot open load file, scala-mode-auto
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.
許可に問題があると推測しました。私はそれを変更しますscala-mode
が、成功しません。
の内容は次の~/.emacs.d
とおりです。
nazar_art@nazar-desktop:~/.emacs.d$ ls -lg
total 12
drwx------ 2 nazar_art 4096 Oct 10 10:58 auto-save-list
drwxrwxr-x 4 nazar_art 4096 Oct 5 00:12 elpa
drwxrwxrwx 4 nazar_art 4096 Oct 10 10:41 scala-mode
私は新しくemacsを使いましたが、直感に従ってエラーの原因を見つけることができるかどうかわかりません。なにか提案を?
- この問題を解決するにはどうすればよいですか?