有人遇到过没?
utf-8的编码。也没有任何中文的可能。知道真相的大神给个解决方案或者思路
ANSI 色彩问题,试试:
M-: (let ((inhibit-read-only t)) (ansi-color-apply-on-region (point-min) (point-max)))
谢谢,确实是颜色问题。
加了
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
(add-to-list 'comint-output-filter-functions 'ansi-color-process-output)
两句话搞定了。
1 个赞