diff options
| author | Chong Yidong | 2010-03-25 17:14:17 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-03-25 17:14:17 -0400 |
| commit | f2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa (patch) | |
| tree | ba70ede6e0584d0721b50d3d90fb9e83a4fb123a /etc | |
| parent | 71785b7a63bf1cec45856e1ea15d2397b65e4f13 (diff) | |
| download | emacs-f2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa.tar.gz emacs-f2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa.zip | |
Document comint history-search changes.
* misc.texi (Shell Ring): Document new M-r binding. M-s is no longer bound.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -274,9 +274,14 @@ experience delays when sending mail, you may wish to set this to nil. | |||
| 274 | +++ | 274 | +++ |
| 275 | ** nXML mode is now the default for editing XML files. | 275 | ** nXML mode is now the default for editing XML files. |
| 276 | 276 | ||
| 277 | ** Shell | 277 | ** Shell (and other comint modes) |
| 278 | +++ | 278 | +++ |
| 279 | *** ansi-color is now enabled by default. | 279 | *** M-s is no longer bound to `comint-next-matching-input'. |
| 280 | +++ | ||
| 281 | *** M-r is now bound to `comint-history-isearch-backward-regexp'. | ||
| 282 | This starts an incremental search of the comint/shell input history. | ||
| 283 | +++ | ||
| 284 | *** ansi-color is now enabled by default in Shell mode. | ||
| 280 | To disable it, set ansi-color-for-comint-mode to nil. | 285 | To disable it, set ansi-color-for-comint-mode to nil. |
| 281 | 286 | ||
| 282 | +++ | 287 | +++ |
| @@ -356,11 +361,6 @@ to sacrifice some accuracy for a faster startup. | |||
| 356 | the command asynchronously without the need to manually add ampersand to | 361 | the command asynchronously without the need to manually add ampersand to |
| 357 | the end of the command. Its output appears in the buffer `*Async Shell | 362 | the end of the command. Its output appears in the buffer `*Async Shell |
| 358 | Command*'. | 363 | Command*'. |
| 359 | |||
| 360 | *** Isearch searches in the comint/shell input history when the new variable | ||
| 361 | `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' | ||
| 362 | and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch | ||
| 363 | in the input history regardless of the value of `comint-history-isearch'. | ||
| 364 | +++ | 364 | +++ |
| 365 | *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' | 365 | *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' |
| 366 | read buffer names to search, one by one, ended with RET. With a prefix | 366 | read buffer names to search, one by one, ended with RET. With a prefix |