emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28201: closed ([PATCH] gnu: Add emacs-wgrep.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28201: closed ([PATCH] gnu: Add emacs-wgrep.)
Date: Sun, 10 Sep 2017 18:34:01 +0000

Your message dated Sun, 10 Sep 2017 19:33:04 +0100
with message-id <address@hidden>
and subject line Re: [bug#28201] [PATCH] gnu: Add emacs-wgrep.
has caused the debbugs.gnu.org bug report #28201,
regarding [PATCH] gnu: Add emacs-wgrep.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28201: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28201
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-wgrep. Date: Wed, 23 Aug 2017 10:36:05 +0100
* gnu/packages/emacs.scm (emacs-wgrep): New variable.
---
 gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 140a53205..2a3914770 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3447,6 +3447,33 @@ Dust.js, React/JSX, Angularjs, ejs, etc.")
     (home-page "http://web-mode.org/";)
     (license license:gpl3+)))
 
+(define-public emacs-wgrep
+  (package
+    (name "emacs-wgrep")
+    (version "2.1.10")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/mhayashi1120/Emacs-wgrep/archive/";
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1r2bpypar70xg6dsx12x1k74f39ww930rday7rgqpyknzsx1k4l1"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/mhayashi1120/Emacs-wgrep";)
+    (synopsis "Edit a grep buffer and apply those changes to the files")
+    (description
+     "Emacs wgrep allows you to edit a grep buffer and apply those changes to
+the file buffer.
+
+Activate by using:
+
address@hidden
+(require 'wgrep)
address@hidden example")
+    (license license:gpl3+)))
+
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-- 
2.14.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#28201] [PATCH] gnu: Add emacs-wgrep. Date: Sun, 10 Sep 2017 19:33:04 +0100
On Sat, 09 Sep 2017 23:24:56 +0300
Alex Kost <address@hidden> wrote:

> Christopher Baines (2017-08-28 11:59 +0100) wrote:
> 
> > * gnu/packages/emacs.scm (emacs-wgrep): New variable.
> > ---
> >  gnu/packages/emacs.scm | 21 +++++++++++++++++++++
> >  1 file changed, 21 insertions(+)  
> 
> Looks good to me, thank you!

Great, thanks for reviewing, I've now pushed this :)

Attachment: pgpvMVLhma21P.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]