emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26449: closed ([PATCH] gnu: Add emacs-htmlize.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26449: closed ([PATCH] gnu: Add emacs-htmlize.)
Date: Tue, 11 Apr 2017 18:55:01 +0000

Your message dated Tue, 11 Apr 2017 14:53:49 -0400
with message-id <address@hidden>
and subject line Re: bug#26449: [PATCH] gnu: Add emacs-htmlize.
has caused the debbugs.gnu.org bug report #26449,
regarding [PATCH] gnu: Add emacs-htmlize.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26449: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26449
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-htmlize. Date: Tue, 11 Apr 2017 23:47:22 +0530
* gnu/packages/emacs.scm (emacs-htmlize): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a70fb2167..06bb432f4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4235,3 +4235,25 @@ sign messages that you send.  For details and 
instructions on how to use
 DefaultEncrypt, please refer to the home page or read the comments in the
 source file, @file{jl-encrypt.el}.")
     (license license:gpl3+)))
+
+(define-public emacs-htmlize
+  (package
+    (name "emacs-htmlize")
+    (version "1.51")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/hniksic/emacs-htmlize/archive/release/";
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/hniksic/emacs-htmlize";)
+    (synopsis "Convert buffer text and decorations to HTML")
+    (description "@code{emacs-htmlize} converts the buffer text and
+the associated decorations to HTML.  Output to CSS, inline CSS and
+fonts is supported.")
+    (license license:gpl2+)))
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26449: [PATCH] gnu: Add emacs-htmlize. Date: Tue, 11 Apr 2017 14:53:49 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
Arun Isaac <address@hidden> writes:

> * gnu/packages/emacs.scm (emacs-htmlize): New variable.
> ---
>  gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
> index a70fb2167..06bb432f4 100644
> --- a/gnu/packages/emacs.scm
> +++ b/gnu/packages/emacs.scm
> @@ -4235,3 +4235,25 @@ sign messages that you send.  For details and 
> instructions on how to use
>  DefaultEncrypt, please refer to the home page or read the comments in the
>  source file, @file{jl-encrypt.el}.")
>      (license license:gpl3+)))
> +
> +(define-public emacs-htmlize
> +  (package
> +    (name "emacs-htmlize")
> +    (version "1.51")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://github.com/hniksic/emacs-htmlize/archive/release/";
> +             version ".tar.gz"))
> +       (file-name (string-append name "-" version ".tar.gz"))
> +       (sha256
> +        (base32
> +         "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/hniksic/emacs-htmlize";)
> +    (synopsis "Convert buffer text and decorations to HTML")
> +    (description "@code{emacs-htmlize} converts the buffer text and
> +the associated decorations to HTML.  Output to CSS, inline CSS and
> +fonts is supported.")
> +    (license license:gpl2+)))

Thanks for the package. It has been pushed to master.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]