emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/isearch.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el [emacs-unicode-2]
Date: Wed, 08 Dec 2004 00:47:38 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.221.2.10 emacs/lisp/isearch.el:1.221.2.11
*** emacs/lisp/isearch.el:1.221.2.10    Wed Dec  8 05:02:12 2004
--- emacs/lisp/isearch.el       Wed Dec  8 05:21:00 2004
***************
*** 1678,1684 ****
      ;; single-byte character set, and convert them to Emacs
      ;; characters.
      (if (and isearch-regexp (= char ?\ ))
!       (if (subregexp-context-p isearch-string pos)
            (isearch-process-search-string "[ ]" " ")
          (isearch-process-search-char char))
        (and enable-multibyte-characters
--- 1678,1684 ----
      ;; single-byte character set, and convert them to Emacs
      ;; characters.
      (if (and isearch-regexp (= char ?\ ))
!       (if (subregexp-context-p isearch-string (length isearch-string))
            (isearch-process-search-string "[ ]" " ")
          (isearch-process-search-char char))
        (and enable-multibyte-characters




reply via email to

[Prev in Thread] Current Thread [Next in Thread]