diff options
| author | Chong Yidong | 2010-03-02 21:50:57 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-03-02 21:50:57 -0500 |
| commit | 855dc98c537fad49ddc6ef94b0a881a5feb2ff65 (patch) | |
| tree | dce07762bb6e01f7e5f9f4be83f4cd5656042e3b | |
| parent | d99aaebdb4375b04b9cc76d5baf5819ff160a790 (diff) | |
| download | emacs-855dc98c537fad49ddc6ef94b0a881a5feb2ff65.tar.gz emacs-855dc98c537fad49ddc6ef94b0a881a5feb2ff65.zip | |
NEWS: async-shell-command and ansi-color are now documented.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -282,7 +282,7 @@ experience delays when sending mail, you may wish to set this to nil. | |||
| 282 | ** nXML mode is now the default for editing XML files. | 282 | ** nXML mode is now the default for editing XML files. |
| 283 | 283 | ||
| 284 | ** Shell | 284 | ** Shell |
| 285 | 285 | +++ | |
| 286 | *** ansi-color is now enabled by default. | 286 | *** ansi-color is now enabled by default. |
| 287 | To disable it, set ansi-color-for-comint-mode to nil. | 287 | To disable it, set ansi-color-for-comint-mode to nil. |
| 288 | 288 | ||
| @@ -363,7 +363,7 @@ to sacrifice some accuracy for a faster startup. | |||
| 363 | *** Customize `elint-ignored-warnings' to suppress some warnings. | 363 | *** Customize `elint-ignored-warnings' to suppress some warnings. |
| 364 | 364 | ||
| 365 | ** Miscellaneous | 365 | ** Miscellaneous |
| 366 | 366 | +++ | |
| 367 | *** The new command `async-shell-command' bound globally to `M-&' executes | 367 | *** The new command `async-shell-command' bound globally to `M-&' executes |
| 368 | the command asynchronously without the need to manually add ampersand to | 368 | the command asynchronously without the need to manually add ampersand to |
| 369 | the end of the command. Its output appears in the buffer `*Async Shell | 369 | the end of the command. Its output appears in the buffer `*Async Shell |
| @@ -437,6 +437,7 @@ System (CLOS). It is used by the other CEDET packages. | |||
| 437 | 437 | ||
| 438 | * Incompatible Lisp Changes in Emacs 23.2 | 438 | * Incompatible Lisp Changes in Emacs 23.2 |
| 439 | 439 | ||
| 440 | --- | ||
| 440 | ** Several obsolete functions removed. | 441 | ** Several obsolete functions removed. |
| 441 | The functions have been obsolete since Emacs 19, and are unlikely to | 442 | The functions have been obsolete since Emacs 19, and are unlikely to |
| 442 | be in use: | 443 | be in use: |