Mercurial > emacs
comparison etc/NEWS @ 77286:0f67bcedb447
* NEWS: Mention `query-replace-regexp-eval' being deprecated.
* replace.el (query-replace-regexp-eval): Deprecate.
author | David Kastrup <dak@gnu.org> |
---|---|
date | Tue, 17 Apr 2007 23:24:13 +0000 |
parents | a97a103d97c7 |
children | 0e07e83fdd39 |
comparison
equal
deleted
inserted
replaced
77285:1f5115cdbed5 | 77286:0f67bcedb447 |
---|---|
631 | 631 |
632 +++ | 632 +++ |
633 *** When used interactively, the commands `query-replace-regexp' and | 633 *** When used interactively, the commands `query-replace-regexp' and |
634 `replace-regexp' allow \,expr to be used in a replacement string, | 634 `replace-regexp' allow \,expr to be used in a replacement string, |
635 where expr is an arbitrary Lisp expression evaluated at replacement | 635 where expr is an arbitrary Lisp expression evaluated at replacement |
636 time. In many cases, this will be more convenient than using | 636 time. `\#' in a replacement string now refers to the count of |
637 `query-replace-regexp-eval'. `\#' in a replacement string now refers | 637 replacements already made by the replacement command. All regular |
638 to the count of replacements already made by the replacement command. | 638 expression replacement commands now allow `\?' in the replacement |
639 All regular expression replacement commands now allow `\?' in the | 639 string to specify a position where the replacement string can be |
640 replacement string to specify a position where the replacement string | 640 edited for each replacement. `query-replace-regexp-eval' is now |
641 can be edited for each replacement. | 641 deprecated since it offers no additional functionality. |
642 | 642 |
643 +++ | 643 +++ |
644 *** query-replace uses isearch lazy highlighting when the new user option | 644 *** query-replace uses isearch lazy highlighting when the new user option |
645 `query-replace-lazy-highlight' is non-nil. | 645 `query-replace-lazy-highlight' is non-nil. |
646 | 646 |