From unknown Fri Aug 15 16:25:09 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47958] [PATCH] gnu: Add emacs-shell-command+. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 22 Apr 2021 20:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47958 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47958@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161912377121304 (code B ref -1); Thu, 22 Apr 2021 20:37:01 +0000 Received: (at submit) by debbugs.gnu.org; 22 Apr 2021 20:36:11 +0000 Received: from localhost ([127.0.0.1]:35636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZg3W-0005XX-Sx for submit@debbugs.gnu.org; Thu, 22 Apr 2021 16:36:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:50574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZg3S-0005XN-Dj for submit@debbugs.gnu.org; Thu, 22 Apr 2021 16:36:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZg3S-0004ls-6r for guix-patches@gnu.org; Thu, 22 Apr 2021 16:36:06 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:59510 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 1lZg3P-0003of-Rf for guix-patches@gnu.org; Thu, 22 Apr 2021 16:36:05 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619123750; bh=LKFKqo4cd7FmPuNwQUUlqk+okCedZtziVysvTPhIKwE=; h=From:To:Subject:Date; b=VdKxi+dxHvH7W8h62evaSKjSeCchiQKr2JUjXF0Eg3LdGb9qJcadTp8dfJADRYM8S yhgmo2pa44dRMTf2uenQYOrdIZRwnTjU2wgv0puq+4HNiY1ym6XJcTd3NOCzsaXcBW AlsFDZmKavicqDaj3hnjofRpGna0Q6rjRupJNtWM= Message-Id: Date: Thu, 22 Apr 2021 22:35:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.224, FROM_SUSPICIOUS_NTLD_FP=0.273, 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: 1.2 (+) 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-shell-command+): New variable. --- I would prefer to avoid ELPA URLs because of issues with reproducibility[1], but I =?UTF-8?Q?wasn=E2=80=99t?= able to find any references to the up [...] Content analysis details: (1.2 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] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.2 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.3 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable. --- I would prefer to avoid ELPA URLs because of issues with reproducibility[1], but I wasn=E2=80=99t able to find any references to the upstream Git repository. [1]: https://yhetil.org/guix-bugs/1614603812.pcr83awkcn.jorsn@jorsn.eu gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c7cce1563d..d590bdd98f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26974,6 +26974,25 @@ Features: @end itemize\n") (license license:gpl3+))) =20 +(define-public emacs-shell-command+ + (package + (name "emacs-shell-command+") + (version "2.1.0") + (source (origin + (method url-fetch) + (uri (string-append "https://elpa.gnu.org/packages/" + "shell-command+-" version ".tar")) + (sha256 + (base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8l= mq")))) + (build-system emacs-build-system) + (home-page "http://elpa.gnu.org/packages/shell-command+.html") + (synopsis "An extended shell-command") + (description "@code{shell-command+} is a @code{shell-command} substitu= e, +that extends the regular Emacs command with several features. You can for +example count all the lines in a buffer with @code{> wc -l}, or delete all +lower case letters in the selected region with @code{| tr -d a-z}.") + (license license:gpl3+))) + (define-public emacs-shell-pop (let ((commit "4b4394037940a890a313d715d203d9ead2d156a6") (revision "0")) base-commit: 5a0098e152c8888d4eea86593765a8bf393de5c4 --=20 2.31.1 From unknown Fri Aug 15 16:25:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#47958: closed (Re: [bug#47958] [PATCH] gnu: Add emacs-shell-command+.) Message-ID: References: <87k0ot2wm5.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 47958 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47958@debbugs.gnu.org Date: Fri, 23 Apr 2021 09:13:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1619169182-1894-1" This is a multi-part message in MIME format... ------------=_1619169182-1894-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47958: [PATCH] gnu: Add emacs-shell-command+. 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 47958@debbugs.gnu.org. --=20 47958: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47958 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1619169182-1894-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47958-done) by debbugs.gnu.org; 23 Apr 2021 09:12:12 +0000 Received: from localhost ([127.0.0.1]:36165 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZrr9-0000TC-U4 for submit@debbugs.gnu.org; Fri, 23 Apr 2021 05:12:12 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:41477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZrr6-0000Sy-Qm for 47958-done@debbugs.gnu.org; Fri, 23 Apr 2021 05:12:10 -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 relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 1C29E1C000A; Fri, 23 Apr 2021 09:12:02 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#47958] [PATCH] gnu: Add emacs-shell-command+. References: Date: Fri, 23 Apr 2021 11:12:02 +0200 In-Reply-To: (Xinglu Chen's message of "Thu, 22 Apr 2021 22:35:49 +0200") Message-ID: <87k0ot2wm5.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-shell-command+): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.197 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record X-Debbugs-Envelope-To: 47958-done Cc: 47958-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-shell-command+): New variable. Thank you. > --- > I would prefer to avoid ELPA URLs because of issues with > reproducibility[1], but I wasn=E2=80=99t able to find any references to t= he > upstream Git repository. Hopefully, at some point, we will fix this bug. > + (synopsis "An extended shell-command") Synopsis cannot start with "An". "guix lint" should catch this. Applied. Regards, --=20 Nicolas Goaziou ------------=_1619169182-1894-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 22 Apr 2021 20:36:11 +0000 Received: from localhost ([127.0.0.1]:35636 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZg3W-0005XX-Sx for submit@debbugs.gnu.org; Thu, 22 Apr 2021 16:36:11 -0400 Received: from lists.gnu.org ([209.51.188.17]:50574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lZg3S-0005XN-Dj for submit@debbugs.gnu.org; Thu, 22 Apr 2021 16:36:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lZg3S-0004ls-6r for guix-patches@gnu.org; Thu, 22 Apr 2021 16:36:06 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:59510 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 1lZg3P-0003of-Rf for guix-patches@gnu.org; Thu, 22 Apr 2021 16:36:05 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619123750; bh=LKFKqo4cd7FmPuNwQUUlqk+okCedZtziVysvTPhIKwE=; h=From:To:Subject:Date; b=VdKxi+dxHvH7W8h62evaSKjSeCchiQKr2JUjXF0Eg3LdGb9qJcadTp8dfJADRYM8S yhgmo2pa44dRMTf2uenQYOrdIZRwnTjU2wgv0puq+4HNiY1ym6XJcTd3NOCzsaXcBW AlsFDZmKavicqDaj3hnjofRpGna0Q6rjRupJNtWM= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-shell-command+. Message-Id: Date: Thu, 22 Apr 2021 22:35:49 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.224, FROM_SUSPICIOUS_NTLD_FP=0.273, 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: 1.2 (+) 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-shell-command+): New variable. --- I would prefer to avoid ELPA URLs because of issues with reproducibility[1], but I wasn’t able to find any references to the up [...] Content analysis details: (1.2 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] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.2 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 0.3 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 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.1 (/) * gnu/packages/emacs-xyz.scm (emacs-shell-command+): New variable. --- I would prefer to avoid ELPA URLs because of issues with reproducibility[1], but I wasn=E2=80=99t able to find any references to the upstream Git repository. [1]: https://yhetil.org/guix-bugs/1614603812.pcr83awkcn.jorsn@jorsn.eu gnu/packages/emacs-xyz.scm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c7cce1563d..d590bdd98f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -26974,6 +26974,25 @@ Features: @end itemize\n") (license license:gpl3+))) =20 +(define-public emacs-shell-command+ + (package + (name "emacs-shell-command+") + (version "2.1.0") + (source (origin + (method url-fetch) + (uri (string-append "https://elpa.gnu.org/packages/" + "shell-command+-" version ".tar")) + (sha256 + (base32 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8l= mq")))) + (build-system emacs-build-system) + (home-page "http://elpa.gnu.org/packages/shell-command+.html") + (synopsis "An extended shell-command") + (description "@code{shell-command+} is a @code{shell-command} substitu= e, +that extends the regular Emacs command with several features. You can for +example count all the lines in a buffer with @code{> wc -l}, or delete all +lower case letters in the selected region with @code{| tr -d a-z}.") + (license license:gpl3+))) + (define-public emacs-shell-pop (let ((commit "4b4394037940a890a313d715d203d9ead2d156a6") (revision "0")) base-commit: 5a0098e152c8888d4eea86593765a8bf393de5c4 --=20 2.31.1 ------------=_1619169182-1894-1--