From unknown Sun Jun 22 11:32:31 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#45074 <45074@debbugs.gnu.org> To: bug#45074 <45074@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-with-editor: Update to 3.0.2. Reply-To: bug#45074 <45074@debbugs.gnu.org> Date: Sun, 22 Jun 2025 18:32:31 +0000 retitle 45074 [PATCH] gnu: emacs-with-editor: Update to 3.0.2. reassign 45074 guix-patches submitter 45074 Michael Rohleder severity 45074 normal tag 45074 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 10:56:26 2020 Received: (at submit) by debbugs.gnu.org; 6 Dec 2020 15:56:26 +0000 Received: from localhost ([127.0.0.1]:50861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klwOg-0001Cu-2H for submit@debbugs.gnu.org; Sun, 06 Dec 2020 10:56:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:45622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klwOe-0001Cn-ID for submit@debbugs.gnu.org; Sun, 06 Dec 2020 10:56:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43992) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klwOe-0005yJ-7o for guix-patches@gnu.org; Sun, 06 Dec 2020 10:56:24 -0500 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:44792) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klwOb-0000ML-TR for guix-patches@gnu.org; Sun, 06 Dec 2020 10:56:23 -0500 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1klwOY-0007uc-VJ; Sun, 06 Dec 2020 16:56:18 +0100 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1klwOT-0006Bd-Va; Sun, 06 Dec 2020 16:56:18 +0100 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-with-editor: Update to 3.0.2. Date: Sun, 6 Dec 2020 16:56:16 +0100 Message-Id: <20201206155616.31378-1-mike@rohleder.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1607270181;d280dd97; X-HE-SMSGID: 1klwOY-0007uc-VJ Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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 (---) * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.2. [propagated-inputs]: Changed emacs-dash to emacs-async. --- gnu/packages/emacs-xyz.scm | 62 ++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 33 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8a03b2d7a3..d5947cbabc 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -362,42 +362,38 @@ configuration files, such as .gitattributes, .gitignore, and .git/config.") (license license:gpl3+))) (define-public emacs-with-editor - ;; This commit fixes an (magit) issue with emacs 28, see - ;; https://lists.gnu.org/archive/html/help-gnu-emacs/2020-10/msg00211.html - (let ((commit "c4768f51c7415119519b4626d8643d60e584098c") - (revision "1")) - (package - (name "emacs-with-editor") - (version (git-version "2.9.4" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/magit/with-editor") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01ysb9pnscpmingay6njdywkqgj4hn5l5d9igsg3x7p7061jwwix")))) - (build-system emacs-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-before 'install 'make-info - (lambda _ - (invoke "makeinfo" "--no-split" - "-o" "with-editor.info" "with-editor.texi")))))) - (native-inputs - `(("texinfo" ,texinfo))) - (propagated-inputs - `(("emacs-dash" ,emacs-dash))) - (home-page "https://github.com/magit/with-editor") - (synopsis "Emacs library for using Emacsclient as EDITOR") - (description - "This package provides an Emacs library to use the Emacsclient as + (package + (name "emacs-with-editor") + (version "3.0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/magit/with-editor") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0hw6i5r3adkm4988badi94825lywkrh3sddiff4z04kj1nj15d0k")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'make-info + (lambda _ + (invoke "makeinfo" "--no-split" + "-o" "with-editor.info" "with-editor.texi")))))) + (native-inputs + `(("texinfo" ,texinfo))) + (propagated-inputs + `(("emacs-async" ,emacs-async))) + (home-page "https://github.com/magit/with-editor") + (synopsis "Emacs library for using Emacsclient as EDITOR") + (description + "This package provides an Emacs library to use the Emacsclient as @code{$EDITOR} of child processes, making sure they know how to call home. For remote processes a substitute is provided, which communicates with Emacs on stdout instead of using a socket as the Emacsclient does.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-libgit (let ((commit "0ef8b13aef011a98b7da756e4f1ce3bb18e4d55a") -- 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 07 05:42:11 2020 Received: (at 45074-done) by debbugs.gnu.org; 7 Dec 2020 10:42:11 +0000 Received: from localhost ([127.0.0.1]:52541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmDy7-0000GY-23 for submit@debbugs.gnu.org; Mon, 07 Dec 2020 05:42:11 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:52393) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmDy4-0000GJ-Sx for 45074-done@debbugs.gnu.org; Mon, 07 Dec 2020 05:42:09 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 32F931BF220; Mon, 7 Dec 2020 10:42:00 +0000 (UTC) From: Nicolas Goaziou To: Michael Rohleder Subject: Re: [bug#45074] [PATCH] gnu: emacs-with-editor: Update to 3.0.2. References: <20201206155616.31378-1-mike@rohleder.de> Date: Mon, 07 Dec 2020 11:41:59 +0100 In-Reply-To: <20201206155616.31378-1-mike@rohleder.de> (Michael Rohleder's message of "Sun, 6 Dec 2020 16:56:16 +0100") Message-ID: <874kkxzymg.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45074-done Cc: 45074-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: -1.0 (-) Hello, Michael Rohleder writes: > * gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.0.2. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Sun Jun 22 11:32:31 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Jan 2021 12:24:12 +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