GNU bug report logs - #31502
[PATCH 05/21] gnu: emacs-evil-mu4e: New variable.

Previous Next

Package: guix-patches;

Reported by: Pierre Neidhardt <ambrevar <at> gmail.com>

Date: Fri, 18 May 2018 18:50:06 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Subject: bug#31502: closed (Re: [bug#31502] [PATCH 05/21] gnu: Add
 emacs-evil-mu4e.)
Date: Sat, 02 Jun 2018 13:52:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31502: [PATCH 05/21] gnu: emacs-evil-mu4e: New variable.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31502 <at> debbugs.gnu.org.

-- 
31502: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31502
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Pierre Neidhardt <ambrevar <at> gmail.com>
Cc: 31502-done <at> debbugs.gnu.org
Subject: Re: [bug#31502] [PATCH 05/21] gnu: Add emacs-evil-mu4e.
Date: Sat, 02 Jun 2018 15:51:37 +0200
Pierre Neidhardt <ambrevar <at> gmail.com> skribis:

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

Applied!

[Message part 3 (message/rfc822, inline)]
From: Pierre Neidhardt <ambrevar <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 05/21] gnu: emacs-evil-mu4e: New variable.
Date: Fri, 18 May 2018 20:48:54 +0200
* gnu/packages/emacs.scm (emacs-evil-mu4e): New variable.
---
 gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 1685a3d2e..9e6cbcda0 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10567,3 +10567,27 @@ For some background see https://github.com/magit/evil-magit/issues See the
 README at https://github.com/justbur/evil-magit for a table describing the key
 binding changes.")
     (license license:gpl3+)))
+
+(define-public emacs-evil-mu4e
+  (package
+    (name "emacs-evil-mu4e")
+    (version "20171127.1214")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://melpa.org/packages/evil-mu4e-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "17ssd1xgr8iwmgwpz53xbfmk6si3llh60s8jgqq5fnmxlp1v0iqq"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-dash" ,emacs-dash)
+       ("emacs-evil" ,emacs-evil)))
+    (home-page "https://github.com/JorisE/evil-mu4e")
+    (synopsis "Evil-based key bindings for mu4e")
+    (description
+     "Keybindings for mu4e that make sense for Evil users.")
+    (license license:gpl3+)))
-- 
2.17.0




This bug report was last modified 7 years and 83 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.