GNU bug report logs - #47958
[PATCH] gnu: Add emacs-shell-command+.

Previous Next

Package: guix-patches;

Reported by: Xinglu Chen <public <at> yoctocell.xyz>

Date: Thu, 22 Apr 2021 20:37:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 47958 in the body.
You can then email your comments to 47958 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#47958; Package guix-patches. (Thu, 22 Apr 2021 20:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Xinglu Chen <public <at> yoctocell.xyz>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 22 Apr 2021 20:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xinglu Chen <public <at> yoctocell.xyz>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-shell-command+.
Date: Thu, 22 Apr 2021 22:35:49 +0200
* 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
upstream Git repository.

[1]: https://yhetil.org/guix-bugs/1614603812.pcr83awkcn.jorsn <at> 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+)))
 
+(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 "1jyrnv89989bi03m5h8dj0cllsw3rvyxkiyfrh9v6gpxjwfy8lmq"))))
+    (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} substitue,
+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
-- 
2.31.1






Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 23 Apr 2021 09:13:02 GMT) Full text and rfc822 format available.

Notification sent to Xinglu Chen <public <at> yoctocell.xyz>:
bug acknowledged by developer. (Fri, 23 Apr 2021 09:13:02 GMT) Full text and rfc822 format available.

Message #10 received at 47958-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Xinglu Chen <public <at> yoctocell.xyz>
Cc: 47958-done <at> debbugs.gnu.org
Subject: Re: [bug#47958] [PATCH] gnu: Add emacs-shell-command+.
Date: Fri, 23 Apr 2021 11:12:02 +0200
Hello,

Xinglu Chen <public <at> yoctocell.xyz> 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’t able to find any references to the
> 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,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 May 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 312 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.