分页: 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)
如果不成功试试只添加第一句