Query replace with different replacements
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
Suppose we start with the following
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
I want to replace Adam with Bob, Chris, and David. So I want to do it such that I call a query-replace like function, search for Adam and then cycle through the results specifying what to replace it by.
I am guessing there are three possible answers here:
1. Write a function to do it, which I haven't tried.
2. There is a way to do it using query-replace like function which is what I am looking for.
3. I realize that I could do C-r during query-replace, but I was wondering if there was a way to avoid that.
Thank you for taking the time to answer my question! :)
query-replace
add a comment |Â
up vote
1
down vote
favorite
Suppose we start with the following
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
I want to replace Adam with Bob, Chris, and David. So I want to do it such that I call a query-replace like function, search for Adam and then cycle through the results specifying what to replace it by.
I am guessing there are three possible answers here:
1. Write a function to do it, which I haven't tried.
2. There is a way to do it using query-replace like function which is what I am looking for.
3. I realize that I could do C-r during query-replace, but I was wondering if there was a way to avoid that.
Thank you for taking the time to answer my question! :)
query-replace
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Suppose we start with the following
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
I want to replace Adam with Bob, Chris, and David. So I want to do it such that I call a query-replace like function, search for Adam and then cycle through the results specifying what to replace it by.
I am guessing there are three possible answers here:
1. Write a function to do it, which I haven't tried.
2. There is a way to do it using query-replace like function which is what I am looking for.
3. I realize that I could do C-r during query-replace, but I was wondering if there was a way to avoid that.
Thank you for taking the time to answer my question! :)
query-replace
Suppose we start with the following
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
Adam ate an apple.
I want to replace Adam with Bob, Chris, and David. So I want to do it such that I call a query-replace like function, search for Adam and then cycle through the results specifying what to replace it by.
I am guessing there are three possible answers here:
1. Write a function to do it, which I haven't tried.
2. There is a way to do it using query-replace like function which is what I am looking for.
3. I realize that I could do C-r during query-replace, but I was wondering if there was a way to avoid that.
Thank you for taking the time to answer my question! :)
query-replace
query-replace
asked 2 hours ago
Quarky Quanta
556
556
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
3
down vote
accepted
Assuming Bob
is the first replacement:
M-%Adam
RETBob
RET
y for all the consecutiveBob
replacements
e to change the replacement string, to, e.g.:Chris
RET
y for any furtherChris
replacements- etc...
- When you want to re-use one of the previous replacements (say,
Adam
again)
e and then M-p or <up> to cycle back through the replacement history
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Assuming Bob
is the first replacement:
M-%Adam
RETBob
RET
y for all the consecutiveBob
replacements
e to change the replacement string, to, e.g.:Chris
RET
y for any furtherChris
replacements- etc...
- When you want to re-use one of the previous replacements (say,
Adam
again)
e and then M-p or <up> to cycle back through the replacement history
add a comment |Â
up vote
3
down vote
accepted
Assuming Bob
is the first replacement:
M-%Adam
RETBob
RET
y for all the consecutiveBob
replacements
e to change the replacement string, to, e.g.:Chris
RET
y for any furtherChris
replacements- etc...
- When you want to re-use one of the previous replacements (say,
Adam
again)
e and then M-p or <up> to cycle back through the replacement history
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Assuming Bob
is the first replacement:
M-%Adam
RETBob
RET
y for all the consecutiveBob
replacements
e to change the replacement string, to, e.g.:Chris
RET
y for any furtherChris
replacements- etc...
- When you want to re-use one of the previous replacements (say,
Adam
again)
e and then M-p or <up> to cycle back through the replacement history
Assuming Bob
is the first replacement:
M-%Adam
RETBob
RET
y for all the consecutiveBob
replacements
e to change the replacement string, to, e.g.:Chris
RET
y for any furtherChris
replacements- etc...
- When you want to re-use one of the previous replacements (say,
Adam
again)
e and then M-p or <up> to cycle back through the replacement history
answered 2 hours ago
phils
24.2k23361
24.2k23361
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2femacs.stackexchange.com%2fquestions%2f45077%2fquery-replace-with-different-replacements%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password