Colorize comint output (translate SGR control sequences into text-properties).
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 29 Sep 2010 23:49:46 +0300
changeset 492 5db1feed71e3
parent 491 72d77b2117d1
child 493 4f91b5ccab17
Colorize comint output (translate SGR control sequences into text-properties).
.emacs-my
--- a/.emacs-my	Wed Sep 29 23:36:34 2010 +0300
+++ b/.emacs-my	Wed Sep 29 23:49:46 2010 +0300
@@ -750,6 +750,8 @@
 ;; (setq shell-command-switch "-c")
 ;; (setenv "SHELL" shell-file-name)
 
+(ansi-color-for-comint-mode-on)
+
 (defvar my-use-windows-shell nil
   "If t 'cmdproxy.exe' will be used as shell. Affect on M-x shell like
   commands. If nil, 'sh' will be used." )