summaryrefslogtreecommitdiff
path: root/lisp/ansi-color.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-05 21:11:29 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-12-05 21:11:29 +0000
commit89601c7b251d59d2d29521f6e7bb42c9e55d9444 (patch)
tree18af52c76f0332da6ad803f12eb10962b7e82bb1 /lisp/ansi-color.el
parent93bff74909ccc2c14d7f4a941a0a22e941a0f525 (diff)
downloademacs-89601c7b251d59d2d29521f6e7bb42c9e55d9444.tar.gz
Fix commentary to reflect that ansi-color is now enabled by default.
Diffstat (limited to 'lisp/ansi-color.el')
-rw-r--r--lisp/ansi-color.el14
1 files changed, 3 insertions, 11 deletions
diff --git a/lisp/ansi-color.el b/lisp/ansi-color.el
index f691aca2d1b..5f81d96685b 100644
--- a/lisp/ansi-color.el
+++ b/lisp/ansi-color.el
@@ -30,23 +30,15 @@
;; known as ANSI escape sequences) and tries to translate these into
;; faces.
;;
-;; This allows you to run ls --color=yes in shell-mode. In order to
-;; test this, proceed as follows:
-;;
-;; 1. start a shell: M-x shell
-;; 2. load this file: M-x load-library RET ansi-color RET
-;; 3. activate ansi-color: M-x ansi-color-for-comint-mode-on
-;; 4. test ls --color=yes in the *shell* buffer
+;; This allows you to run ls --color=yes in shell-mode. It is now
+;; enabled by default; to disable it, set ansi-color-for-comint-mode
+;; to nil.
;;
;; Note that starting your shell from within Emacs might set the TERM
;; environment variable. The new setting might disable the output of
;; SGR control sequences. Using ls --color=yes forces ls to produce
;; these.
;;
-;; If you decide you like this, add the following to your .emacs file:
-;;
-;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
-;;
;; SGR control sequences are defined in section 3.8.117 of the ECMA-48
;; standard (identical to ISO/IEC 6429), which is freely available as a
;; PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>. The