emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/search.texi


From: Jesper Harder
Subject: [Emacs-diffs] Changes to emacs/man/search.texi
Date: Tue, 29 Jun 2004 08:33:17 -0400

Index: emacs/man/search.texi
diff -c emacs/man/search.texi:1.47 emacs/man/search.texi:1.48
*** emacs/man/search.texi:1.47  Fri Jun 25 21:27:55 2004
--- emacs/man/search.texi       Tue Jun 29 12:09:41 2004
***************
*** 231,248 ****
  
    Vertical scrolling during incremental search can be enabled by
  setting the customizable variable @code{isearch-allow-scroll} to a
! non-nil value.
  
    You can then use the vertical scroll-bar or certain keyboard
  commands such as @address@hidden (@code{scroll-down}),
  @address@hidden (@code{scroll-up}) and @kbd{C-l} (@code{recenter})
  within the search, thus letting you see more of the text near the
  current match.  You must run these commands via their key sequences to
! stay in the search - typing M-x @var{comand-name} will always
  terminate a search.
  
    You can give prefix arguments to these commands in the usual way.
! The current match cannot be scrolled out of the window - this is
  intentional.
  
    Several other commands, such as @kbd{C-x 2}
--- 231,248 ----
  
    Vertical scrolling during incremental search can be enabled by
  setting the customizable variable @code{isearch-allow-scroll} to a
! address@hidden value.
  
    You can then use the vertical scroll-bar or certain keyboard
  commands such as @address@hidden (@code{scroll-down}),
  @address@hidden (@code{scroll-up}) and @kbd{C-l} (@code{recenter})
  within the search, thus letting you see more of the text near the
  current match.  You must run these commands via their key sequences to
! stay in the search---typing M-x @var{comand-name} will always
  terminate a search.
  
    You can give prefix arguments to these commands in the usual way.
! The current match cannot be scrolled out of the window---this is
  intentional.
  
    Several other commands, such as @kbd{C-x 2}
***************
*** 847,853 ****
  @vindex isearch-allow-scroll
  
  Scrolling, etc., during incremental search is enabled by setting the
! customizable variable @code{isearch-allow-scroll} to a non-nil value.
  
  @c See Subject: Info file:  How do I get an itemized list without blank lines?
  @c Date: Sat, 12 Apr 2003 09:45:31 +0000  in gnu.emacs.help
--- 847,853 ----
  @vindex isearch-allow-scroll
  
  Scrolling, etc., during incremental search is enabled by setting the
! customizable variable @code{isearch-allow-scroll} to a address@hidden value.
  
  @c See Subject: Info file:  How do I get an itemized list without blank lines?
  @c Date: Sat, 12 Apr 2003 09:45:31 +0000  in gnu.emacs.help
***************
*** 893,899 ****
  
  You should only thus configure commands which are ``safe'': i.e., they
  won't leave emacs in an inconsistent state when executed within a
! search - that is to say, the following things may be changed by a
  command only temporarily, and must be restored before the command
  finishes:
  
--- 893,899 ----
  
  You should only thus configure commands which are ``safe'': i.e., they
  won't leave emacs in an inconsistent state when executed within a
! search---that is to say, the following things may be changed by a
  command only temporarily, and must be restored before the command
  finishes:
  
***************
*** 913,919 ****
  window's size, or create or delete other windows and frames.
  
  Note that an attempt by a command to scroll the text
! @emph{horizontally} won't work, although it will do no harm - any such
  scrolling will be overriden and nullified by the display code.
  
  @node Replace, Other Repeating Search, Configuring Scrolling, Search
--- 913,919 ----
  window's size, or create or delete other windows and frames.
  
  Note that an attempt by a command to scroll the text
! @emph{horizontally} won't work, although it will do no harm---any such
  scrolling will be overriden and nullified by the display code.
  
  @node Replace, Other Repeating Search, Configuring Scrolling, Search




reply via email to

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