* [bug#42435] [PATCH] gnu: Add emacs-shx.
@ 2020-07-20 1:20 Michael Rohleder
2020-07-25 14:56 ` bug#42435: " Michael Rohleder
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-07-20 1:20 UTC (permalink / raw)
To: 42435
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: [PATCH] gnu: Add emacs-shx. --]
[-- Type: text/x-patch, Size: 1739 bytes --]
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
[-- Attachment #1.2: Type: text/plain, Size: 139 bytes --]
--
The UNIX philosophy basically involves giving you enough rope to
hang yourself. And then a couple of feet more, just to be sure.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#42435: [PATCH] gnu: Add emacs-shx.
2020-07-20 1:20 [bug#42435] [PATCH] gnu: Add emacs-shx Michael Rohleder
@ 2020-07-25 14:56 ` Michael Rohleder
0 siblings, 0 replies; 2+ messages in thread
From: Michael Rohleder @ 2020-07-25 14:56 UTC (permalink / raw)
To: 42435-done
[-- Attachment #1: Type: text/plain, Size: 168 bytes --]
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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-25 14:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-20 1:20 [bug#42435] [PATCH] gnu: Add emacs-shx Michael Rohleder
2020-07-25 14:56 ` bug#42435: " Michael Rohleder
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).