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

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

[debbugs-tracker] bug#31256: closed ([PATCH] gnu: Add emacs-evil-collect


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31256: closed ([PATCH] gnu: Add emacs-evil-collection)
Date: Wed, 25 Apr 2018 21:05:02 +0000

Your message dated Wed, 25 Apr 2018 23:04:41 +0200
with message-id <address@hidden>
and subject line Re: [bug#31256] [PATCH] gnu: Add emacs-evil-collection
has caused the debbugs.gnu.org bug report #31256,
regarding [PATCH] gnu: Add emacs-evil-collection
to be marked as done.

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


-- 
31256: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31256
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-evil-collection Date: Wed, 25 Apr 2018 14:40:21 +0530
* gnu/packages/emacs.scm (emacs-evil-collection): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 3ddca5be4..758b0aec2 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4527,6 +4527,31 @@ main features of Vim, and provides facilities for 
writing custom
 extensions.")
     (license license:gpl3+)))
 
+(define-public emacs-evil-collection
+  (let ((commit "f40704a57fd33b4bfad64147a2b771fc8961fdfc")
+        (revision "1"))
+    (package
+      (name "emacs-evil-collection")
+      (version (git-version "20180425" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/emacs-evil/evil-collection";)
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0qn19k0f3isnbi1hkmcf3qjxbyvp23m5ak5ny7623qgwb2nwz1l5"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-evil" ,emacs-evil)))
+      (home-page "https://github.com/emacs-evil/evil-collection";)
+      (synopsis "Collection of Evil bindings for many major and minor modes")
+      (description "This is a collection of Evil bindings for the parts of
+Emacs that Evil does not cover properly by default, such as help-mode, \"M-x
+calendar\", Eshell and more.")
+      (license license:gpl3+))))
+
 (define-public emacs-goto-chg
   (package
     (name "emacs-goto-chg")
-- 
2.17.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31256] [PATCH] gnu: Add emacs-evil-collection Date: Wed, 25 Apr 2018 23:04:41 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Pierre Neidhardt <address@hidden> skribis:

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

Applied with the changes below.  Thanks!

Ludo'.

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 744fdeba4..6de1d8616 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4548,8 +4548,8 @@ extensions.")
       (home-page "https://github.com/emacs-evil/evil-collection";)
       (synopsis "Collection of Evil bindings for many major and minor modes")
       (description "This is a collection of Evil bindings for the parts of
-Emacs that Evil does not cover properly by default, such as help-mode, \"M-x
-calendar\", Eshell and more.")
+Emacs that Evil does not cover properly by default, such as @code{help-mode},
address@hidden calendar}, Eshell and more.")
       (license license:gpl3+))))
 
 (define-public emacs-goto-chg

--- End Message ---

reply via email to

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