diff options
| author | Chong Yidong | 2009-12-05 21:12:19 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-12-05 21:12:19 +0000 |
| commit | 6ca89aaa810640dce02957928121000ec5050c9e (patch) | |
| tree | 52a48431c87b3f5859754eac24cc6efd423b40af | |
| parent | 89601c7b251d59d2d29521f6e7bb42c9e55d9444 (diff) | |
| download | emacs-6ca89aaa810640dce02957928121000ec5050c9e.tar.gz emacs-6ca89aaa810640dce02957928121000ec5050c9e.zip | |
* misc.texi (Shell Options): ansi-color is now default.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/misc.texi | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index db4b58a8735..45226478fc7 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-12-05 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * misc.texi (Shell Options): ansi-color is now default. | ||
| 4 | |||
| 1 | 2009-12-05 Glenn Morris <rgm@gnu.org> | 5 | 2009-12-05 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.texi (Top): Update menu for cal-xtra node changes. | 7 | * emacs.texi (Top): Update menu for cal-xtra node changes. |
diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 339964207b9..616ed0051d5 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi | |||
| @@ -1203,13 +1203,6 @@ directory stack if they are not already on it | |||
| 1203 | (@code{shell-pushd-dunique}). The values you choose should match the | 1203 | (@code{shell-pushd-dunique}). The values you choose should match the |
| 1204 | underlying shell, of course. | 1204 | underlying shell, of course. |
| 1205 | 1205 | ||
| 1206 | If you want Shell mode to handle color output from shell commands, | ||
| 1207 | you can enable ANSI Color mode. Here is how to do this: | ||
| 1208 | |||
| 1209 | @example | ||
| 1210 | (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) | ||
| 1211 | @end example | ||
| 1212 | |||
| 1213 | @node Terminal emulator | 1206 | @node Terminal emulator |
| 1214 | @subsection Emacs Terminal Emulator | 1207 | @subsection Emacs Terminal Emulator |
| 1215 | @findex term | 1208 | @findex term |