all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40616] Add emacs-4clojure
@ 2020-04-14  0:47 Alberto EFG
  2020-04-22 22:13 ` bug#40616: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Alberto EFG @ 2020-04-14  0:47 UTC (permalink / raw)
  To: 40616

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

Add emacs-4clojure

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-4clojure.patch --]
[-- Type: text/x-diff; name=0001-gnu-Add-emacs-4clojure.patch, Size: 1722 bytes --]

From 510a71b4e17e8588f3e93f8735fe27b45b3e5827 Mon Sep 17 00:00:00 2001
From: Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx>
Date: Mon, 13 Apr 2020 02:06:27 -0500
Subject: [PATCH] gnu: Add emacs-4clojure.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0fdc509038..1223eedb0c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22354,4 +22354,27 @@ and created quickly.  Org-roam should also work as a plug-and-play
  makes it easy to build ascii UML sequence diagrams in Emacs,
 which can be embedded in source code, comments or emails.")
    (license license:gpl3)))
+
+(define-public emacs-4clojure
+  (package
+   (name "emacs-4clojure")
+   (version "0.2.1")
+   (source
+    (origin
+     (method git-fetch)
+     (uri (git-reference
+           (url "https://github.com/emacsorphanage/4clojure.git")
+           (commit "4eccf8c7d4341a36c269451838114b27836699f9")))
+     (file-name (git-file-name name version))
+     (sha256
+      (base32
+       "19x653lzc1dxil4ix257hciidbdmbhaxhs6qhlkwi9ygjrlrgvnk"))))
+   (build-system emacs-build-system)
+   (propagated-inputs
+    `(("emacs-request" ,emacs-request)))
+   (home-page "https://github.com/emacsorphanage/4clojure")
+   (synopsis "Emacs mode to open and evaluate 4clojure.com questions")
+   (description "@code{emacs-4clojure} allows you to interact with
+@code{4clojure.com} problems, you can open an specific question and move
+to the next or previous.  You can also verify you answers.")
+   (license license:gpl3)))
-- 
2.26.0


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

* bug#40616: Add emacs-4clojure
  2020-04-14  0:47 [bug#40616] Add emacs-4clojure Alberto EFG
@ 2020-04-22 22:13 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2020-04-22 22:13 UTC (permalink / raw)
  To: Alberto EFG; +Cc: 40616-done

Hello,

Alberto EFG <albertoefg@posteo.mx> writes:

> Add emacs-4clojure
>
> From 510a71b4e17e8588f3e93f8735fe27b45b3e5827 Mon Sep 17 00:00:00 2001
> From: Alberto Eleuterio Flores Guerrero <barbanegra+guix@posteo.mx>
> Date: Mon, 13 Apr 2020 02:06:27 -0500
> Subject: [PATCH] gnu: Add emacs-4clojure.
>
> * gnu/packages/emacs-xyz.scm (emacs-4clojure): New variable.

Thank you. I pushed this, as 4e74cef97a49d06c53903786bac95f510212f949.

Note that I had to fix indentation. I also added outer let-bindings for
commit and revision since there is no proper release.

> +   (description "@code{emacs-4clojure} allows you to interact with
> +@code{4clojure.com} problems, you can open an specific question and move
> +to the next or previous.  You can also verify you answers.")

I wrote instead:

    Emacs 4clojure interacts with @url{http://www.4clojure.com, 4clojure}
    problems. You can open a specific question and move to the next or
    previous one. You can also verify your answers.

Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2020-04-22 22:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-14  0:47 [bug#40616] Add emacs-4clojure Alberto EFG
2020-04-22 22:13 ` bug#40616: " Nicolas Goaziou

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.