GNU bug report logs - #42435
[PATCH] gnu: Add emacs-shx.

Previous Next

Package: guix-patches;

Reported by: Michael Rohleder <mike <at> rohleder.de>

Date: Mon, 20 Jul 2020 01:21:02 UTC

Severity: normal

Tags: patch

Done: Michael Rohleder <mike <at> rohleder.de>

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 42435 in the body.
You can then email your comments to 42435 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#42435; Package guix-patches. (Mon, 20 Jul 2020 01:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Michael Rohleder <mike <at> rohleder.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Jul 2020 01:21:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add emacs-shx.
Date: Mon, 20 Jul 2020 03:20:46 +0200
[0001-gnu-Add-emacs-shx.patch (text/x-patch, inline)]
From fbfcb7a8260245c26f2dd4c7b496b1294312e9b2 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Mon, 20 Jul 2020 03:18:34 +0200
Subject: [PATCH] gnu: Add emacs-shx.

* gnu/packages/emacs-xyz.scm (emacs-shx): New variable.
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3145faf3b4..d84b67cfdd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12382,6 +12382,31 @@ messaging service.")
 and shell-command prompts that are based on Bash completion.")
    (license license:gpl2+)))
 
+(define-public emacs-shx
+  (package
+    (name "emacs-shx")
+    (version "1.4.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/riscy/shx-for-emacs")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0p9b621rgy34r1hl9xfzxh4xpx9gpsr3n330ypfxhlr0s5754j73"))))
+    (build-system emacs-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (delete 'patch-el-files))))    ; that zsh string is in a docstring...
+    (home-page "https://github.com/riscy/shx-for-emacs")
+    (synopsis "Extends comint-mode in Emacs (e.g. M-x shell)")
+    (description "An Emacs shell-mode (and comint-mode) extension that enables displaying
+small plots and graphics and lets users write shell commands in Emacs Lisp.")
+    (license license:gpl3)))
+
 (define-public emacs-easy-kill
   (package
     (name "emacs-easy-kill")
-- 
2.27.0

[Message part 2 (text/plain, inline)]
-- 
The UNIX philosophy basically involves giving you enough rope to
hang yourself.  And then a couple of feet more, just to be sure.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Michael Rohleder <mike <at> rohleder.de>:
You have taken responsibility. (Sat, 25 Jul 2020 14:57:02 GMT) Full text and rfc822 format available.

Notification sent to Michael Rohleder <mike <at> rohleder.de>:
bug acknowledged by developer. (Sat, 25 Jul 2020 14:57:02 GMT) Full text and rfc822 format available.

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

From: Michael Rohleder <mike <at> rohleder.de>
To: 42435-done <at> debbugs.gnu.org
Subject: Re: [bug#42435] [PATCH] gnu: Add emacs-shx.
Date: Sat, 25 Jul 2020 16:56:09 +0200
[Message part 1 (text/plain, inline)]
duplicated by 42526, which is pushed to master, so close this.
-- 
Just don't create a file called -rf.  :-)
       --Larry Wall in <11393 <at> jpl-devvax.JPL.NASA.GOV>
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Aug 2020 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 245 days ago.

Previous Next


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