[问题]emacs-w3m出错

Vim、Emacs配置和使用
回复
itlanger
帖子: 5
注册时间: 2007-07-12 10:02

[问题]emacs-w3m出错

#1

帖子 itlanger » 2008-07-24 14:16

我从源代码仓库下载了emacs-w3m, 编译后在emacs23中运行:M-x w3m-browse-url
却发现出现错误:
Loading w3m...
byte-code: Symbol's function definition is void: w3m-make-menu-item

后来就没反应了
哪位指点一下,谢谢。
cvgmt
帖子: 322
注册时间: 2007-02-26 2:29
来自: 广东

#2

帖子 cvgmt » 2008-07-25 9:09

先看看您的 w3m 在命令行运行有没有问题。
再看看您在 ~/.emacs 中是否写上诸如
(require 'w3m-load)
(setq w3m-use-favicon nil)
(setq w3m-command-arguments '("-cookie" "-F"))
(setq w3m-use-cookies t)
;(setq w3m-home-page "forum.ubuntu.org.cn")
;(setq w3m-tab-width 8)
等字样。
回复