Mercurial > emacs
comparison etc/NEWS @ 100472:aeee07e2edfe
Add key bindings to start nonincremental word search.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Dec 2008 01:18:06 +0000 |
parents | 9e362b15a65b |
children | d0493e7b714e |
comparison
equal
deleted
inserted
replaced
100471:ac55019a0cb8 | 100472:aeee07e2edfe |
---|---|
309 +++ | 309 +++ |
310 ** In Isearch mode, a special case of typing `C-w' at the beginning of | 310 ** In Isearch mode, a special case of typing `C-w' at the beginning of |
311 the minibuffer that toggles word search (i.e. using key sequences | 311 the minibuffer that toggles word search (i.e. using key sequences |
312 `C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key | 312 `C-s RET C-w' or `C-s M-e C-w') is obsolete. You can use the global key |
313 `M-s w' to start word search, or type `M-s w' in Isearch mode to | 313 `M-s w' to start word search, or type `M-s w' in Isearch mode to |
314 toggle word search. | 314 toggle word search. To start nonincremental word search you can now use |
315 `M-s w RET' and `M-s w C-r RET' instead of `C-s RET C-w' and `C-r RET C-w'. | |
315 | 316 |
316 --- | 317 --- |
317 ** In Text mode, `center-line' and `center-paragraph' are rebound | 318 ** In Text mode, `center-line' and `center-paragraph' are rebound |
318 from `M-s' and `M-S' to global keys `M-o M-s' and `M-o M-S' on the | 319 from `M-s' and `M-S' to global keys `M-o M-s' and `M-o M-S' on the |
319 global prefix map `M-o' intended for such formatting commands. | 320 global prefix map `M-o' intended for such formatting commands. |