diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 17:14:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-10-08 17:14:15 +0000 |
commit | e42d647407c8c0fc5af5ecd635fb27dfa8eaa643 (patch) | |
tree | d8fe4e96635d6bafd3cabeb6bb4f4edb00c2b6eb /etc | |
parent | 0b4fe585ef776f2b6172d0404fb0c2984fbf4b3d (diff) | |
download | emacs-e42d647407c8c0fc5af5ecd635fb27dfa8eaa643.tar.gz |
Mention the changes in C-y behavior when at end of line.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1167,12 +1167,23 @@ to new-kill-line, these commands now report: 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. |