• Juri Linkov's avatar
    * lisp/isearch.el (word-search-regexp): Match whitespace if the search · a22289f7
    Juri Linkov authored
    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
    a22289f7
NEWS 117 KB