GNU bug report logs - #43320
Add emacs-html-to-hiccup package

Previous Next

Package: guix-patches;

Reported by: Jesse Dowell <jesse.dowell <at> gmail.com>

Date: Thu, 10 Sep 2020 21:20:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jesse Dowell <jesse.dowell <at> gmail.com>
Subject: bug#43320: closed (Re: [bug#43320] Add emacs-html-to-hiccup package)
Date: Tue, 22 Sep 2020 09:49:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#43320: Add emacs-html-to-hiccup package

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 43320 <at> debbugs.gnu.org.

-- 
43320: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=43320
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Jesse Dowell <jesse.dowell <at> gmail.com>
Cc: 43320-done <at> debbugs.gnu.org
Subject: Re: [bug#43320] Add emacs-html-to-hiccup package
Date: Tue, 22 Sep 2020 11:48:18 +0200
Hello,

Jesse Dowell <jesse.dowell <at> gmail.com> writes:

> Subject: [PATCH] gnu: Add emacs-html-to-hiccup.

I tweaked the commit message and applied your patch. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Jesse Dowell <jesse.dowell <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: Add emacs-html-to-hiccup package
Date: Thu, 10 Sep 2020 16:43:18 -0400
[Message part 4 (text/plain, inline)]
Hello,

I'm hoping the following patch can be useful for others. It's a package for
emacs-html-to-hiccup which can be very handy when working with clojure
programs that use hiccup syntax.

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ff043463cc..253e51a79c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24550,4 +24550,29 @@ publically-accessible HTTP server.")
 label references and citations in LaTeX.  It is based on RefTeX, which is
 included with Emacs.")
     (license license:gpl3+)))
+
+(define-public emacs-html-to-hiccup
+  (let ((commit "50a52e2b0d13d865187acdf775b8203d5003f2f1")
+        (revision "0"))
+    (package
+      (name "emacs-html-to-hiccup")
+      (version (git-version "20190909" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/plexus/html-to-hiccup")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
"1qi092mw2n08v6yr0j6hlpx0pnlcnhxjqbsrlw9pn4yin6zk91yp"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+     `(("dash" ,emacs-dash)
+       ("s" ,emacs-s)))
+      (home-page "https://github.com/plexus/html-to-hiccup")
+      (synopsis "Emacs package that turns HTML into Hiccup syntax")
+      (description
+       "Emacs package that turns HTML into Hiccup syntax, a notation
popular
+when doing Clojure/ClojureScript web development.")
+      (license license:mpl2.0))))
--8<---------------cut here---------------end--------------->8---

Best,
Jesse
[Message part 5 (text/html, inline)]

This bug report was last modified 4 years and 302 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.