您好我正在尝试从https://github.com/dima-exe/emacs-rails-reloaded安装 emacs rails reloaded 模式。
根据指示,我已经克隆了 repo 并将这些行添加到我的 .emacs 文件中。但是它要求通过 -
下一个字节编译,按 [Mx] 并输入 rails/bytecompile。
但是我找不到那个功能,我该怎么办?
您好我正在尝试从https://github.com/dima-exe/emacs-rails-reloaded安装 emacs rails reloaded 模式。
根据指示,我已经克隆了 repo 并将这些行添加到我的 .emacs 文件中。但是它要求通过 -
下一个字节编译,按 [Mx] 并输入 rails/bytecompile。
但是我找不到那个功能,我该怎么办?
请注意,您应该在步骤之间重新启动 Emacs
之后在 .emacs 文件中添加以下代码:
(setq load-path (cons (expand-file-name "~/.emacs.d/rails-reloaded") load-path))
(需要'rails-autoload)
和
下一个字节编译,按 [Mx] 并输入 rails/bytecompile。
此外,在重新启动之前,请确保您已更改为文件rails-autoload.el"~/.emacs.d/rails-reloaded"
所在的实际路径。如果您克隆了 git 存储库,则该路径名几乎肯定应该以emacs-rails-reloaded结尾(而不仅仅是rails-reloaded)。
如果该路径不正确,Emacs 会在尝试执行时报错(require 'rails-autoload)
。如果它是正确的,M-x rails/bytecompile应该工作。