]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-yank-on-move): New defcustom
authorJuri Linkov <juri@linkov.net>
Tue, 4 Dec 2018 00:41:54 +0000 (02:41 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 4 Dec 2018 00:41:54 +0000 (02:41 +0200)
commitf745cf8c438cdb258bc1a37b617749d1c84e688e
tree77ff048bd255def6999643dd57613ee00e5a12c4
parentbeafe2bf50992b60cb4e8c9628a7000317279c8c
* lisp/isearch.el (isearch-yank-on-move): New defcustom

with shift-move related options extracted from `search-exit-option'.
(isearch-pre-command-hook): Rename search-exit-option to
isearch-yank-on-move in shift-move related places.
(isearch-post-command-hook): Check for isearch-pre-move-point
instead of search-exit-option.  (Bug#15839)

* doc/emacs/search.texi (Not Exiting Isearch): Rename
search-exit-option to isearch-yank-on-move.

* lisp/menu-bar.el (menu-bar-i-search-menu): Add more isearch commands.
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el
lisp/menu-bar.el