* lisp/isearch.el (word-search-regexp): Match whitespace if the search
authorJuri Linkov <juri@jurta.org>
Thu, 13 Jun 2013 21:49:10 +0000 (00:49 +0300)
committerJuri Linkov <juri@jurta.org>
Thu, 13 Jun 2013 21:49:10 +0000 (00:49 +0300)
commita22289f7ab658767b2f586aa1f1f794b1470df95
treef475873ede54bd64998be620e5fe6ba462a0b518
parentcb89acab6cdfa418d1d14ad3200712e1dd406673
* lisp/isearch.el (word-search-regexp): Match whitespace if the search
string begins or ends in whitespace.  The LAX arg is applied to
both ends of the search string.  Use `regexp-quote' and explicit
\< and \> instead of \b.  Use \` and \' instead of ^ and $.
(isearch-symbol-regexp): Sync with `word-search-regexp' where word
boundaries are replaced with symbol boundaries, and characters
between symbols match non-word non-symbol syntax.

Fixes: debbugs:14602
etc/NEWS
lisp/ChangeLog
lisp/isearch.el