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

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

bug#55165: closed ([PATCH]: Add emacs-git-email.)


From: GNU bug Tracking System
Subject: bug#55165: closed ([PATCH]: Add emacs-git-email.)
Date: Mon, 02 May 2022 12:49:02 +0000

Your message dated Mon, 02 May 2022 14:48:08 +0200
with message-id <877d74t81j.fsf@gnu.org>
and subject line Re: bug#55165: [PATCH]: Add emacs-git-email.
has caused the debbugs.gnu.org bug report #55165,
regarding [PATCH]: Add emacs-git-email.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55165: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55165
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH]: Add emacs-git-email. Date: Thu, 28 Apr 2022 15:30:54 +0000
Hello,

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

/Niklas

Attachment: 0001-gnu-Add-emacs-git-email.patch
Description: patch


--- End Message ---
--- Begin Message --- Subject: Re: bug#55165: [PATCH]: Add emacs-git-email. Date: Mon, 02 May 2022 14:48:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

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

>>From c38510bb98aae349878d63e609b1777a307221e3 Mon Sep 17 00:00:00 2001
> From: Niklas Eklund <niklas.eklund@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’.

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")

--- End Message ---

reply via email to

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