unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 42435@debbugs.gnu.org
Subject: [bug#42435] [PATCH] gnu: Add emacs-shx.
Date: Mon, 20 Jul 2020 03:20:46 +0200	[thread overview]
Message-ID: <87blkbc781.fsf@rohleder.de> (raw)


[-- 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 --]

             reply	other threads:[~2020-07-20  1:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-20  1:20 Michael Rohleder [this message]
2020-07-25 14:56 ` bug#42435: [PATCH] gnu: Add emacs-shx Michael Rohleder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87blkbc781.fsf@rohleder.de \
    --to=mike@rohleder.de \
    --cc=42435@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).