# HG changeset patch # User Oleksandr Gavenko # Date 1285793386 -10800 # Node ID 5db1feed71e32f0740fb8772b61e850f846e6b71 # Parent 72d77b2117d158bf59e997872e08d6db1322d61c Colorize comint output (translate SGR control sequences into text-properties). diff -r 72d77b2117d1 -r 5db1feed71e3 .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." )