emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Fri, 08 Oct 2004 13:23:33 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1044 emacs/etc/NEWS:1.1045
*** emacs/etc/NEWS:1.1044       Tue Oct  5 22:37:14 2004
--- emacs/etc/NEWS      Fri Oct  8 17:14:15 2004
***************
*** 1167,1178 ****
--- 1167,1189 ----
    new-kill-line is on C-k
  
  +++
+ ** Vertical scrolling is now possible within incremental search.
+ To enable this feature, customize the new user option
+ `isearch-allow-scroll'.  User written commands which satisfy stringent
+ constraints can be marked as "scrolling commands".  See the Emacs manual
+ for details.
+ 
+ +++
  ** C-w in incremental search now grabs either a character or a word,
  making the decision in a heuristic way.  This new job is done by the
  command `isearch-yank-word-or-char'.  To restore the old behavior,
  bind C-w to `isearch-yank-word' in `isearch-mode-map'.
  
  +++
+ ** C-y in incremental search now grabs the next line if point is already
+ at the end of a line.
+ 
+ +++
  ** C-M-w deletes and C-M-y grabs a character in isearch mode.
  Another method to grab a character is to enter the minibuffer by `M-e'
  and to type `C-f' at the end of the search string in the minibuffer.




reply via email to

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