Mercurial > emacs
diff etc/NEWS @ 106326:b7dca98d92a9
(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)
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 30 Nov 2009 16:11:18 +0000 |
parents | f4a3f47777f7 |
children | 8cb95e673f03 |
line wrap: on
line diff
--- a/etc/NEWS Mon Nov 30 16:05:47 2009 +0000 +++ b/etc/NEWS Mon Nov 30 16:11:18 2009 +0000 @@ -301,8 +301,8 @@ *** Isearch searches in the comint/shell input history when the new variable `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' -and `comint-history-isearch-backward-regexp' start Isearch in the input history -regardless of the value of `comint-history-isearch'. +and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch +in the input history regardless of the value of `comint-history-isearch'. +++ *** Autorevert Tail mode now works also for remote files.