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

I am trying to make embark-occur support wgrep ,see https://github.com/oantolin/embark/issues/47#issuecomment-748494661 without this pull request, I would got ``` Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) put-text-property(666 nil read-only t) (while (setq...

the issue is reported here in this post link below: https://emacs.stackexchange.com/q/33375/2443 help please.

With f0ef9bf, `wgrep-bom-with-multibyte` and `wgrep-bom-with-unibyte` still often fail. The test passes on some CI infrastructure but not others, so it looks like a flaky test or a corner-case to me....

I can't edit the results when there is only one result group. I get the error `Text is read-only`. Furthermore, when hitting `C-c C-p` a second time and attemptinging to...

A helm-grep buffer filled with git-grep results applies zero edits over TRAMP. To reproduce, I use helm-projectile-grep (other helm greppers should work too): select a remote path, some keyword, send...

Hi, Debian packaging of wgrep has stalled due to this failure, and this is also blocking the update to Ivy `0.13`. I'm not sure where the error is occurring, because...

This package requires helm, because it uses helm-grep-split-line from helm-grep.el. See wgrep-helm.el:L47. helm-grep.el first appeared in Helm 1.4.0, so I've set that as the required version.

Continuing from #65 1. How does wgrep compare to the built-in `replace-regexp` and `query-replace`? eg: What is a 'grep buffer"? 2. Why would users want to use wgrep over the...

if a file is write protected, r--r--r--, wgrep won't apply changes to the corresponding buffer.

Packaging `wgrep` as a minor mode would include the keybindings description (of `wgrep-mode-map`) in the description show by describe-mode. `define-minor-mode` makes packaging up the minor mode fairly easy.