aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2010-03-25 17:14:17 -0400
committerChong Yidong2010-03-25 17:14:17 -0400
commitf2608df3a3700ebefa1293ba0f91ec9d8cf4a9aa (patch)
treeba70ede6e0584d0721b50d3d90fb9e83a4fb123a /etc
parent71785b7a63bf1cec45856e1ea15d2397b65e4f13 (diff)
downloademacs-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/NEWS14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 332cc49e331..f82a3ae825e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
282This starts an incremental search of the comint/shell input history.
283+++
284*** ansi-color is now enabled by default in Shell mode.
280To disable it, set ansi-color-for-comint-mode to nil. 285To 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.
356the command asynchronously without the need to manually add ampersand to 361the command asynchronously without the need to manually add ampersand to
357the end of the command. Its output appears in the buffer `*Async Shell 362the end of the command. Its output appears in the buffer `*Async Shell
358Command*'. 363Command*'.
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'
362and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
363in 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'
366read buffer names to search, one by one, ended with RET. With a prefix 366read buffer names to search, one by one, ended with RET. With a prefix