summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2009-11-30 16:11:18 +0000
committerJuri Linkov <juri@jurta.org>2009-11-30 16:11:18 +0000
commit4d0a164cf4525c32760fd47bb727550adfcec1d2 (patch)
tree7f738f4cfe09b20b31dadfe405d2a64ac089f770 /admin
parent27454c1adfe58007f47b8db6526c03e75e141138 (diff)
downloademacs-4d0a164cf4525c32760fd47bb727550adfcec1d2.tar.gz
(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 'admin')
-rw-r--r--admin/FOR-RELEASE8
1 files changed, 2 insertions, 6 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 1ed535e2ea7..27c15ac5a84 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -81,16 +81,12 @@ and change key bindings where necessary. The current list of modes:
2. Minibuffer binds `M-s' to `next-matching-history-element'
(not useful any more since C-s can now search in the history).
-3. Shell mode binds `M-s' to `comint-next-matching-input'.
- This key binding can be changed later when we will implement
- incremental search through the shell history.
-
-4. `center-line' in Text mode was already moved to the text formatting
+3. `center-line' in Text mode was already moved to the text formatting
keymap as `M-o M-s' (thus this binding is not necessary any more
in `nroff-mode-map' too and can be removed now from the nroff mode
because it can now use the global key binding `M-o M-s' `center-line').
-5. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
+4. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
`log-edit-comment-search-forward'. Perhaps search commands
on the global key binding `M-s' are useless in these modes.