unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#28201] [PATCH] gnu: Add emacs-wgrep.
@ 2017-08-23  9:36 Christopher Baines
  2017-08-28 10:59 ` Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2017-08-23  9:36 UTC (permalink / raw)
  To: 28201

* 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:
+
+@example
+(require 'wgrep)
+@end example")
+    (license license:gpl3+)))
+
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#28201] [PATCH] gnu: Add emacs-wgrep.
  2017-08-23  9:36 [bug#28201] [PATCH] gnu: Add emacs-wgrep Christopher Baines
@ 2017-08-28 10:59 ` Christopher Baines
  2017-09-09 20:24   ` Alex Kost
  0 siblings, 1 reply; 4+ messages in thread
From: Christopher Baines @ 2017-08-28 10:59 UTC (permalink / raw)
  To: 28201

* gnu/packages/emacs.scm (emacs-wgrep): New variable.
---
 gnu/packages/emacs.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 140a53205..66eca3aab 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3447,6 +3447,27 @@ 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.")
+    (license license:gpl3+)))
+
 (define-public emacs-helm
   (package
     (name "emacs-helm")
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#28201] [PATCH] gnu: Add emacs-wgrep.
  2017-08-28 10:59 ` Christopher Baines
@ 2017-09-09 20:24   ` Alex Kost
  2017-09-10 18:33     ` bug#28201: " Christopher Baines
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Kost @ 2017-09-09 20:24 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 28201

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!

-- 
Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#28201: [PATCH] gnu: Add emacs-wgrep.
  2017-09-09 20:24   ` Alex Kost
@ 2017-09-10 18:33     ` Christopher Baines
  0 siblings, 0 replies; 4+ messages in thread
From: Christopher Baines @ 2017-09-10 18:33 UTC (permalink / raw)
  To: Alex Kost; +Cc: 28201-done

[-- Attachment #1: Type: text/plain, Size: 391 bytes --]

On Sat, 09 Sep 2017 23:24:56 +0300
Alex Kost <alezost@gmail.com> 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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-09-10 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23  9:36 [bug#28201] [PATCH] gnu: Add emacs-wgrep Christopher Baines
2017-08-28 10:59 ` Christopher Baines
2017-09-09 20:24   ` Alex Kost
2017-09-10 18:33     ` bug#28201: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).