comparison etc/NEWS @ 37446:1b121f2746a8

Change entries for string-rectangle and alike.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 24 Apr 2001 10:57:54 +0000
parents d63fa36c7fac
children 1d5371e8a974
comparison
equal deleted inserted replaced
37445:6041bd9ca9eb 37446:1b121f2746a8
867 867
868 All these functions have been rewritten to avoid inserting unwanted 868 All these functions have been rewritten to avoid inserting unwanted
869 spaces, and an optional prefix now allows them to behave the old way. 869 spaces, and an optional prefix now allows them to behave the old way.
870 870
871 +++ 871 +++
872 There is a new command M-x replace-rectangle. 872 ** The function `replace-rectangle' is an alias for `string-rectangle'.
873 873
874 ** `C-x r t' (string-rectangle) no longer deletes the existing 874 ** The new command M-x string-insert-rectangle is like `string-rectangle',
875 rectangle contents before inserting the specified string on each line. 875 but inserts text instead of replacing it.
876 The `replace-rectangle' command can be used if deletion is required.
877 876
878 ** The new command M-x query-replace-regexp-eval acts like 877 ** The new command M-x query-replace-regexp-eval acts like
879 query-replace-regexp, but takes a Lisp expression which is evaluated 878 query-replace-regexp, but takes a Lisp expression which is evaluated
880 after each match to get the replacement text. 879 after each match to get the replacement text.
881 880