unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@linkov.net>
To: Eric Hanchrow <eric.hanchrow@gmail.com>
Cc: 25591@debbugs.gnu.org
Subject: bug#25591: 25.1; M-% offers to repeat last search, but forgets that it was a "symbol" search
Date: Wed, 01 Feb 2017 02:23:27 +0200	[thread overview]
Message-ID: <87fujyzsiu.fsf@mail.linkov.net> (raw)
In-Reply-To: <CAHZoxq9Y1y=NGY3h9eS7HxDQoPWksO-9mHhQSKo=uMkYC52MuQ@mail.gmail.com> (Eric Hanchrow's message of "Tue, 31 Jan 2017 17:56:01 +0000")

> I don't know if this is a bug, but it's disappointing and inconvenient.
>
> Start emacs with -Q, and type into the *scratch* buffer these 10 characters:
>
>     I ate this
>
> Now do C-a to move point to the beginning of the line.
>
> Now replace the symbol "i" with "u":
>
>    M-s _ i M-% u RET !
>
> So far, so good: we are looking at
>
>    U at this
>
> which is correct.
>
> Now try to repeat the replacement:
>
>    C-a M-% RET !
>
> This changes the "i" in "this" to a u, even though that "i" isn't an
> independent symbol.  I was hoping that it would do nothing.

Thanks for the feature request, or you might call it a bug
since it doesn't do what you expect.

We discussed this for isearch a while ago, where the proposal was
for ‘C-s C-s’ to reuse the search type from a previous search.
You rightfully want the same for ‘M-% RET’ to reuse a previous
replacement type.

The main problem in https://debbugs.gnu.org/22479 was to find a suitable
data structure complementary to the existing history lists to keep
search/replacement meta-data as well.





  reply	other threads:[~2017-02-01  0:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 17:56 bug#25591: 25.1; M-% offers to repeat last search, but forgets that it was a "symbol" search Eric Hanchrow
2017-02-01  0:23 ` Juri Linkov [this message]
2017-02-14  0:00 ` Juri Linkov
2017-02-14  0:32   ` Eric Hanchrow
2017-02-14 23:11     ` 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=87fujyzsiu.fsf@mail.linkov.net \
    --to=juri@linkov.net \
    --cc=25591@debbugs.gnu.org \
    --cc=eric.hanchrow@gmail.com \
    /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).