Emacs编译缓冲区显示引号的十六进制值

时间:2014-01-20 13:43:30

标签: linux ubuntu emacs compilation

我是emacs的新手,并将其用于c编程。但是在编写emacs时,编译缓冲区显示的消息包含十六进制值而不是引号,如图中所示。

enter image description here

但是在终端编译时,它显示消息为

enter image description here

在Google上搜索但没有得到任何内容,是否有任何我错过的设置。

如何摆脱这种情况。

1 个答案:

答案 0 :(得分:0)

重置编译命令的环境变量LC_ALL,即将其配置为类似

LC_ALL=C make