Implement Isearch in comint input history. (Bug#3746)
authorJuri Linkov <juri@jurta.org>
Mon, 23 Nov 2009 20:30:33 +0000 (20:30 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 23 Nov 2009 20:30:33 +0000 (20:30 +0000)
commit0d62bcea27b6e413bfa3ad14b96f289bb65fcc5e
treef1b6ddd3fdb7287d7bd9fe8f206785250606735a
parentb593f1055a64feec5ee98d6c850c705435136840
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.
etc/NEWS
lisp/ChangeLog
lisp/comint.el