all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49608] [PATCH] gnu: Add emacs-seeing-is-believing.
@ 2021-07-17 16:56 Joseph LaFreniere
  2021-07-21 21:45 ` bug#49608: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph LaFreniere @ 2021-07-17 16:56 UTC (permalink / raw)
  To: 49608

[-- Attachment #1: Type: text/plain, Size: 46 bytes --]

Patch file is attached.

--
Joseph LaFreniere

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-seeing-is-believing.patch --]
[-- Type: text/x-patch, Size: 1933 bytes --]

From 8073cb5fee2ea96ad0021c5e7a30c847353248e1 Mon Sep 17 00:00:00 2001
From: Joseph LaFreniere <joseph@lafreniere.xyz>
Date: Sat, 17 Jul 2021 11:54:34 -0500
Subject: [PATCH] gnu: Add emacs-seeing-is-believing.

* gnu/packages/emacs-xyz.scm (emacs-seeing-is-believing): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..2110db563c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -28911,3 +28911,31 @@ to the @url{https://multitran.com} online dictionary.")
      "Kibit Helper provides functions to work with the Kibit Leiningen plugin
 for detecting and improve non-idiomatic Clojure source code.")
     (license license:gpl3+)))
+
+(define-public emacs-seeing-is-believing
+  (let ((version "1.2.0") ; from .el file
+        (commit "fbbe246c0fda87bb26227bb826eebadb418a220f")
+        (revision "0"))
+    (package
+      (name "emacs-seeing-is-believing")
+      (home-page "https://github.com/jcinnamond/seeing-is-believing")
+      (version (git-version version revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url home-page)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "1h1b48s2iirswdlvfz41jbflm4x09ksc2lycrc1awzlwd6r8hdhg"))))
+      (build-system emacs-build-system)
+      (synopsis
+       "Minor mode for running the seeing-is-believing Ruby gem")
+      (description
+       "@uref{https://github.com/JoshCheek/seeing_is_believing,Seeing Is
+Believing} is a ruby gem to evaluate Ruby code, recording the results of each
+line.  This minor mode provides an easy way to run it from Emacs on the
+current region or entire buffer.")
+      (license license:gpl3+))))
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49608: [PATCH] gnu: Add emacs-seeing-is-believing.
  2021-07-17 16:56 [bug#49608] [PATCH] gnu: Add emacs-seeing-is-believing Joseph LaFreniere
@ 2021-07-21 21:45 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-07-21 21:45 UTC (permalink / raw)
  To: Joseph LaFreniere; +Cc: 49608-done

Hi,

Joseph LaFreniere <joseph@lafreniere.xyz> skribis:

>>From 8073cb5fee2ea96ad0021c5e7a30c847353248e1 Mon Sep 17 00:00:00 2001
> From: Joseph LaFreniere <joseph@lafreniere.xyz>
> Date: Sat, 17 Jul 2021 11:54:34 -0500
> Subject: [PATCH] gnu: Add emacs-seeing-is-believing.
>
> * gnu/packages/emacs-xyz.scm (emacs-seeing-is-believing): New variable.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-21 21:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-17 16:56 [bug#49608] [PATCH] gnu: Add emacs-seeing-is-believing Joseph LaFreniere
2021-07-21 21:45 ` bug#49608: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.