Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anzu-query-replace-regexp and repeat-complex-command #78

Open
nloyola opened this issue Jul 26, 2016 · 3 comments
Open

anzu-query-replace-regexp and repeat-complex-command #78

nloyola opened this issue Jul 26, 2016 · 3 comments

Comments

@nloyola
Copy link

nloyola commented Jul 26, 2016

When I use anzu-query-replace-regexp and want to repeat the same replace at a later time using repeat-complex-command it does not come up in the history. However, if I use query-replace-regexp it does.

It would be great if I could repeat my last replace using the command history.

@syohex
Copy link
Contributor

syohex commented Jul 26, 2016

Sorry it is difficult to support it. Please use input history(M-n, M-p in minibuffer) instead of it.

@nloyola
Copy link
Author

nloyola commented Jul 29, 2016

That's too bad. Also, M-n and M-p don't work in the same way if I restart Emacs (i.e. displaying the history from the previous session).

@syohex
Copy link
Contributor

syohex commented Jul 29, 2016

I suppose you can use savehist-mode for saving histories.

(savehist-mode 1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants