From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 08 05:28:14 2021 Received: (at submit) by debbugs.gnu.org; 8 Apr 2021 09:28:14 +0000 Received: from localhost ([127.0.0.1]:46024 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUQxS-0007Sl-Hu for submit@debbugs.gnu.org; Thu, 08 Apr 2021 05:28:14 -0400 Received: from lists.gnu.org ([209.51.188.17]:37804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUQxR-0007Sf-Iw for submit@debbugs.gnu.org; Thu, 08 Apr 2021 05:28:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57060) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUQxR-00019k-DC for guix-patches@gnu.org; Thu, 08 Apr 2021 05:28:13 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:56372 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUQxP-0006Mj-JX for guix-patches@gnu.org; Thu, 08 Apr 2021 05:28:13 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617874083; bh=Voc3HOkOvDPsiEa0Xmc2UkEd+SjXfkTPIRu0cHHTOYs=; h=From:To:Subject:Date; b=oRbcInCYTCXw/muzTzEb0/e9mM1Py4lw/WhGncj6rqkTkswx8P7KwONv7LMDvx6bH ZXqR87vltOXXfRdpzAi3BVyrStDu83WXJYTDhRpYy8c6YOD5ieD3Z9bQ6Ovu52LVG4 +N0Eb7aqTxtJLmZ8L4S6zo3q5Y/i6mU2PdQdrtKI= To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-repl-toggle: Update to 0.7.1. Message-Id: <737d95c170c3796d3ee416a02dbdd246983ef073.1617874043.git.public@yoctocell.xyz> Date: Thu, 08 Apr 2021 11:27:53 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 28 X-Spam_score: 2.8 X-Spam_bar: ++ X-Spam_report: (2.8 / 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, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=1.419, PDS_OTHER_BAD_TLD=2, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1. [source]: Use Sourcehut repository. --- The GitHub repsitory has been archived. gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 1.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1. [source]: Use Sourcehut repository. --- The GitHub repsitory has been archived. gnu/packages/emacs-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e80ccbb56..9bb1b5479c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -25435,21 +25435,21 @@ current buffer.") (define-public emacs-repl-toggle (package (name "emacs-repl-toggle") - (version "0.6.1") + (version "0.7.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/tomterl/repl-toggle") + (url "https://git.sr.ht/~tomterl/repl-toggle") (commit version))) (sha256 (base32 - "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd")) + "0nycm8a4wwkkaif958z4m89slayp17k20lp2h7lvddjx8prn6yfp")) (file-name (git-file-name name version)))) (build-system emacs-build-system) (propagated-inputs `(("emacs-fullframe" ,emacs-fullframe))) - (home-page "https://github.com/tomterl/repl-toggle") + (home-page "https://git.sr.ht/~tomterl/repl-toggle") (synopsis "Switch to and from current major mode's REPL") (description "This package provides a function to switch to and from a REPL appropriate to the current major mode.") base-commit: 2d77c270f4196cddd5739cda0156b610607a26a5 -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 11 04:46:40 2021 Received: (at 47651-done) by debbugs.gnu.org; 11 Apr 2021 08:46:40 +0000 Received: from localhost ([127.0.0.1]:53974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVVjr-0003kk-OG for submit@debbugs.gnu.org; Sun, 11 Apr 2021 04:46:39 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:39969) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVVjq-0003kW-98 for 47651-done@debbugs.gnu.org; Sun, 11 Apr 2021 04:46:38 -0400 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 relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 69FDE20005; Sun, 11 Apr 2021 08:46:30 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#47651] [PATCH] gnu: emacs-repl-toggle: Update to 0.7.1. References: <737d95c170c3796d3ee416a02dbdd246983ef073.1617874043.git.public@yoctocell.xyz> Date: Sun, 11 Apr 2021 10:46:29 +0200 In-Reply-To: <737d95c170c3796d3ee416a02dbdd246983ef073.1617874043.git.public@yoctocell.xyz> (Xinglu Chen's message of "Thu, 08 Apr 2021 11:27:53 +0200") Message-ID: <875z0tryxm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1. > [source]: Use Sourcehut repository. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.200 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 47651-done Cc: 47651-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1. > [source]: Use Sourcehut repository. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Thu Jun 19 14:28:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 May 2021 11:24:07 +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