/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.243 by rms, Fri Dec 3 00:27:11 2004 UTC revision 1.244 by monnier, Mon Dec 6 15:12:08 2004 UTC
# Line 1682  Isearch mode." Line 1682  Isearch mode."
1682      ;; single-byte character set, and convert them to Emacs      ;; single-byte character set, and convert them to Emacs
1683      ;; characters.      ;; characters.
1684      (if (and isearch-regexp (= char ?\ ))      (if (and isearch-regexp (= char ?\ ))
1685          (if (condition-case err          (if (subregexp-context-p isearch-string pos)
1686                  (progn              (isearch-process-search-string "[ ]" " ")
1687                    (string-match isearch-string "")            (isearch-process-search-char char))
                   nil)  
               (error (equal (cadr err) "Unmatched [ or [^")))  
             (isearch-process-search-char char)  
           (isearch-process-search-string "[ ]" " "))  
1688        (and enable-multibyte-characters        (and enable-multibyte-characters
1689             (>= char ?\200)             (>= char ?\200)
1690             (<= char ?\377)             (<= char ?\377)

Legend:
Removed from v.1.243  
changed lines
  Added in v.1.244

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26