Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーが入力したもの、出力されたもの、stderrによって出力されたものをシェル/コマンドで視覚的に区別する方法を探しています。このためのモードはありますか?
(念のために言っておきますが、私は興味がありませんansi-color-for-comint-mode)
ansi-color-for-comint-mode
非同期プロセスを実行するためのElisp機能は、stderrとstdout出力を区別するための適切なサポートを提供しないため、現在comintでは2つを区別できません。OTOHが来ると、ユーザーが入力したテキスト(comint-highlight-input face)、プロンプト(comint-highlight-prompt face)、およびプロセス出力(特別な面なし、つまり `default)がすでに異なって表示されます。