From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 00:55:47 2022 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 05:55:47 +0000 Received: from localhost ([127.0.0.1]:54072 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCxl5-0003Eh-4w for submit@debbugs.gnu.org; Thu, 27 Jan 2022 00:55:47 -0500 Received: from lists.gnu.org ([209.51.188.17]:52684) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nCxl3-0003EZ-CK for submit@debbugs.gnu.org; Thu, 27 Jan 2022 00:55:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:60532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCxkz-0006VK-NS for guix-patches@gnu.org; Thu, 27 Jan 2022 00:55:43 -0500 Received: from mx1.dismail.de ([78.46.223.134]:45825) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nCxkx-00007j-S7 for guix-patches@gnu.org; Thu, 27 Jan 2022 00:55:41 -0500 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 30030a8a for ; Thu, 27 Jan 2022 06:55:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=20190914; bh=W5PQZIMeYkdfaL86pJ0vQ jGgi5rwdEMhmicolJtSvAQ=; b=fx4/fCnTAxvJ4RBTB1PagYlPSh0fXBK9VTERJ jT+mkOyHs621RF2hqy0Nfd/CubDIFC0I5YXS1/6FVIPIX8vdcDqsu3h36KZ7bA5r MxkTpPtnVIsF9CBe3cXnydogD+bgtisXOZhrJOYRMBC9S12Mj0/DSWiFUfK6tmEj Lj+Wv+2ZLVEMIBtN8VyU20o0wPxdcM8xp1VyDyzYQh9KPT5XhZyOv5kqF9rlEisL zVfR13NKp3VmLt8xc5T2NC4loGD5khsUIumYelP9ar99i2wHhaJkIwnHrj4Ga0rL 247U+HbVJElonunoe6hE0IUAZT/BmdS5wgiox9iKAQIX7PcsQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id e288dd82 for ; Thu, 27 Jan 2022 06:55:36 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id cc3d9fac for ; Thu, 27 Jan 2022 06:55:36 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 837566d7 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 27 Jan 2022 06:55:30 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-validate-html. Date: Thu, 27 Jan 2022 00:54:27 -0500 Message-Id: <20220127055425.18752-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.6 (/) X-Debbugs-Envelope-To: submit Cc: jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.4 (/) * gnu/packages/emacs-xyz.scm (emacs-validate-html): New variable. --- Hi, Here is another one I'm upstreaming from Guix 'R Us. all best, jgart https://whereiseveryone.srht.site gemini://whereiseveryone.srht.site gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 258c2b25b5..fa8acf47e7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -29917,6 +29917,33 @@ (define-public emacs-nasm-mode Unlike Emacs' generic ASM mode, it understands NASM-specific syntax.") (license license:unlicense))) +(define-public emacs-validate-html + (let ((commit "748e874d50c3a95c61590ae293778e26de05c5f9") + (revision "0")) + (package + (name "emacs-validate-html") + (version (git-version "0.1" revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/arthurgleckler/validate-html") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0b2b5dm85jwgkqvga23r3vfya07vxv2n7a3a6r1pxpk8asqlw41c")))) + (build-system emacs-build-system) + (home-page "https://github.com/arthurgleckler/validate-html") + (synopsis "Run the W3C HTML Validator directly from Emacs") + (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+)))) + (define-public emacs-global-tags (let ((commit "06db25d91cc8bfb5e24e02adc04de1226c7e742d") (revision "0")) -- 2.34.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 28 03:20:01 2022 Received: (at submit) by debbugs.gnu.org; 28 Jan 2022 08:20:01 +0000 Received: from localhost ([127.0.0.1]:57250 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDMUC-0003gj-Pd for submit@debbugs.gnu.org; Fri, 28 Jan 2022 03:20:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:47644) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDMUB-0003gc-92 for submit@debbugs.gnu.org; Fri, 28 Jan 2022 03:19:59 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48332) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDMUB-0004xk-1T for guix-patches@gnu.org; Fri, 28 Jan 2022 03:19:59 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:56169) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDMU9-00059U-9W for guix-patches@gnu.org; Fri, 28 Jan 2022 03:19:58 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 04E49100005; Fri, 28 Jan 2022 08:19:53 +0000 (UTC) From: Nicolas Goaziou To: jgart via Guix-patches via Subject: Re: [bug#53571] [PATCH] gnu: Add emacs-validate-html. References: <20220127055425.18752-1-jgart@dismail.de> Date: Fri, 28 Jan 2022 09:19:52 +0100 In-Reply-To: <20220127055425.18752-1-jgart@dismail.de> (jgart via Guix-patches via's message of "Thu, 27 Jan 2022 00:54:27 -0500") Message-ID: <87pmocw9uf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=217.70.178.231; envelope-from=mail@nicolasgoaziou.fr; helo=relay11.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 53571-done@debbugs.gnu.org, jgart X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, jgart via Guix-patches via 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-ht= ml}, > +which sends the current buffer to the World Wide Web Consortium=E2=80=99= 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, --=20 Nicolas Goaziou From unknown Fri Sep 12 12:57:38 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 25 Feb 2022 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator