-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
How to save the original candidate lines ? #1273
Comments
Here are the steps:
For a more complex buffer content, you can adjust the regex to |
Thanks for your reply. And is there a faster way to do so without taking 6 steps? |
You need to upgrade to the latest version of the package. The binding R to disable read-only mode was created only 22 hours ago in my reply to your issue.
It's actually only two steps:
Both of these actions are highly reusable and applicable in many situations. Composing them together makes an function that's less reusable (and less discoverable, since not everyone knows it's bound to C-c C-p). I'll see if it's a good idea for |
OK, after the update it's one step:
|
It works! |
Given the following buffer
input
line
,and then pressC-c C-o
result inWhat if I just want to save the original lines ?
It's very useful when I have to search several things and finally merge them together to analyze a log file。
Is there a solution?
The text was updated successfully, but these errors were encountered: