unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Maciej Kalandyk <m.kalandyk@outlook.com>
Cc: 63691@debbugs.gnu.org
Subject: [bug#63691] [PATCH vREVISION] Add emacs-prism package
Date: Thu, 25 May 2023 12:49:46 +0200	[thread overview]
Message-ID: <875y8gheid.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <AM0PR10MB3586CBFB5AF95E042537DCE380469@AM0PR10MB3586.EURPRD10.PROD.OUTLOOK.COM> (Maciej Kalandyk's message of "Thu, 25 May 2023 04:15:40 +0200")

Hello,

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

> +(define-public emacs-prism

Thank you.

You need to add a proper commit message with your patch. For a new
variable, it is pretty much normalized:

  gnu: Add emacs-prism.

  * gnu/packages/emacs-xyz.scm (emacs-prism): New variable.

> +  (package
> +    (name "emacs-prism")
> +    (version "0.3.1")

Version 0.3.2 was released yesterday, you may want to provide it
instead.

> +    (source (origin
> +              (method git-fetch)
> +              (uri (git-reference
> +		    (url "https://github.com/alphapapa/prism.el.git")

There's a habit of dropping ".git" suffix in URL, so the above should be:

  (url "https://github.com/alphapapa/prism.el")

> +		    (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 by depth")

I suggest:

  Disperse Lisp forms...

> +    (description
> +     "prism is an \"rainbow-blocks\" like mode for Emacs, but it
> respects existing non-color face properties, and allows flexible
> configuration of faces and colors.")

I suggest:

  Prism is a Rainbow Blocks-like mode for Emacs.  It preserves non-color
  face properties and allows configuration of faces and colors.

Also mind keeping line lengths below 80 columns.

Could you send an updated patch? (note it should be -v3 in the git
command line)?

Regards,
-- 
Nicolas Goaziou




  reply	other threads:[~2023-05-25 10:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 16:53 [bug#63691] [PATCH] Add emacs-prism package Maciej Kalandyk
2023-05-25  2:15 ` [bug#63691] [PATCH vREVISION] " Maciej Kalandyk
2023-05-25 10:49   ` Nicolas Goaziou [this message]
2023-05-25 12:54 ` [bug#63691] [PATCH v3] " Maciej Kalandyk
2023-05-25 18:29 ` [bug#63691] [PATCH v4] gnu: Add emacs-prism Maciej Kalandyk
2023-05-25 20:22   ` bug#63691: " Nicolas Goaziou
2023-05-25 18:32 ` [bug#63691] Maciej Kalandyk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875y8gheid.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=63691@debbugs.gnu.org \
    --cc=m.kalandyk@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).