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

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

[debbugs-tracker] bug#31004: closed ([PATCH] gnu: Add emacs-anzu)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31004: closed ([PATCH] gnu: Add emacs-anzu)
Date: Sat, 31 Mar 2018 17:24:02 +0000

Your message dated Sat, 31 Mar 2018 19:23:03 +0200
with message-id <address@hidden>
and subject line Re: [bug#31004] [PATCH] gnu: Add emacs-anzu
has caused the debbugs.gnu.org bug report #31004,
regarding [PATCH] gnu: Add emacs-anzu
to be marked as done.

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


-- 
31004: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31004
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-anzu Date: Sat, 31 Mar 2018 20:20:49 +0530 User-agent: Mutt/1.9.3 (2018-01-21)
* gnu/packages/emacs.scm  (emacs-anzu): New variable.
---
 gnu/packages/emacs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index ab0f9edb5..07e195654 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -7414,3 +7414,23 @@ the same values you get in a terminal.")
      "Deft is an Emacs mode for quickly browsing, filtering, and editing
 directories of plain text notes, inspired by Notational Velocity.")
     (license license:bsd-3)))
+
+(define-public emacs-anzu
+  (package
+    (name "emacs-anzu")
+    (version "0.62")
+    (source 
+     (origin
+       (method url-fetch)
+       (uri (string-append "http://stable.melpa.org/packages/anzu-";
+                           version ".el"))
+      (sha256
+        (base32
+         "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/syohex/emacs-anzu";)
+    (synopsis "Show number of matches in mode-line while searching")
+    (description
+    "Anzu provides a minor mode which displays 'current match/total
+matches' in the mode-line in various search modes. Emacs port of Anzu.zim")
+    (license license:gpl3+)))
-- 
2.16.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31004] [PATCH] gnu: Add emacs-anzu Date: Sat, 31 Mar 2018 19:23:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Sohom Bhattacharjee <address@hidden> skribis:

> * gnu/packages/emacs.scm  (emacs-anzu): New variable.

Applied with the cosmetic changes below.

Thank you!

Ludo’.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 07e195654..ce9b1a66a 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Mike Gerwitz <address@hidden>
 ;;; Copyright © 2017, 2018 Maxim Cournoyer <address@hidden>
+;;; Copyright © 2018 Sohom Bhattacharjee <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -7419,18 +7420,19 @@ directories of plain text notes, inspired by Notational 
Velocity.")
   (package
     (name "emacs-anzu")
     (version "0.62")
-    (source 
+    (source
      (origin
        (method url-fetch)
        (uri (string-append "http://stable.melpa.org/packages/anzu-";
                            version ".el"))
-      (sha256
+       (sha256
         (base32
          "1h3p1x2h2830n83dzvkh8p2892n34a95x7aavhi10p7vfjk406fd"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/syohex/emacs-anzu";)
     (synopsis "Show number of matches in mode-line while searching")
     (description
-    "Anzu provides a minor mode which displays 'current match/total
-matches' in the mode-line in various search modes. Emacs port of Anzu.zim")
+     "Anzu provides a minor mode which displays \"current match/total
+matches\" in the mode line in various search modes.  This is an Emacs port of
+Anzu.zim.")
     (license license:gpl3+)))

--- End Message ---

reply via email to

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