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

Writable grep buffer and apply the changes to files

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

This helps the gccemacs native compiler and improves compiler warnings (unused variables).

Likewise use line-end-position instead of point-at-eol. The point-at-{bol,eol} functions are obsolete since Emacs 29 / b7e867b841f47dcff3aeaef9b5608a237386ce70.

For example, I have a `foo.m3u8` file: ``` sh $ cat foo.m3u8 #EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:YES #EXT-X-TARGETDURATION:12 #EXTINF:8.200000, ruby-000000.ts #EXTINF:11.700000, ruby-000001.ts #EXTINF:10.000000, ruby-000002.ts #EXT-X-ENDLIST ``` ## Expected What I want...

I find it sad that wgrep isn't part of Emacs. The similar Occur Edit mode is standard since 24.1, so it's unfortunate that the grep equivalent (which long predates occur-edit...

1. emacs -Q and install wgrep from mepla 2. In emacs, run `grep` and switch to the result buffer (with more than one results in it) 3. run `wgrep-change-to-wgrep-mode` 4....

melpa-stable only goes off of tags. You've released some fixes I would greatly benefit from but they're not on stable yet.

Deadgrep is the fast, beautiful text search that your Emacs deserves. https://github.com/Wilfred/deadgrep wgrep-deadgrep.el hooks wgrep setup when deadgrep search is finished, which requires deadgrep version 0.7. I added a test,...

Many modes share the C-c C-c = commit and C-c C-k = abort idiom. I understand the rationale for C-x C-s and it's fine, it already has its complement in...

Hello, this is just to let you know that wgrep has been added to [NonGNU ELPA](https://elpa.nongnu.org/). This is the new package repository added to Emacs 28 for packages without copyright...