aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2009-11-30 16:11:18 +0000
committerJuri Linkov2009-11-30 16:11:18 +0000
commit1f9689eba0a69231e7049b8d747e256ffc4985d1 (patch)
tree7126adb5b0912feafe597139f1521ebe47e06c60 /etc
parent2952b1ae0475a3efd8646281bc8aa0e6aeb5e8f6 (diff)
downloademacs-1f9689eba0a69231e7049b8d747e256ffc4985d1.tar.gz
emacs-1f9689eba0a69231e7049b8d747e256ffc4985d1.zip
(comint-mode-map): Rebind `M-r' from
`comint-previous-matching-input' to `comint-history-isearch-backward-regexp'. Unbind `M-s' to allow global key binding `M-s'. Add menu items for `comint-history-isearch-backward' and `comint-history-isearch-backward-regexp'. (Bug#3746)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9fcea9b23ef..4b5e12e5b0c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -301,8 +301,8 @@ Command*'.
301 301
302*** Isearch searches in the comint/shell input history when the new variable 302*** Isearch searches in the comint/shell input history when the new variable
303`comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' 303`comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward'
304and `comint-history-isearch-backward-regexp' start Isearch in the input history 304and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
305regardless of the value of `comint-history-isearch'. 305in the input history regardless of the value of `comint-history-isearch'.
306 306
307+++ 307+++
308*** Autorevert Tail mode now works also for remote files. 308*** Autorevert Tail mode now works also for remote files.