]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-search-fun-default): Set isearch-adjusted
authorJuri Linkov <juri@linkov.net>
Thu, 9 Feb 2017 22:35:22 +0000 (00:35 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 9 Feb 2017 22:35:22 +0000 (00:35 +0200)
commitd825d1f28decd671feb71c7657d41d0502ab5cf5
tree7c1d3a817ae31d132074b617dd31eec671f5a97e
parent35b9b7e751fdd8092048cb688e2f043f70912670
* lisp/isearch.el (isearch-search-fun-default): Set isearch-adjusted

to t to display "Pending" in the search prompt for lax
word/symbol search (bug#25562).  Don't use lax for lazy-highlighting
when 'bound' is non-nil.
(word-search-regexp, isearch-symbol-regexp): Don't depend on lax
at the beginning of regexp (bug#22589).

* lisp/info.el (Info-isearch-search):
Use isearch--lax-regexp-function-p.

* doc/emacs/search.texi (Word Search, Symbol Search):
Mention "Pending" prompt for lax word/symbol search.
doc/emacs/search.texi
lisp/info.el
lisp/isearch.el