Emacs-wgrep icon indicating copy to clipboard operation
Emacs-wgrep copied to clipboard

Writable grep buffer and apply the changes to files

Results 33 Emacs-wgrep issues
Sort by recently updated
recently updated
newest added

``` -*- mode:grep; default-directory: "d:/HLMJ_H5_proj/branches/HLMJ_MINA/HLMJ_creator_mina/assets/scripts/" -*- 4 candidates: ./Game/View/TableHandler/UserHandler.js:857:14: this.CheckMJCountCorrect(); ./Game/View/TableHandler/UserHandler.js:860:5: CheckMJCountCorrect: function () { ./Game/View/TableHandler/UserHandler.js:865:24: Log.Error("CheckMJCountCorrect failed ", ModuleType.Game); ./Game/View/TableHandler/UserHandler.js:866:43: Util.CheckUploadLogAndReplay("CheckMJCountCorrect", PlayerPrefsKey.int_CheckDataErrorReplayTimes); ``` When use `ag --vimgrep`, the file...

Specifically, if you enter a `helm-grep` buffer, then use `C-c C-p` to edit multiple files, then save, then refresh with `g`, and try to edit again, nothing gets picked up,...

In my case the buffer-name is different to the file-name which causes an error. The fix here tries to go from buffer-name->buffer->filename.

https://github.com/nlamirault/ripgrep.el Support would be nice.

Hi I am trying to get wgrep play nice with iedit, but it still marks only the current/changing line as changed. According to https://www.reddit.com/r/emacs/comments/28zy5d/how_to_make_greped_iedit_play_nicely_together/?st=j8ym56f0&sh=c523dbe8 it should work already. Am I...

I believe whatever has been proposed earlier [[1](https://stackoverflow.com/q/20659276)], makes a lot of sense to implement. Forgive my ignorance if all of that has already been taken care of.

Would it be possible to adapt WGrep to work with Occur buffers (M-x occur), too? Thanks for your attention.

I have added dependencies in all files to 2.1.10 and add version number to all files to 2.1.10 also for consistency. Hope that's correct. Also added badges for melpa and...

wgrep is wonderful, but it does not seem to handle read-only files too well. I would like to propose adding a hook of some sorts to wgrep to deal with...

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...