diff options
| author | Juri Linkov | 2012-09-21 00:57:13 +0300 |
|---|---|---|
| committer | Juri Linkov | 2012-09-21 00:57:13 +0300 |
| commit | eb2deaffd17e760b3ec945c58d43080e8a44767a (patch) | |
| tree | 76bf1cbd8109f7975159bcec98bdaad2191a4547 /etc | |
| parent | 5825610b41a7cf18f52c3d891ffb8c2a8359b1a0 (diff) | |
| download | emacs-eb2deaffd17e760b3ec945c58d43080e8a44767a.tar.gz emacs-eb2deaffd17e760b3ec945c58d43080e8a44767a.zip | |
* lisp/replace.el (query-replace-read-from): Use `read-regexp' instead
of `read-from-minibuffer' when `regexp-flag' is non-nil.
(occur-read-primary-args): Use `read-regexp' instead of
`read-string'.
(multi-occur-in-matching-buffers): Use `read-regexp' instead of
`read-from-minibuffer'.
* lisp/isearch.el (isearch-occur): Use `read-regexp' instead of
`read-string'.
* lisp/dired.el (dired-read-regexp): Use `read-regexp' instead of
`read-from-minibuffer'.
* lisp/progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
of `read-string'.
Fixes: debbugs:7567
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -750,6 +750,14 @@ in Emacs 24.1: | |||
| 750 | **** `special-display-function' | 750 | **** `special-display-function' |
| 751 | **** `display-buffer-function' | 751 | **** `display-buffer-function' |
| 752 | 752 | ||
| 753 | ** Minibuffer | ||
| 754 | |||
| 755 | *** `read-regexp' has a new argument HISTORY; the first argument PROMPT | ||
| 756 | of `read-regexp' accepts a string ending with a colon and space, and its | ||
| 757 | second argument DEFAULTS can be a list of strings accessible via M-n | ||
| 758 | in the minibuffer ahead of other hard-coded useful regexp-related values. | ||
| 759 | More commands use `read-regexp' now to read their regexp arguments. | ||
| 760 | |||
| 753 | ** Completion | 761 | ** Completion |
| 754 | 762 | ||
| 755 | *** New function `completion-table-with-quoting' to handle completion | 763 | *** New function `completion-table-with-quoting' to handle completion |