Emacs Rinari 在启动时不会加载

发布于 2024-10-21 01:45:37 字数 794 浏览 4 评论 0原文

嘿,我想尝试一些轨道。因为我不想使用任何花哨的 IDE。我想我可以尝试使用 emacs 和 Rinari 来使用 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.

Hey, I wanted to try out some rails. And since I don't want to use any fancy IDE. I thought I could try rails out using emacs with Rinari. Anyway I got some problem which I couldn't find any solution on google for it.

Basically I have a clean .emacs and I added the necessary lines for it

   ;; 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)

The only thing that's change is the location for where I extracted Rinari. When I try to open emacs with these changes I get this error. Anyone who might know what the problem is?

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

街角卖回忆 2024-10-28 01:45:37

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

I suspect the ~ in front of the path to Rinari is superfluous and should be removed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文