在ansi-term和multi-term中,在cd到目录之后,我收到一条错误消息和乱码输出,其中ls
的内容被打印但与提示重叠。这是我得到的
$ cd /Users/crippledlambda/VirtualBoxDocuments
$ ls
[properly shows contents]
$ cd programs
$ ls
[properly shows contents]
$ cd newproject
$ ls
[garbled output]
迷你缓冲区中的消息:
"error in process filter: /Users/crippledlambda/VirtualBoxDocuments/prog/: no such directory"
打印ls
的内容,以便识别目录中的文件,但新提示出现在ls
的内容上方而不是在其下方,并且在提示时此文本仍为:< / p>
$ lsrams/newproject
$
[contents of ls]
您是否知道此问题,或问题或如何最好地调试此错误?谢谢 -
答案 0 :(得分:1)
听起来像是关于过程消息显示的位置/方式的错误。考虑提交Emacs错误报告:M-x report-emacs-bug
。