comparison admin/FOR-RELEASE @ 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 fa669d6474cc
children 3463009c99e0
comparison
equal deleted inserted replaced
106325:d1953939048b 106326:b7dca98d92a9
79 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'. 79 1. Gnus binds `M-s' to `gnus-summary-search-article-forward'.
80 80
81 2. Minibuffer binds `M-s' to `next-matching-history-element' 81 2. Minibuffer binds `M-s' to `next-matching-history-element'
82 (not useful any more since C-s can now search in the history). 82 (not useful any more since C-s can now search in the history).
83 83
84 3. Shell mode binds `M-s' to `comint-next-matching-input'. 84 3. `center-line' in Text mode was already moved to the text formatting
85 This key binding can be changed later when we will implement
86 incremental search through the shell history.
87
88 4. `center-line' in Text mode was already moved to the text formatting
89 keymap as `M-o M-s' (thus this binding is not necessary any more 85 keymap as `M-o M-s' (thus this binding is not necessary any more
90 in `nroff-mode-map' too and can be removed now from the nroff mode 86 in `nroff-mode-map' too and can be removed now from the nroff mode
91 because it can now use the global key binding `M-o M-s' `center-line'). 87 because it can now use the global key binding `M-o M-s' `center-line').
92 88
93 5. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to 89 4. PCL-CVS binds `M-s' to `cvs-status', and log-edit-mode binds it to
94 `log-edit-comment-search-forward'. Perhaps search commands 90 `log-edit-comment-search-forward'. Perhaps search commands
95 on the global key binding `M-s' are useless in these modes. 91 on the global key binding `M-s' are useless in these modes.
96 92
97 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect 93 ** sdl.web@gmail.com, 30 Oct: ps-lpr-switches has no effect
98 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html 94 http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg02091.html