guix-patches
[Top][All Lists]
Advanced

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

[bug#58675] [PATCH] gnu: Add emacs-purs-mode.


From: Nicolas Goaziou
Subject: [bug#58675] [PATCH] gnu: Add emacs-purs-mode.
Date: Fri, 21 Oct 2022 10:06:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-purs-mode): New variable.

Thanks. Applied with the following changes.

> +    (package
> +      (name "emacs-purs-mode")
> +      (version (git-version "20220827" revision commit))

There is no tag, and no Version keyword. Therefore, the base version
should be "0", not the date of the last commit.

> +         (sha256
> +          (base32 "1ir0fli8ic3fhp0z2z3kkiirhkwjsdg567kxfvd2awzv27d32c3n"))))

The hash above was wrong, so I updated it.

> +      (build-system emacs-build-system)
> +      (home-page "https://github.com/PureFunctor/purs-mode/";)
> +      (synopsis "Yet another PureScript mode for Emacs")

I removed "Yet anoter" and added "major" in front of "mode".

> +      (description
> +"@code{emacs-purs-mode} provides yet another PureScript mode for
> Emacs.")

emacs-purs-mode is the name of the internal Guix variable bound to the
package definition. The project is purs-mode, or Purs mode (as is
preferred in, e.g., the Emacs manual).

The description is rather terse, but so it the upstream documentation…
In any case, I also removed "yet another" and added "major" in front of
"mode".

Regards,

-- 
Nicolas Goaziou





reply via email to

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