comparison etc/NEWS @ 77966:3d4a9667a626

Mark H. Weaver <mhw at netris.org> (tiny change) (set-mark-command-repeat-pop): Fix duplicate entry.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Jun 2007 06:39:17 +0000
parents e686ba4e7a34
children de58bd16e0af
comparison
equal deleted inserted replaced
77965:d8e207cff9bc 77966:3d4a9667a626
277 control substitution of the file names only when they are surrounded 277 control substitution of the file names only when they are surrounded
278 by whitespace. This means you can now use them as shell wildcards 278 by whitespace. This means you can now use them as shell wildcards
279 too. If you want to use just plain `*' as a wildcard, type `*""'; the 279 too. If you want to use just plain `*' as a wildcard, type `*""'; the
280 doublequotes make no difference in the shell, but they prevent 280 doublequotes make no difference in the shell, but they prevent
281 special treatment in `dired-do-shell-command'. 281 special treatment in `dired-do-shell-command'.
282
283 ** A prefix argument is no longer required to repeat a jump to a
284 previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
285 C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
286 to set the mark immediately after a jump.
287 282
288 ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i 283 ** The info-search bindings on C-h C-f, C-h C-k and C-h C-i
289 have been moved to C-h F, C-h K and C-h S. 284 have been moved to C-h F, C-h K and C-h S.
290 285
291 ** `apply-macro-to-region-lines' now operates on all lines that begin 286 ** `apply-macro-to-region-lines' now operates on all lines that begin
449 to one second. This feature is turned off by default. 444 to one second. This feature is turned off by default.
450 445
451 ** Mark command changes: 446 ** Mark command changes:
452 447
453 *** A prefix argument is no longer required to repeat a jump to a 448 *** A prefix argument is no longer required to repeat a jump to a
454 previous mark, i.e. C-u C-SPC C-SPC C-SPC ... cycles through the 449 previous mark if you set `set-mark-command-repeat-pop' to t. I.e. C-u
455 mark ring. Use C-u C-u C-SPC to set the mark immediately after a jump. 450 C-SPC C-SPC C-SPC ... cycles through the mark ring. Use C-u C-u C-SPC
451 to set the mark immediately after a jump.
456 452
457 *** Marking commands extend the region when invoked multiple times. 453 *** Marking commands extend the region when invoked multiple times.
458 454
459 If you type C-M-SPC (mark-sexp), M-@ (mark-word), M-h 455 If you type C-M-SPC (mark-sexp), M-@ (mark-word), M-h
460 (mark-paragraph), or C-M-h (mark-defun) repeatedly, the marked region 456 (mark-paragraph), or C-M-h (mark-defun) repeatedly, the marked region