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

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

bug#63691: closed ([PATCH] Add emacs-prism package)


From: GNU bug Tracking System
Subject: bug#63691: closed ([PATCH] Add emacs-prism package)
Date: Thu, 25 May 2023 20:23:02 +0000

Your message dated Thu, 25 May 2023 22:22:37 +0200
with message-id <87lehcf9f6.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#63691] [PATCH v4] gnu: Add emacs-prism.
has caused the debbugs.gnu.org bug report #63691,
regarding [PATCH] Add emacs-prism package
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63691: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63691
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add emacs-prism package Date: Wed, 24 May 2023 18:53:00 +0200
---
 gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0ea9732bfa..1747e62433 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -1161,6 +1161,27 @@ (define-public emacs-spongebob
 buffer.")
       (license license:gpl3+))))
 
+(define-public emacs-prism
+  (package
+    (name "emacs-prism")
+    (version "0.3.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/alphapapa/prism.el.git";)
+                    (commit version)))
+              (sha256
+               (base32
+                "1750s161ck83lcl36rm2jbkssbgpa9hfx1gbv2r582381q1p4kwp"))))
+    (build-system emacs-build-system)
+    (inputs (list emacs-dash))
+    (home-page "https://github.com/alphapapa/prism.el";)
+    (synopsis
+     "Disperses lisp forms (and other languages) into a spectrum of color >
+    (description
+     "prism is an \"rainbow-blocks\" like mode for Emacs, but it respects >
+    (license license:gpl3+)))
+
 (define-public emacs-project
   (package
     (name "emacs-project")

base-commit: 297ba5c15a32845ab8514aeb6f405ebd4290142d
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#63691] [PATCH v4] gnu: Add emacs-prism. Date: Thu, 25 May 2023 22:22:37 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Maciej Kalandyk <m.kalandyk@outlook.com> writes:

> +(define-public emacs-prism

I added a commit message and applied your patch. Thank you.

> +    (description
> +     "Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color
> +face properties and allows configuration of faces and colors.")

I added two spaces between sentences.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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