diff options
author | Juri Linkov <juri@jurta.org> | 2009-11-30 16:11:18 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2009-11-30 16:11:18 +0000 |
commit | 1f9689eba0a69231e7049b8d747e256ffc4985d1 (patch) | |
tree | 7126adb5b0912feafe597139f1521ebe47e06c60 /admin | |
parent | 2952b1ae0475a3efd8646281bc8aa0e6aeb5e8f6 (diff) | |
download | emacs-1f9689eba0a69231e7049b8d747e256ffc4985d1.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-RELEASE | 8 |
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. |