Mercurial > emacs
comparison etc/NEWS @ 106206:db4fe1337534
Implement Isearch in comint input history. (Bug#3746)
* comint.el (comint-mode): Add `comint-history-isearch-setup' to
`isearch-mode-hook'.
(comint-history-isearch): New defcustom.
(comint-history-isearch-backward)
(comint-history-isearch-backward-regexp): New commands.
(comint-history-isearch-message-overlay): New buffer-local variable.
(comint-history-isearch-setup, comint-history-isearch-end)
(comint-goto-input, comint-history-isearch-search)
(comint-history-isearch-message, comint-history-isearch-wrap)
(comint-history-isearch-push-state)
(comint-history-isearch-pop-state): New functions.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 23 Nov 2009 20:30:33 +0000 |
parents | eaae8a5d935f |
children | 936dfb675acf |
comparison
equal
deleted
inserted
replaced
106205:f573e64710b2 | 106206:db4fe1337534 |
---|---|
278 | 278 |
279 *** The new command `async-shell-command' bound globally to `M-&' executes | 279 *** The new command `async-shell-command' bound globally to `M-&' executes |
280 the command asynchronously without the need to manually add ampersand to | 280 the command asynchronously without the need to manually add ampersand to |
281 the end of the command. Its output appears in the buffer `*Async Shell | 281 the end of the command. Its output appears in the buffer `*Async Shell |
282 Command*'. | 282 Command*'. |
283 | |
284 *** Isearch searches in the comint/shell input history when the new variable | |
285 `comint-history-isearch' is non-nil. New commands `comint-history-isearch-backward' | |
286 and `comint-history-isearch-backward-regexp' start Isearch in the input history | |
287 regardless of the value of `comint-history-isearch'. | |
283 | 288 |
284 +++ | 289 +++ |
285 *** Autorevert Tail mode now works now for remote files. | 290 *** Autorevert Tail mode now works now for remote files. |
286 | 291 |
287 | 292 |