]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (search-exit-option): Add options ‘shift-move’ and ‘move’.
authorJuri Linkov <juri@linkov.net>
Sat, 3 Mar 2018 22:33:30 +0000 (00:33 +0200)
committerJuri Linkov <juri@linkov.net>
Sat, 3 Mar 2018 22:33:30 +0000 (00:33 +0200)
commit90ca83d4bf17a334902321e93fa89ccb1f4a5a4e
treee087ac4e6b558817df3b725348e71908287963ad
parentb3300c3ec80a40a6fe34a8721b79f273d519f00e
* lisp/isearch.el (search-exit-option): Add options ‘shift-move’ and ‘move’.

Change type from ‘boolean’ to ‘choice’.  Extend docstring.
(isearch-pre-move-point): New variable.
(isearch-pre-command-hook, isearch-post-command-hook):
Handle search-exit-option for values ‘move’ and ‘shift-move’.

* doc/emacs/search.texi (Not Exiting Isearch): Document new
values ‘shift-move’ and ‘move’ of search-exit-option.

https://lists.gnu.org/archive/html/emacs-devel/2018-03/msg00013.html
doc/emacs/search.texi
etc/NEWS
lisp/isearch.el