Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
emacs 自动换行 80列 不好用呀?
http://forum.ubuntu.com.cn/viewtopic.php?t=254123
分页:
1
/
1
emacs 自动换行 80列 不好用呀?
发表于 :
2010-01-24 1:20
由
bo_00
(setq default-fill-column 80) ;默认显示 80列就换行
在.emacs文件中设置了上面的语句。
也不能在80列的地方自动换行呀??
ubuntu9.10+emacs23.1
Re: emacs 自动换行 80列 不好用呀?
发表于 :
2010-01-24 8:08
由
janus
在编辑的时候输入
M-x auto-fill-mode
就可以了