1

嘿,我想尝试一些轨道。而且因为我不想使用任何花哨的 IDE。我想我可以使用带有 Rinari 的 emacs 来尝试使用 rails。无论如何,我遇到了一些问题,我在谷歌上找不到任何解决方案。

基本上我有一个干净的.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)

唯一改变的是我提取 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.
4

1 回答 1

3

我怀疑~通往 Rinari 的道路前面是多余的,应该删除。

于 2011-03-06T13:03:01.127 回答