ねえ、私はいくつかのレールを試してみたかった. そして、派手なIDEを使いたくないので。Rinari で emacs を使って Rails を試してみようと思いました。とにかく、Googleで解決策が見つからないという問題が発生しました。
基本的に私はきれい.emacs
で、それに必要な行を追加しました
;; Interactively Do Things (highly recommended, but not strictly required)
(require 'ido)
(ido-mode t)
;; Rinari
(add-to-list 'load-path "~/home/stardust/rinari")
(require 'rinari)
唯一の変更点は、リナリを抽出した場所です。これらの変更を加えて emacs を開こうとすると、このエラーが発生します。問題が何であるかを知っている人はいますか?
Warning (initialization): An error occurred while loading `/home/stardust/.emacs':
File error: Cannot open load file, rinari
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.