Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 emacs 23 配置和使用 w3m。我的系统上有 w3m,并且已经下载并制作/安装了 emacs-w3m 1.4.4。但是,当我将 (require 'w3m-load) 放入我的 .emacs 文件时,它会在 emacs 启动时引发错误:
File error: Cannot open load file, w3m-load
我不确定我做错了什么。任何帮助,将不胜感激。
好吧,我以为我已经尝试了所有方法,但结果却是一个非常尴尬的解决方案。我没有在我的 .emacs 文件中添加加载路径,所以它不知道在哪里可以找到 w3m-load。
(add-to-list 'load-path "PATH TO w3m")