GNU bug report logs - #55165
[PATCH]: Add emacs-git-email.

Previous Next

Package: guix-patches;

Reported by: Niklas Eklund <niklas.eklund <at> posteo.net>

Date: Thu, 28 Apr 2022 15:32:01 UTC

Severity: normal

Tags: patch

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

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: Niklas Eklund <niklas.eklund <at> posteo.net>
Subject: bug#55165: closed (Re: bug#55165: [PATCH]: Add emacs-git-email.)
Date: Mon, 02 May 2022 12:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55165: [PATCH]: Add emacs-git-email.

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 55165 <at> debbugs.gnu.org.

-- 
55165: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55165
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Niklas Eklund <niklas.eklund <at> posteo.net>
Cc: 55165-done <at> debbugs.gnu.org
Subject: Re: bug#55165: [PATCH]: Add emacs-git-email.
Date: Mon, 02 May 2022 14:48:08 +0200
[Message part 3 (text/plain, inline)]
Hi,

Niklas Eklund <niklas.eklund <at> posteo.net> skribis:

>>From c38510bb98aae349878d63e609b1777a307221e3 Mon Sep 17 00:00:00 2001
> From: Niklas Eklund <niklas.eklund <at> posteo.net>
> Date: Thu, 28 Apr 2022 17:28:16 +0200
> Subject: [PATCH] gnu: Add emacs-git-email.
>
> * gnu/packages/emacs-xyz.scm (emacs-git-email): New variable.

Applied with the cosmetic changes below.

Thanks!

Ludo’.

[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5454c9e416..a928ac72f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15772,14 +15772,11 @@ (define-public emacs-git-email
                (delete-file "git-email-piem.el")))
            (add-before 'install 'makeinfo
              (lambda _
-               (invoke "makeinfo" "doc/git-email.texi")))
-           )))
+               (invoke "makeinfo" "doc/git-email.texi"))))))
       (native-inputs
-       `(("texinfo" ,texinfo)))
+       (list texinfo))
       (propagated-inputs
-       `(,mu
-         ,emacs-magit
-         ,emacs-notmuch))
+       (list mu emacs-magit emacs-notmuch))
       (license license:gpl3+)
       (home-page "https://sr.ht/~yoctocell/git-email")
       (synopsis "Format and send Git patches in Emacs")
[Message part 5 (message/rfc822, inline)]
From: Niklas Eklund <niklas.eklund <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH]: Add emacs-git-email.
Date: Thu, 28 Apr 2022 15:30:54 +0000
[Message part 6 (text/plain, inline)]
Hello,

here is a patch containing the git-email package for Emacs.

/Niklas

[0001-gnu-Add-emacs-git-email.patch (text/x-patch, attachment)]

This bug report was last modified 3 years and 21 days ago.

Previous Next


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