From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 28 11:31:13 2022 Received: (at submit) by debbugs.gnu.org; 28 Apr 2022 15:31:13 +0000 Received: from localhost ([127.0.0.1]:49648 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk66r-0004up-Io for submit@debbugs.gnu.org; Thu, 28 Apr 2022 11:31:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:57972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nk66p-0004uh-Ta for submit@debbugs.gnu.org; Thu, 28 Apr 2022 11:31:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33324) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk66f-0006hm-2x for guix-patches@gnu.org; Thu, 28 Apr 2022 11:31:03 -0400 Received: from mout01.posteo.de ([185.67.36.65]:32829) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nk66c-0006Xq-CI for guix-patches@gnu.org; Thu, 28 Apr 2022 11:31:00 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id EB943240035 for ; Thu, 28 Apr 2022 17:30:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1651159856; bh=p01VC+yav/ZAZuUgQQC9Dbwn62HqLqk8dDq6my3+Jvg=; h=From:To:Subject:Date:From; b=Et281yfPChJBnOcbeSLp22go5D79UarV2z9VeFzLFvLCeLlzCvS7jk6+vW5AhrIC6 onLxH2ZIxnC/yAx6Y48XWo7a1gPhVbK7Y2snbk92OUGBtDN+FDnLpnv2o87L6Kihp8 DN+bf67TAk6IGA73vuI9FFHyNgTujhwuJgcDON8bqUwD0dDKxtN6xD4PymxXKZ6Itg c0uI2MdrCJaXvLKtUThb8lBHp6z9D5tpsXE8b3thQIxtFxaPMqcx8K5Xw4EvNyVitC tFR5QOYPUnssOsUvtouiH7BWA/y52n/u3xhv1cvVzegHV5KHGz5wFE5zx1zYAJlSxn eOjyiv+LWfknQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kq0272ygjz9rxL for ; Thu, 28 Apr 2022 17:30:55 +0200 (CEST) From: Niklas Eklund To: guix-patches@gnu.org Subject: [PATCH]: Add emacs-git-email. Date: Thu, 28 Apr 2022 15:30:54 +0000 Message-ID: <875ymtxm1d.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=185.67.36.65; envelope-from=niklas.eklund@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --=-=-= Content-Type: text/plain Hello, here is a patch containing the git-email package for Emacs. /Niklas --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-gnu-Add-emacs-git-email.patch Content-Description: patch >From c38510bb98aae349878d63e609b1777a307221e3 Mon Sep 17 00:00:00 2001 From: Niklas Eklund 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. --- gnu/packages/emacs-xyz.scm | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index db1663c677..5454c9e416 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15745,6 +15745,47 @@ (define-public emacs-gitpatch @code{ibuffer} buffers.") (license license:gpl3+))) +(define-public emacs-git-email + ;; Use latest commit since latest tagged release is missing important + ;; changes. + (let ((commit "b5ebade3a48dc0ce0c85699f25800808233c73be") + (revision "0")) + (package + (name "emacs-git-email") + (version (git-version "0.2.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.sr.ht/~yoctocell/git-email") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1lk1yds7idgawnair8l3s72rgjmh80qmy4kl5wrnqvpmjrmdgvnx")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + ;; piem is not yet packaged in Guix. + (add-after 'unpack 'remove-piem + (lambda _ + (delete-file "git-email-piem.el"))) + (add-before 'install 'makeinfo + (lambda _ + (invoke "makeinfo" "doc/git-email.texi"))) + ))) + (native-inputs + `(("texinfo" ,texinfo))) + (propagated-inputs + `(,mu + ,emacs-magit + ,emacs-notmuch)) + (license license:gpl3+) + (home-page "https://sr.ht/~yoctocell/git-email") + (synopsis "Format and send Git patches in Emacs") + (description "This package provides utilities for formatting and +sending Git patches via Email, without leaving Emacs.")))) + (define-public emacs-erc-hl-nicks (package (name "emacs-erc-hl-nicks") -- 2.34.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 02 08:48:21 2022 Received: (at 55165-done) by debbugs.gnu.org; 2 May 2022 12:48:21 +0000 Received: from localhost ([127.0.0.1]:35080 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVTQ-0001oy-V2 for submit@debbugs.gnu.org; Mon, 02 May 2022 08:48:21 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlVTM-0001oj-Mq for 55165-done@debbugs.gnu.org; Mon, 02 May 2022 08:48:19 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55446) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVTH-0002ZF-34; Mon, 02 May 2022 08:48:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lM08GWW8L3QCGKDD5qffbWBl1zwX7PSw/Ik1xO+5PP4=; b=Ft6RofveWYCm3iMC2/kg HEqHqSyIOeU8Lmdyx3/M8JDpUxqc40SlSFtyYQbj23ECmLAkmXdtIo0wSiy1GA6ftvLhpYSJlIckw iUJbdY1rjOg3H3PQupXEDCAbXo/31IoMpOXOHeRUU3CsbFPX+Vl3SZI0FKsSLkEZhxoWfEdzgvy5V 1To5A0chMOJSpP8ldT9Eh4HygPi7yHFDFJcbIqrBT6/NH1Z60TThSoiFaszdNcH3m+I+HwwUTtj1P iCbsub7b3m8MJbfF9eCzZJnpTePzSDXpcrERWxapCIfrX7PmMs9+DsEx6irGa1Sajk6D7bB15rykt yjL5WC7KOWBLMQ==; Received: from [193.50.110.83] (port=37016 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlVTG-0002tx-Gc; Mon, 02 May 2022 08:48:10 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Niklas Eklund Subject: Re: bug#55165: [PATCH]: Add emacs-git-email. References: <875ymtxm1d.fsf@posteo.net> Date: Mon, 02 May 2022 14:48:08 +0200 In-Reply-To: <875ymtxm1d.fsf@posteo.net> (Niklas Eklund's message of "Thu, 28 Apr 2022 15:30:54 +0000") Message-ID: <877d74t81j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 55165-done Cc: 55165-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Niklas Eklund skribis: >>>From c38510bb98aae349878d63e609b1777a307221e3 Mon Sep 17 00:00:00 2001 > From: Niklas Eklund > 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=E2=80=99. --=-=-= Content-Type: text/x-patch Content-Disposition: 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") --=-=-=-- From unknown Sat Aug 16 18:40:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 31 May 2022 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator