diff options
| author | Juri Linkov | 2009-11-30 16:11:18 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-11-30 16:11:18 +0000 |
| commit | 1f9689eba0a69231e7049b8d747e256ffc4985d1 (patch) | |
| tree | 7126adb5b0912feafe597139f1521ebe47e06c60 /etc | |
| parent | 2952b1ae0475a3efd8646281bc8aa0e6aeb5e8f6 (diff) | |
| download | emacs-1f9689eba0a69231e7049b8d747e256ffc4985d1.tar.gz emacs-1f9689eba0a69231e7049b8d747e256ffc4985d1.zip | |
(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 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -301,8 +301,8 @@ Command*'. | |||
| 301 | 301 | ||
| 302 | *** Isearch searches in the comint/shell input history when the new variable | 302 | *** Isearch searches in the comint/shell input history when the new variable |
| 303 | `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' | 303 | `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' |
| 304 | and `comint-history-isearch-backward-regexp' start Isearch in the input history | 304 | and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch |
| 305 | regardless of the value of `comint-history-isearch'. | 305 | in the input history regardless of the value of `comint-history-isearch'. |
| 306 | 306 | ||
| 307 | +++ | 307 | +++ |
| 308 | *** Autorevert Tail mode now works also for remote files. | 308 | *** Autorevert Tail mode now works also for remote files. |