/[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.197 by gerd, Thu Oct 18 10:05:34 2001 UTC revision 1.198 by rms, Tue Nov 13 16:39:28 2001 UTC
# Line 547  is treated as a regexp.  See \\[isearch- Line 547  is treated as a regexp.  See \\[isearch-
547          isearch-within-brackets nil          isearch-within-brackets nil
548          isearch-slow-terminal-mode (and (<= baud-rate search-slow-speed)          isearch-slow-terminal-mode (and (<= baud-rate search-slow-speed)
549                                          (> (window-height)                                          (> (window-height)
550                                             (* 4 search-slow-window-lines)))                                             (* 4
551                                                  (abs search-slow-window-lines))))
552          isearch-other-end nil          isearch-other-end nil
553          isearch-small-window nil          isearch-small-window nil
554          isearch-just-started t          isearch-just-started t
# Line 1327  Obsolete." Line 1328  Obsolete."
1328    
1329  (defun isearch-whitespace-chars ()  (defun isearch-whitespace-chars ()
1330    "Match all whitespace chars, if in regexp mode.    "Match all whitespace chars, if in regexp mode.
1331  If you want to search for just a space, type \\[quoted-insert] SPC."  If you want to search for just a space, type \\<isearch-mode-map>\\[isearch-quote-char] SPC."
1332    (interactive)    (interactive)
1333    (if isearch-regexp    (if isearch-regexp
1334        (if (and search-whitespace-regexp (not isearch-within-brackets)        (if (and search-whitespace-regexp (not isearch-within-brackets)

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198

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