GNU bug report logs - #53571
[PATCH] gnu: Add emacs-validate-html.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 27 Jan 2022 05:56:01 UTC

Severity: normal

Tags: patch

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: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 53571 <at> debbugs.gnu.org
Cc: 53571-done <at> debbugs.gnu.org, jgart <jgart <at> dismail.de>
Subject: [bug#53571] [PATCH] gnu: Add emacs-validate-html.
Date: Fri, 28 Jan 2022 09:19:52 +0100
Hello,

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

> * gnu/packages/emacs-xyz.scm (emacs-validate-html): New variable.

Thank you. I applied it with the changes below:

> +(define-public emacs-validate-html
> +  (let ((commit "748e874d50c3a95c61590ae293778e26de05c5f9")
> +        (revision "0"))
> +    (package
> +      (name "emacs-validate-html")
> +      (version (git-version "0.1" revision commit))

Version is actually "1.3" per main file.  I also removed `revision'
since `commit' matches the latest version bump.

I also added a comment explaining the situation.

> +      (description
> +"@command{emacs-validate-html} installs the command @command{validate-html},
> +which sends the current buffer to the World Wide Web Consortium’s HTML
> +Validator service and displays the results in a buffer in Compilation
> +mode.  Use standard Compilation commands like next-error to move through
> +the errors in the source buffer.")
> +      (license license:gpl3+))))

I removed last sentence, which belongs to the package manual rather than
its description.

Regards,
-- 
Nicolas Goaziou




This bug report was last modified 3 years and 200 days ago.

Previous Next


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