You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a little difficulty figuring out that a read-only buffer could not be modified because wgrep-change-readonly-file was nil and the condition-case-nil section of wgrep-commit-buffer suppresses the error message that would ordinarily be printed by wgrep-check-buffer.
The text was updated successfully, but these errors were encountered:
lawlist
changed the title
condition-case-nil in wgrep-commit-buffer prevents error message from wgrep-check-buffercondition-case-nil in wgrep-commit-buffer prevents error message from wgrep-check-bufferSep 22, 2015
# Sorry for the late response.
Thanks for the report. But I couldn't figure out what your report is.
wgrep catch that error and put error message as an overlay.
You put the cursor on the line, you could see the error message which is raised from `wgrep-check-buffer` .
I had a little difficulty figuring out that a read-only buffer could not be modified because
wgrep-change-readonly-file
wasnil
and thecondition-case-nil
section ofwgrep-commit-buffer
suppresses the error message that would ordinarily be printed bywgrep-check-buffer
.The text was updated successfully, but these errors were encountered: