Mercurial > emacs
comparison etc/NEWS @ 58921:50186ddf2fff
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 13 Dec 2004 03:26:21 +0000 |
parents | ebb34c86e3e9 |
children | 56a0a4cbf781 |
comparison
equal
deleted
inserted
replaced
58920:83b92481d956 | 58921:50186ddf2fff |
---|---|
1062 to the count of replacements already made by the replacement command. | 1062 to the count of replacements already made by the replacement command. |
1063 All regular expression replacement commands now allow `\?' in the | 1063 All regular expression replacement commands now allow `\?' in the |
1064 replacement string to specify a position where the replacement string | 1064 replacement string to specify a position where the replacement string |
1065 can be edited for each replacement. | 1065 can be edited for each replacement. |
1066 | 1066 |
1067 * query-replace uses isearch highlighting with lazy highlighting | 1067 ** query-replace uses isearch highlighting with lazy highlighting |
1068 when the user option `query-replace-highlight' is set to `isearch'. | 1068 when the user option `query-replace-highlight' is set to `isearch'. |
1069 If it is t, it uses old query-replace highlighting method. | 1069 If it is t, it uses old query-replace highlighting method. |
1070 | 1070 |
1071 +++ | 1071 +++ |
1072 ** Emacs normally highlights mouse sensitive text whenever the mouse | 1072 ** Emacs normally highlights mouse sensitive text whenever the mouse |
1370 ** Marking commands extend the region when invoked multiple times. If | 1370 ** Marking commands extend the region when invoked multiple times. If |
1371 you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or | 1371 you hit M-C-SPC (mark-sexp), M-@ (mark-word), M-h (mark-paragraph), or |
1372 C-M-h (mark-defun) repeatedly, the marked region extends each time, so | 1372 C-M-h (mark-defun) repeatedly, the marked region extends each time, so |
1373 you can mark the next two sexps with M-C-SPC M-C-SPC, for example. | 1373 you can mark the next two sexps with M-C-SPC M-C-SPC, for example. |
1374 This feature also works for mark-end-of-sentence, if you bind that to | 1374 This feature also works for mark-end-of-sentence, if you bind that to |
1375 a key. | 1375 a key. It also extends the region when the mark is active in Transient |
1376 Mark mode, regardless of the last command. To start a new region with | |
1377 one of marking commands in Transient Mark mode, you can deactivate the | |
1378 active region with C-g, or set the new mark with C-SPC. | |
1376 | 1379 |
1377 +++ | 1380 +++ |
1378 ** Some commands do something special in Transient Mark mode when the | 1381 ** Some commands do something special in Transient Mark mode when the |
1379 mark is active--for instance, they limit their operation to the | 1382 mark is active--for instance, they limit their operation to the |
1380 region. Even if you don't normally use Transient Mark mode, you might | 1383 region. Even if you don't normally use Transient Mark mode, you might |
1394 | 1397 |
1395 +++ | 1398 +++ |
1396 ** A prefix argument is no longer required to repeat a jump to a | 1399 ** A prefix argument is no longer required to repeat a jump to a |
1397 previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the | 1400 previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the |
1398 mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. | 1401 mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. |
1402 | |
1403 ** Movement commands `beginning-of-buffer', `end-of-buffer', | |
1404 `beginning-of-defun', `end-of-defun' do not set the mark if the new | |
1405 option `inhibit-mark-movement' is non-nil, or if the mark is already | |
1406 active in Transient Mark mode. | |
1399 | 1407 |
1400 +++ | 1408 +++ |
1401 ** In the *Occur* buffer, `o' switches to it in another window, and | 1409 ** In the *Occur* buffer, `o' switches to it in another window, and |
1402 C-o displays the current line's occurrence in another window without | 1410 C-o displays the current line's occurrence in another window without |
1403 switching to it. | 1411 switching to it. |