]> git.eshelyaron.com Git - emacs.git/commit
Better support for milti-line shell input.
authorJuri Linkov <juri@linkov.net>
Fri, 5 Dec 2014 23:55:20 +0000 (01:55 +0200)
committerJuri Linkov <juri@linkov.net>
Fri, 5 Dec 2014 23:55:20 +0000 (01:55 +0200)
commitf6c3965074dbf5f355ecce739104fb89fb4d90f8
tree4adc2e0ca9e8891d697194103e7b04ea4a5d1082
parent0ffa34951a2c45afa7857b7a970459d0189b4313
Better support for milti-line shell input.

* lisp/comint.el (comint-history-isearch-search)
(comint-history-isearch-wrap): Use field-beginning instead of
comint-line-beginning-position.
(comint-send-input): Go to the end of the field instead of the end
of the line to accept whole multi-line input.
http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00305.html
lisp/ChangeLog
lisp/comint.el