【发布时间】:2011-07-07 02:02:26
【问题描述】:
我正在 Emacs 中(在 ArchLinux 下)试用咖啡脚本 repl,我看到提示符周围有这些转义字符:
[1Gcoffee> [0K[9G
这些不应该是颜色,因为我已经启用了ansi-color-for-comint-mode。那么有人认识这些吗?
P.S.:有趣的是我的 Emacs+Cygwin 设置下没有这个问题!
【问题讨论】:
-
据我了解,根本原因是 Emacs 的终端仿真仅限于 vt100 或至少缺少一些扩展。我刚刚问了这个问题以扩大其支持emacs.stackexchange.com/questions/9871/…
标签: shell emacs coffeescript