comparison lisp/ansi-color.el @ 51119:f4f7d408c37a

Do not instruct the user to autoload `ansi-color-for-comint-mode-on'.
author Lute Kamstra <lute@gnu.org>
date Wed, 21 May 2003 15:55:19 +0000
parents 37645a051842
children 695cf19ef79e
comparison
equal deleted inserted replaced
51118:f80e017c6464 51119:f4f7d408c37a
44 ;; SGR control sequences. Using ls --color=yes forces ls to produce 44 ;; SGR control sequences. Using ls --color=yes forces ls to produce
45 ;; these. 45 ;; these.
46 ;; 46 ;;
47 ;; If you decide you like this, add the following to your .emacs file: 47 ;; If you decide you like this, add the following to your .emacs file:
48 ;; 48 ;;
49 ;; (autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)
50 ;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) 49 ;; (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
51 ;; 50 ;;
52 ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48 51 ;; SGR control sequences are defined in section 3.8.117 of the ECMA-48
53 ;; standard (identical to ISO/IEC 6429), which is freely available as a 52 ;; standard (identical to ISO/IEC 6429), which is freely available as a
54 ;; PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>. The 53 ;; PDF file <URL:http://www.ecma.ch/ecma1/STAND/ECMA-048.HTM>. The