]> code.delx.au - gnu-emacs/commit
Better support for multi-line shell input.
authorJuri Linkov <juri@linkov.net>
Fri, 5 Dec 2014 23:55:20 +0000 (01:55 +0200)
committerJoão Távora <joaotavora@gmail.com>
Tue, 13 Jan 2015 07:39:15 +0000 (07:39 +0000)
commit18a89a069c3d66ddb96e512f254f67f69d51ae22
treec3d1de00e208bdbac364d407d3a3cd7857d506e6
parentb544ab561fcb575790c963a2eda51524fa366409
Better support for multi-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

[backport from trunk]
lisp/ChangeLog
lisp/comint.el