本文主要是介绍emacs24中使用w3m,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
环境:1.操作系统:Linux luogw-pc 3.5.0-37-generic #58~precise1-Ubuntu SMP Wed Jul 10 17:48:11 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
2.本地源码编译的:GNU Emacs 24.3.1
安装步骤
1.安装w3m:sudo apt-get install w3m
2.下载emacs-w3m源码:从https://github.com/doitian/emacs-w3m clone 一份
3.编译安装:a./configure b.make c.make install
参考:
http://emacs-w3m.namazu.org/index-en.html
https://github.com/doitian/emacs-w3m
http://www.douban.com/group/topic/31310994/
说明:还不得正常的使用哦,遇到
如下问题:
error in process sentinel: w3m-process-sentinel: Symbol's function definition is void: --post-body--68617
从http://emacs-w3m.namazu.org/index-en.html下载源码编译遇到如下问题:
In toplevel form:
w3m-search.el:41:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version
留下坑先了!!!!!!!!!!!!!!
这篇关于emacs24中使用w3m的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!