Cygwin Emacs,Windows 一切和 ^M

Cygwin Emacs, Windows Everything and ^M

在 Cygwin Emacs 中,如何使用 Helm(以及来自 Everything 的出色 es 命令行工具)在 Windows 上定位文件?

我很容易 运行,只是 es 输出的每个文件名后面都有 ^M。

添加

("es" undecided-dos . undecided-unix)

process-coding-system-alist中没有解决任何问题...

我们该如何解决这个问题?

这是解决问题的方法:

;; Strip `^M' characters.
(add-to-list 'process-coding-system-alist
             '("sh" . (undecided-dos . undecided-unix))) ; `es' process.