emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42435: closed ([PATCH] gnu: Add emacs-shx.)


From: GNU bug Tracking System
Subject: bug#42435: closed ([PATCH] gnu: Add emacs-shx.)
Date: Sat, 25 Jul 2020 14:57:02 +0000

Your message dated Sat, 25 Jul 2020 16:56:09 +0200
with message-id <87h7tv63ue.fsf@rohleder.de>
and subject line Re: [bug#42435] [PATCH] gnu: Add emacs-shx.
has caused the debbugs.gnu.org bug report #42435,
regarding [PATCH] gnu: Add emacs-shx.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42435: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42435
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-shx. Date: Mon, 20 Jul 2020 03:20:46 +0200
From fbfcb7a8260245c26f2dd4c7b496b1294312e9b2 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@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

-- 
The UNIX philosophy basically involves giving you enough rope to
hang yourself.  And then a couple of feet more, just to be sure.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#42435] [PATCH] gnu: Add emacs-shx. Date: Sat, 25 Jul 2020 16:56:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
duplicated by 42526, which is pushed to master, so close this.
-- 
Just don't create a file called -rf.  :-)
       --Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV>

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]