Mercurial > hg > xemacs-beta
comparison etc/NEWS @ 686:c82f9db998d7
[xemacs-hg @ 2001-12-03 18:02:47 by didierv]
etc/NEWS: advertise `C-x r p' (replace-rectangle) in global map.
rect.el, keydefs.el: autoload and bind `replace-rectangle' to `C-x r p'.
author | didierv |
---|---|
date | Mon, 03 Dec 2001 18:02:50 +0000 |
parents | 98fb34b6fbe9 |
children | 4e852279de88 |
comparison
equal
deleted
inserted
replaced
685:9a0959b535de | 686:c82f9db998d7 |
---|---|
416 Also, the behavior of `string-rectangle' is now compliant with | 416 Also, the behavior of `string-rectangle' is now compliant with |
417 `pending-delete-mode': if this mode is active, then the string | 417 `pending-delete-mode': if this mode is active, then the string |
418 replaces the region rectangle. Otherwise, the command does not delete | 418 replaces the region rectangle. Otherwise, the command does not delete |
419 or overwrite any existing text. For those who want that feature but do | 419 or overwrite any existing text. For those who want that feature but do |
420 not use pending-delete-mode, a new function, `replace-rectangle', is | 420 not use pending-delete-mode, a new function, `replace-rectangle', is |
421 available. | 421 available, and bound to `C-x r p'. |
422 | 422 |
423 As a side effect, the FORCE argument to `move-to-column' now | 423 As a side effect, the FORCE argument to `move-to-column' now |
424 understands the special value `coerce', which means that the line | 424 understands the special value `coerce', which means that the line |
425 should not be filled if it is too short to reach the desired column. | 425 should not be filled if it is too short to reach the desired column. |
426 | 426 |