我正在emacs中運行一個進程,在其輸出中使用ANSI顏色代碼。emacs啓動進程輸出緩衝區中的ANSI着色
我使用start-process
創建過程,以及過程中的輸出
(start-process "foo" "*Foo*" foo-command foo-args)
如果我打開*Foo*
緩衝區,ANSI顏色代碼印在他們的原始格式的緩衝區提供的自定義緩衝區名
^[[36msome output message^[[m
^[[1;35msome output message^[[m
^[[1;34msome output message^[[m
我在this SO answer看到有可能給緩衝區添加着色;但是我不確知是否有可能與ANSI顏色代碼colorised輸出轉換在我*Foo*
緩衝如何使用start-process
創造了一個緩衝辦呢?
我投票關閉這個問題,因爲[它也被張貼在Emacs.SE(https://emacs.stackexchange.com/questions/33269/ansi-coloring-in-emacs-start -Process - 輸出 - 緩衝液)。 [請不要在多個網站上發佈相同的問題](https://meta.stackexchange.com/questions/64068/is-cross-posting-a-question-on-multiple-posack-exchange-sites-permitted-如果最QU)。 – Gilles