Ubuntu中文论坛
致力于Ubuntu中文推广
http://forum.ubuntu.com.cn/
在emacs的shell模式下使用shell 怎么有乱码?
http://forum.ubuntu.com.cn/viewtopic.php?t=179972
分页:
1
/
1
在emacs的shell模式下使用shell 怎么有乱码?
发表于 :
2009-01-12 14:36
由
codycody23
在emacs的shell模式下使用shell 怎么有乱码?
不在emacs下又没事
在emcas下:
不在emacs下:
Re: 在emacs的shell模式下使用shell 怎么有乱码?
发表于 :
2009-04-13 20:57
由
linuxiverson
在.emacs当中添加:
(setq ansi-color-for-comint-mode t)
(customize-group 'ansi-colors)
如果不成功试试只添加第一句