GNU bug report logs -
#20687
25.0.50; `perform-replace' should invoke a key that you have bound in `query-replace-map'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Thu, 28 May 2015 21:13:02 UTC
Severity: wishlist
Tags: fixed
Found in version 25.0.50
Fixed in version 28.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> I tried the fix as Drew suggested and it works great.
>
> Patch:
>
> --- replace.el 2015-06-02 09:04:57.944380000 -0400
> +++ replace-editted.el 2015-06-02 09:08:22.038682000 -0400
> @@ -2099,12 +2099,11 @@
> ;; Data for the next match. If a cons, it has the same format as
> ;; (match-data); otherwise it is t if a match is possible at
> point.
> (match-again t)
> -
> (message
> (if query-flag
> (apply 'propertize
> (substitute-command-keys
> - "Query replacing %s with %s: (\\<query-replace-map>\\[help] for help) ")
> + "%sQuery replacing %s with %s: (\\<query-replace-map>\\[help] for help) ")
> minibuffer-prompt-properties))))
>
> ;; If region is active, in Transient Mark mode, operate on region.
> @@ -2275,6 +2274,8 @@
> nocasify literal))
> next-replacement)))
> (message message
> + ;; Show whether `case-fold-search' is `t' or `nil'
> + (if case-fold-search "[case] " "[CaSe] ")
> (query-replace-descr from-string)
> (query-replace-descr
Maybe we should use the same message about case-folding like in isearch?
This bug report was last modified 4 years and 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.