mhayashi1120 / Emacs-wgrep

Writable grep buffer and apply the changes to files
GNU General Public License v3.0
661 stars 43 forks source link

Does not work with SVG files shown in Image mode #1

Closed cmarqu closed 12 years ago

cmarqu commented 12 years ago

First of all, thanks very much for this useful mode!

Using Emacs 23, I was trying to make changes to several SVG files. These are displayed as images when I first open them, and I can press C-c C-c to show the file's content as text. When I run M-x grep, I see the matches for these files, and I can also change to wgrep mode and do edits there, but then, wgrep doesn't apply the changes to the buffers when I do C-c C-e. It appears that this only works when I already have the files opened in a buffer and did the C-c C-c on them before using wgrep.

mhayashi1120 commented 12 years ago

Thanks for your reporting.

For the time being, avoid the problem and push to develop branch. Please check if your problem is resolved.

cmarqu commented 12 years ago

Thanks. I will try it at home.

cmarqu commented 12 years ago

I can confirm that this works fine now. Thanks very much!