From unknown Sun Jun 22 17:11:01 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42351 <42351@debbugs.gnu.org> To: bug#42351 <42351@debbugs.gnu.org> Subject: Status: [PATCH] doc: Warn against using the .scm extension for the channel news file. Reply-To: bug#42351 <42351@debbugs.gnu.org> Date: Mon, 23 Jun 2025 00:11:01 +0000 retitle 42351 [PATCH] doc: Warn against using the .scm extension for the ch= annel news file. reassign 42351 guix-patches submitter 42351 Pierre Neidhardt severity 42351 normal tag 42351 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 14 04:49:12 2020 Received: (at submit) by debbugs.gnu.org; 14 Jul 2020 08:49:13 +0000 Received: from localhost ([127.0.0.1]:50128 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvGci-0004Dm-OG for submit@debbugs.gnu.org; Tue, 14 Jul 2020 04:49:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:59356) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvGcd-0004Db-Q4 for submit@debbugs.gnu.org; Tue, 14 Jul 2020 04:49:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40560) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvGcd-0005uk-Ek for guix-patches@gnu.org; Tue, 14 Jul 2020 04:49:07 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:34763) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvGca-0003kz-Qt for guix-patches@gnu.org; Tue, 14 Jul 2020 04:49:07 -0400 X-Originating-IP: 86.246.37.13 Received: from localhost.localdomain (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 565DCE0003 for ; Tue, 14 Jul 2020 08:48:59 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH] doc: Warn against using the .scm extension for the channel news file. Date: Tue, 14 Jul 2020 10:48:52 +0200 Message-Id: <20200714084852.30401-1-mail@ambrevar.xyz> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.196; envelope-from=mail@ambrevar.xyz; helo=relay4-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/14 04:48:59 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -5 X-Spam_score: -0.6 X-Spam_bar: / X-Spam_report: (-0.6 / 5.0 requ) BAYES_00=-1.9, FROM_SUSPICIOUS_NTLD=1, FROM_SUSPICIOUS_NTLD_FP=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit 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.1 (--) * doc/guix.texi (Writing Channel News): Explain the issue with using the .scm extension and possible workarounds; fix the example to use the .txt extension instead. --- doc/guix.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 17338ed764..0694ec07ca 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4340,6 +4340,12 @@ something like this: (body (en "Don't miss the @@code@{hello@} package!")))) @end lisp +While the news file is using the Scheme syntax, avoid naming it with a +@file{.scm} extension or else it will get picked up when building the +channel and yield an error since it is not a valid module. +Alternatively, you can move the channel module to a subdirectory and +store the news file in another directory. + The file consists of a list of @dfn{news entries}. Each entry is associated with a commit or tag: it describes changes made in this commit, possibly in preceding commits as well. Users see entries only @@ -4358,7 +4364,7 @@ you write news entries in English first, the command below creates a PO file containing the strings to translate: @example -xgettext -o news.po -l scheme -ken etc/news.scm +xgettext -o news.po -l scheme -ken etc/news.txt @end example To sum up, yes, you could use your channel as a blog. But beware, this -- 2.27.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 12:38:18 2020 Received: (at 42351) by debbugs.gnu.org; 21 Jul 2020 16:38:18 +0000 Received: from localhost ([127.0.0.1]:40212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxvHW-0002sN-B4 for submit@debbugs.gnu.org; Tue, 21 Jul 2020 12:38:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50666) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxvHV-0002sC-Dw for 42351@debbugs.gnu.org; Tue, 21 Jul 2020 12:38:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:60048) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jxvHP-0000NC-RN; Tue, 21 Jul 2020 12:38:11 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=55882 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jxvHO-0003qM-Fn; Tue, 21 Jul 2020 12:38:11 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pierre Neidhardt Subject: Re: [bug#42351] [PATCH] doc: Warn against using the .scm extension for the channel news file. References: <20200714084852.30401-1-mail@ambrevar.xyz> Date: Tue, 21 Jul 2020 18:38:09 +0200 In-Reply-To: <20200714084852.30401-1-mail@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 14 Jul 2020 10:48:52 +0200") Message-ID: <87mu3sn7ri.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42351 Cc: 42351@debbugs.gnu.org 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: -3.3 (---) Hi, Pierre Neidhardt skribis: > * doc/guix.texi (Writing Channel News): Explain the issue with using the = .scm > extension and possible workarounds; fix the example to use the .txt exten= sion instead. LGTM, thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 21 13:12:40 2020 Received: (at 42351) by debbugs.gnu.org; 21 Jul 2020 17:12:40 +0000 Received: from localhost ([127.0.0.1]:40263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxvom-0003iY-0T for submit@debbugs.gnu.org; Tue, 21 Jul 2020 13:12:40 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:38343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jxvoi-0003iI-OG for 42351@debbugs.gnu.org; Tue, 21 Jul 2020 13:12:38 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id D8DECE000B; Tue, 21 Jul 2020 17:12:30 +0000 (UTC) From: Pierre Neidhardt To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#42351] [PATCH] doc: Warn against using the .scm extension for the channel news file. In-Reply-To: <87mu3sn7ri.fsf@gnu.org> References: <20200714084852.30401-1-mail@ambrevar.xyz> <87mu3sn7ri.fsf@gnu.org> Date: Tue, 21 Jul 2020 19:12:28 +0200 Message-ID: <875zagdc77.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 42351 Cc: 42351@debbugs.gnu.org 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.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Should I merge? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8XIfwACgkQm9z0l6S7 zH8lIAf9EqOLJ33TiS+291wBV/fPAskdN5CVJqomVR5kgouEMUCDvbhVALhftdsz MV2/gAWJsdbVheEPVWwihCojRV0iIYrUrfp3CYoUfyDr928cJUyxtqv7dQeNWI8D pGymCHzcrtDFDVpdXuBiBEui412weoD+/ayZEWOCKCwOrxqAK3Sj+9udG8pxC/qj 5Rktw8ZO/DsTPR/+za0Yi072yJ0Fxg+9rrb0MJr2e1C8WwcLoMWaEHUJu1mS8eEc fKXGAVdEFvWM/k/EBxQ3Ogl5VtRORRU7y6OuUlPEJAXVxC2RaF/7/kQGECBSH5ex 2oA+h7IqvZvKWtWKfmAMXFI5IMIlfg== =wZXZ -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 22 06:06:24 2020 Received: (at 42351) by debbugs.gnu.org; 22 Jul 2020 10:06:25 +0000 Received: from localhost ([127.0.0.1]:41305 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyBdo-0001eF-M5 for submit@debbugs.gnu.org; Wed, 22 Jul 2020 06:06:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45562) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyBdn-0001e2-AZ for 42351@debbugs.gnu.org; Wed, 22 Jul 2020 06:06:23 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:45907) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyBdh-0004LU-0H; Wed, 22 Jul 2020 06:06:17 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58944 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jyBdf-0002zw-9Y; Wed, 22 Jul 2020 06:06:16 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Pierre Neidhardt Subject: Re: [bug#42351] [PATCH] doc: Warn against using the .scm extension for the channel news file. References: <20200714084852.30401-1-mail@ambrevar.xyz> <87mu3sn7ri.fsf@gnu.org> <875zagdc77.fsf@ambrevar.xyz> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Thermidor an 228 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 22 Jul 2020 12:06:12 +0200 In-Reply-To: <875zagdc77.fsf@ambrevar.xyz> (Pierre Neidhardt's message of "Tue, 21 Jul 2020 19:12:28 +0200") Message-ID: <87r1t3kgob.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42351 Cc: 42351@debbugs.gnu.org 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: -3.3 (---) Hi Pierre, Pierre Neidhardt skribis: > Should I merge? Yes, that=E2=80=99s what I meant by =E2=80=9CLGTM=E2=80=9D. :-) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 07:50:26 2020 Received: (at 42351) by debbugs.gnu.org; 28 Jul 2020 11:50:26 +0000 Received: from localhost ([127.0.0.1]:57471 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0O7m-00020M-45 for submit@debbugs.gnu.org; Tue, 28 Jul 2020 07:50:26 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:45225) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0O7h-000203-9E for 42351@debbugs.gnu.org; Tue, 28 Jul 2020 07:50:24 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 7EA67FF80B; Tue, 28 Jul 2020 11:50:14 +0000 (UTC) From: Pierre Neidhardt To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#42351] [PATCH] doc: Warn against using the .scm extension for the channel news file. In-Reply-To: <87r1t3kgob.fsf@gnu.org> References: <20200714084852.30401-1-mail@ambrevar.xyz> <87mu3sn7ri.fsf@gnu.org> <875zagdc77.fsf@ambrevar.xyz> <87r1t3kgob.fsf@gnu.org> Date: Tue, 28 Jul 2020 13:50:13 +0200 Message-ID: <871rkveu4q.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: 42351 Cc: 42351@debbugs.gnu.org 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.2 (/) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Done in 64e8f2ec2dc6301019a5b93a82787ea6adaf8c76. =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8gEPUACgkQm9z0l6S7 zH+e6ggAq1DAkhaFP80kxlzu3ZUQHcTShQWRS21C9MdNo5X+ETdPXzod07w9chdX MLjWEWX2xMt+SFBxiCO1BcBeTQh16o6FVZC2NS8hbD3ryxR5WN6lKXcpttaQsrbg e0KLHa3w0YW4fX3ClcHHfSlGLImq2h5+XQiGZyD+xLzeHbJ/HmjD2clVQUfqX/no gJRkhJ/1riwARgTjAge+O+jF9yZHYQMqdGVtOxR9D/wFQ9SGiwWTbIUdMu9I9iL6 qDQHjE/aQdBdopPrhq/m+lsHV4C1AMNRfMiJoB8XMRjEhtVZVc7M762bxaCWRPu7 9Pq/baNiJ6mKYyr8E3zHZFRRKgzvfg== =6faT -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 28 07:50:44 2020 Received: (at control) by debbugs.gnu.org; 28 Jul 2020 11:50:44 +0000 Received: from localhost ([127.0.0.1]:57474 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0O84-00020s-Co for submit@debbugs.gnu.org; Tue, 28 Jul 2020 07:50:44 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47963) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0O81-00020e-Dm for control@debbugs.gnu.org; Tue, 28 Jul 2020 07:50:42 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 053161C0006 for ; Tue, 28 Jul 2020 11:50:34 +0000 (UTC) Date: Tue, 28 Jul 2020 13:50:34 +0200 Message-Id: <87zh7jdfjp.fsf@ambrevar.xyz> To: control@debbugs.gnu.org From: Pierre Neidhardt Subject: control message for bug #42351 X-Spam-Score: 1.8 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 42351 quit Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.197 listed in wl.mailspike.net] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.197 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 2.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD X-Debbugs-Envelope-To: control 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: -1.2 (-) close 42351 quit From unknown Sun Jun 22 17:11:01 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 Aug 2020 11:24:06 +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