【问题标题】:Emacs Rinari won't load at startupEmacs Rinari 不会在启动时加载
【发布时间】:2011-03-06 12:46:40
【问题描述】:

嘿,我想尝试一些铁轨。而且因为我不想使用任何花哨的 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.

【问题讨论】:

    标签: emacs dot-emacs rinari


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2013-07-16
      • 2011-12-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-12-30
      • 2014-04-08
      • 2010-10-26
      相关资源
      最近更新 更多