unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: Juri Linkov <juri@jurta.org>
Cc: 12526@debbugs.gnu.org
Subject: bug#12526: 24.2.50; `query-replace-interactive' not always respected
Date: Wed, 3 Oct 2012 12:00:05 +0200	[thread overview]
Message-ID: <CAH8Pv0jM9+91uEyzTNPAr-jEVmB0vHLf3PGK3XSi_T7a9m36VQ@mail.gmail.com> (raw)
In-Reply-To: <877gr8obbs.fsf@mail.jurta.org>

>> Is that feature documented somewhere?
>
> Yes, it is documented in the Info node
> (info "(emacs) Special Isearch")

Ok, but definitely the docstring of query-replace should be updated,
because currently it is misleading:
  If `query-replace-interactive' is non-nil, the last incremental search
  string is used as FROM-STRING--you don't have to specify it with the
  minibuffer.

This paragraph is incomplete (and therefore misleading) because it
doesn't explain the behavior I complained about.

Also, the docstring of `query-replace-interactive' should be update
for the same reason.

>> Is there a way to disable that feature?
>
> Yes, you can easily disable this feature
> by adding this keybinding to your init file:
>
> (define-key isearch-mode-map [?\M-%]
>   (lambda ()
>     (interactive)
>     (isearch-exit)  ;; I'm too lazy to terminate search with RET.
>     (call-interactively 'query-replace)))


This is an ugly solution, IMO.  I don't want to define a new command
and bind M-% to it;

I'd like to set some user-option in my init file so that query-replace
never assumes nothing about the "from" string.

BTW: I think that a much better approach would be to add the last
search string to the list of default arguments, so that, after an
Isearch, I could do `M-% M-n' if I wanted to retrieve that last search
string.

-- 
Dani Moncayo





  reply	other threads:[~2012-10-03 10:00 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-27 13:03 bug#12526: 24.2.50; `query-replace-interactive' not always respected Dani Moncayo
2012-09-27 13:41 ` Stefan Monnier
2012-09-27 13:49   ` Dani Moncayo
2012-09-27 13:52     ` Dani Moncayo
2012-09-28  8:03     ` Dani Moncayo
2012-10-02 20:37     ` Juri Linkov
2012-10-03 10:00       ` Dani Moncayo [this message]
2012-10-03 23:38         ` Juri Linkov
2012-10-04  8:39           ` Dani Moncayo
2012-10-04  9:09             ` Juri Linkov
2012-10-04 11:45               ` Dani Moncayo
2012-10-04 19:30                 ` Juri Linkov
2012-10-04 14:15               ` Drew Adams
2012-10-04 19:30                 ` Juri Linkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAH8Pv0jM9+91uEyzTNPAr-jEVmB0vHLf3PGK3XSi_T7a9m36VQ@mail.gmail.com \
    --to=dmoncayo@gmail.com \
    --cc=12526@debbugs.gnu.org \
    --cc=juri@jurta.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).