From 1f9689eba0a69231e7049b8d747e256ffc4985d1 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 30 Nov 2009 16:11:18 +0000 Subject: (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) --- admin/FOR-RELEASE | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'admin') 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. -- cgit v1.2.1