From unknown Sun Jun 22 03:50:40 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#28805 <28805@debbugs.gnu.org> To: bug#28805 <28805@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-org-plus-contrib. Reply-To: bug#28805 <28805@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:50:40 +0000 retitle 28805 [PATCH] gnu: Add emacs-org-plus-contrib. reassign 28805 guix-patches submitter 28805 Christopher Baines severity 28805 normal tag 28805 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 13 01:45:59 2017 Received: (at submit) by debbugs.gnu.org; 13 Oct 2017 05:45:59 +0000 Received: from localhost ([127.0.0.1]:36609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2snG-0004rw-Qz for submit@debbugs.gnu.org; Fri, 13 Oct 2017 01:45:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2snD-0004rh-Ng for submit@debbugs.gnu.org; Fri, 13 Oct 2017 01:45:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2sn7-0001L9-OT for submit@debbugs.gnu.org; Fri, 13 Oct 2017 01:45:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:55826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2sn7-0001L0-L8 for submit@debbugs.gnu.org; Fri, 13 Oct 2017 01:45:49 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53992) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2sn6-0008M2-B8 for guix-patches@gnu.org; Fri, 13 Oct 2017 01:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2sn1-0001J1-Fw for guix-patches@gnu.org; Fri, 13 Oct 2017 01:45:48 -0400 Received: from mira.cbaines.net ([2a01:7e00::f03c:91ff:fe69:8da9]:41059) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2sn1-0001Io-AW for guix-patches@gnu.org; Fri, 13 Oct 2017 01:45:43 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 9AB5C154C78; Fri, 13 Oct 2017 06:45:42 +0100 (BST) Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 5E232154C77 for ; Fri, 13 Oct 2017 06:45:42 +0100 (BST) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id b31725cb for ; Fri, 13 Oct 2017 05:45:42 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-org-plus-contrib. Date: Fri, 13 Oct 2017 06:45:42 +0100 Message-Id: <20171013054542.2032-1-mail@cbaines.net> X-Mailer: git-send-email 2.14.2 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) 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: -4.0 (----) * gnu/packages/emacs.scm (emacs-org-plus-contrib): New variable. --- gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index b29436154..de2b89370 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4005,6 +4005,30 @@ also is an authoring system with unique support for literate programming and reproducible research.") (license license:gpl3+))) +(define-public emacs-org-plus-contrib + (package + (name "emacs-org-plus-contrib") + (version "20170917") + (source (origin + (method url-fetch) + (uri (string-append "http://orgmode.org/elpa/org-plus-contrib-" + version ".tar")) + (sha256 + (base32 + "1ya4kah8kg13ka3gpsw8hn6y8358843g986p1bgw5w77n9bgbwsl")))) + (build-system emacs-build-system) + (home-page "http://orgmode.org/") + (synopsis "Outline-based notes management and organizer (with contrib files)") + (description "Org is an Emacs mode for keeping notes, maintaining TODO +lists, and project planning with a fast and effective plain-text system. It +also is an authoring system with unique support for literate programming and +reproducible research. + +This package includes all the functionality of the @code{emacs-org} package, +plus all files that you would find in @file{contrib/} from the git +repository.") + (license license:gpl3+))) + (define-public emacs-flx (package (name "emacs-flx") -- 2.14.2 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 13 01:46:41 2017 Received: (at control) by debbugs.gnu.org; 13 Oct 2017 05:46:41 +0000 Received: from localhost ([127.0.0.1]:36614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2snx-0004tt-4R for submit@debbugs.gnu.org; Fri, 13 Oct 2017 01:46:41 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:54578 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2snv-0004tl-Kf for control@debbugs.gnu.org; Fri, 13 Oct 2017 01:46:40 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id AFECE154C78; Fri, 13 Oct 2017 06:46:38 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 7E020154C77 for ; Fri, 13 Oct 2017 06:46:38 +0100 (BST) Received: from giedi (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 939a9b36 for ; Fri, 13 Oct 2017 05:46:38 +0000 (UTC) Date: Fri, 13 Oct 2017 06:46:38 +0100 Message-Id: <8760bjd2gx.fsf@cbaines.net> To: control@debbugs.gnu.org From: Christopher Baines Subject: control message for bug #28805 X-Spam-Score: -0.0 (/) 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: -0.0 (/) block 28805 by 28787 From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 13 17:42:38 2017 Received: (at 28805) by debbugs.gnu.org; 13 Oct 2017 21:42:38 +0000 Received: from localhost ([127.0.0.1]:38553 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e37j4-0007gW-Fl for submit@debbugs.gnu.org; Fri, 13 Oct 2017 17:42:38 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:54564) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e37j2-0007gO-JD for 28805@debbugs.gnu.org; Fri, 13 Oct 2017 17:42:37 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 203F3F024; Fri, 13 Oct 2017 23:42:37 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id pUbP-d9qMk5J; Fri, 13 Oct 2017 23:42:36 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 11749DD2A; Fri, 13 Oct 2017 23:42:35 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Christopher Baines Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. References: <20171013054542.2032-1-mail@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 22 =?utf-8?Q?Vend=C3=A9miaire?= an 226 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: Fri, 13 Oct 2017 23:42:34 +0200 In-Reply-To: <20171013054542.2032-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 13 Oct 2017 06:45:42 +0100") Message-ID: <87shemybat.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 28805 Cc: 28805@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: 1.0 (+) Christopher Baines skribis: > * gnu/packages/emacs.scm (emacs-org-plus-contrib): New variable. [...] > +This package includes all the functionality of the @code{emacs-org} pack= age, > +plus all files that you would find in @file{contrib/} from the git > +repository.") I=E2=80=99m sorry to ask ;-), but would it be an option to have a separate =E2=80=98emacs-contrib=E2=80=99 package instead? That way people could ins= tall emacs-org, and optionally emacs-contrib on top of it. If not, this package if perfectly fine. Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 15 15:05:23 2017 Received: (at 28805) by debbugs.gnu.org; 15 Oct 2017 19:05:23 +0000 Received: from localhost ([127.0.0.1]:41925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3oDz-0000Cl-HC for submit@debbugs.gnu.org; Sun, 15 Oct 2017 15:05:23 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:56159 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3oDw-0000Cc-Vp for 28805@debbugs.gnu.org; Sun, 15 Oct 2017 15:05:21 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 7508E14766D; Sun, 15 Oct 2017 20:05:19 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 56A5E14766A; Sun, 15 Oct 2017 20:05:18 +0100 (BST) Date: Sun, 15 Oct 2017 20:05:17 +0100 From: Christopher Baines To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. Message-ID: <20171015200517.253789a0@cbaines.net> In-Reply-To: <87shemybat.fsf@gnu.org> References: <20171013054542.2032-1-mail@cbaines.net> <87shemybat.fsf@gnu.org> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/Xv09BzAu.6/ADpXbXLKF3Q+"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28805 Cc: 28805@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.0 (/) --Sig_/Xv09BzAu.6/ADpXbXLKF3Q+ Content-Type: multipart/mixed; boundary="MP_/3/N1tSNFZ42NvhZbzBlNC3u" --MP_/3/N1tSNFZ42NvhZbzBlNC3u Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Fri, 13 Oct 2017 23:42:34 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Christopher Baines skribis: >=20 > > * gnu/packages/emacs.scm (emacs-org-plus-contrib): New variable. =20 >=20 > [...] >=20 > > +This package includes all the functionality of the @code{emacs-org} pa= ckage, > > +plus all files that you would find in @file{contrib/} from the git > > +repository.") =20 >=20 > I=E2=80=99m sorry to ask ;-), but would it be an option to have a separate > =E2=80=98emacs-contrib=E2=80=99 package instead? That way people could i= nstall > emacs-org, and optionally emacs-contrib on top of it. No problem, I had a similar thought when I was first figuring out what this contrib thing was. I've attached my attempt at making an emacs-org-contrib package. Which binds it to the emacs-org package, propagates emacs-org, as well as deleting all the files included within the emacs-org package. Thanks for taking a look, Chris --MP_/3/N1tSNFZ42NvhZbzBlNC3u Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-Add-emacs-org-contrib.patch =46rom 2c5b66bf198ae77047e7c3d4e5631b10e90981eb Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 11 Oct 2017 14:46:47 +0100 Subject: [PATCH] gnu: Add emacs-org-contrib. * gnu/packages/emacs.scm (emacs-org-contrib): New variable. --- gnu/packages/emacs.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7661855a8..7a97a5471 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4099,6 +4099,49 @@ also is an authoring system with unique support for = literate programming and reproducible research.") (license license:gpl3+))) =20 +(define-public emacs-org-contrib + (package + (inherit emacs-org) + (name "emacs-org-contrib") + (source (origin + (method url-fetch) + (uri (string-append "http://orgmode.org/elpa/org-plus-contri= b-" + (package-version emacs-org) ".tar")) + (sha256 + (base32 + "1ya4kah8kg13ka3gpsw8hn6y8358843g986p1bgw5w77n9bgbwsl")))) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'install 'delete-org-files + (lambda* (#:key inputs outputs #:allow-other-keys) + (use-modules (ice-9 ftw)) + (let ((out (assoc-ref outputs "out"))) + (for-each + (lambda (file) + (if (and (not (string-prefix? "." file)) + (file-exists? file)) + (delete-file + (string-append + out + "/share/emacs/site-lisp/guix.d/org-contrib-" + ,(package-version emacs-org) + "/" + file)))) + (scandir + (string-append + (assoc-ref inputs "emacs-org") + "/share/emacs/site-lisp/guix.d/org-" + ,(package-version emacs-org)))))))))) + (propagated-inputs + `(("emacs-org" ,emacs-org))) + (synopsis "Contributed packages to Org-mode") + (description "Org is an Emacs mode for keeping notes, maintaining TODO +lists, and project planning with a fast and effective plain-text system. + +This package includes additional files that you would find in @file{contri= b/} +from the git repository."))) + (define-public emacs-flx (package (name "emacs-flx") --=20 2.14.2 --MP_/3/N1tSNFZ42NvhZbzBlNC3u-- --Sig_/Xv09BzAu.6/ADpXbXLKF3Q+ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlnjsW1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xd3HBAAlJGPD/pqy3TSiC6eNw4izbzfcspP78QrY6I3AFUHU1pTuX+qyePq5yVr JJlTa/0FecgdWV+gYzEwEz0VS2GvjUNTIUQrSTv/bFGsnhKd87r7SVfsGZ1jkRnf eB0yU5LaSuSPI5tMhVEoBLzeFBtDwsC6P2JbZz9vAARkx1S5KpTMQ1QIxQeBBd4K Iw56d2BnB2idgPUZ8pONHFuowHcUT79Q7dNpJTSGY2ssfklPYwqz32axlfddcYxG bAI4gOotL/W7sgIyPhNokgAu86e+PiWS2Eo0BI9CamZ3CNk1E3BalPiJ1b+nV544 vxM17ZVoLHMyegfMZnSvrekgTCnJhgYIaiutKqvdPpNuvXCvscoWyBiMmxb8JIGr B22x43sMrvqkyFudQJORe1ObHuYPc8MCbcURwEpPjM5PQvQksC6VzjYo5F3/vhwD 0KBq2Uj0wab1BMf4AjRXFYObCmP9ACGIGKfT3g3n8FC/7lPdXLt22AQFKZ0Ih7wF lqTRNEQrst3AtynusPVP8TimXEHwosnTBcHBiCEcplymFz5eaMiljhkF7BSyu8V5 FayZa3D4suQN0K5no/43Go7bRp/YWn+0euL+ihdjzDE/L9tRTNn4tCs3DMgrwOgp V0UPg6Kayf+pJv60EIQPkvlbFdHYopOmjoxtEWgYlZ5k3fWHJZ4= =oaLM -----END PGP SIGNATURE----- --Sig_/Xv09BzAu.6/ADpXbXLKF3Q+-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 15 15:44:37 2017 Received: (at 28805) by debbugs.gnu.org; 15 Oct 2017 19:44:37 +0000 Received: from localhost ([127.0.0.1]:41969 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3opx-0001Ec-6l for submit@debbugs.gnu.org; Sun, 15 Oct 2017 15:44:37 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:59647) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3opu-0001EQ-OU for 28805@debbugs.gnu.org; Sun, 15 Oct 2017 15:44:35 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 44A3F46E8; Sun, 15 Oct 2017 21:44:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZGf7BhMGFHzE; Sun, 15 Oct 2017 21:44:34 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:6a6c:dc17:fc02:cfda]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D70B493B; Sun, 15 Oct 2017 21:44:33 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Christopher Baines Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. References: <20171013054542.2032-1-mail@cbaines.net> <87shemybat.fsf@gnu.org> <20171015200517.253789a0@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 =?utf-8?Q?Vend=C3=A9miaire?= an 226 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: Sun, 15 Oct 2017 21:44:29 +0200 In-Reply-To: <20171015200517.253789a0@cbaines.net> (Christopher Baines's message of "Sun, 15 Oct 2017 20:05:17 +0100") Message-ID: <877evwurfm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 28805 Cc: 28805@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: 1.0 (+) Hi! Christopher Baines skribis: > On Fri, 13 Oct 2017 23:42:34 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: [...] >> I=E2=80=99m sorry to ask ;-), but would it be an option to have a separa= te >> =E2=80=98emacs-contrib=E2=80=99 package instead? That way people could = install >> emacs-org, and optionally emacs-contrib on top of it. > > No problem, I had a similar thought when I was first figuring out what > this contrib thing was. > > I've attached my attempt at making an emacs-org-contrib package. Which > binds it to the emacs-org package, propagates emacs-org, as well as > deleting all the files included within the emacs-org package. [...] > From 2c5b66bf198ae77047e7c3d4e5631b10e90981eb Mon Sep 17 00:00:00 2001 > From: Christopher Baines > Date: Wed, 11 Oct 2017 14:46:47 +0100 > Subject: [PATCH] gnu: Add emacs-org-contrib. > > * gnu/packages/emacs.scm (emacs-org-contrib): New variable. > --- > gnu/packages/emacs.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 7661855a8..7a97a5471 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -4099,6 +4099,49 @@ also is an authoring system with unique support fo= r literate programming and > reproducible research.") > (license license:gpl3+))) >=20=20 > +(define-public emacs-org-contrib > + (package > + (inherit emacs-org) > + (name "emacs-org-contrib") > + (source (origin > + (method url-fetch) > + (uri (string-append "http://orgmode.org/elpa/org-plus-cont= rib-" > + (package-version emacs-org) ".tar")) > + (sha256 > + (base32 > + "1ya4kah8kg13ka3gpsw8hn6y8358843g986p1bgw5w77n9bgbwsl"))= )) > + (arguments > + `(#:phases > + (modify-phases %standard-phases > + (add-after 'install 'delete-org-files > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (use-modules (ice-9 ftw)) Please use #:modules instead of this inner =E2=80=98use-modules=E2=80=99 fo= rm (it has wacky semantic and could be deprecated in the future.) > + (let ((out (assoc-ref outputs "out"))) > + (for-each > + (lambda (file) > + (if (and (not (string-prefix? "." file)) > + (file-exists? file)) > + (delete-file > + (string-append > + out > + "/share/emacs/site-lisp/guix.d/org-contrib-" > + ,(package-version emacs-org) > + "/" > + file)))) > + (scandir > + (string-append > + (assoc-ref inputs "emacs-org") > + "/share/emacs/site-lisp/guix.d/org-" > + ,(package-version emacs-org)))))))))) For clarity, what about first buildign up the list of files to delete, and then actually deleting them? (let* (=E2=80=A6 (org+contrib (map basename (find-files out))) (org (map basename (find-files org))) (duplicates (lset-intersection string=3D? org+contrib org))) (with-directory-excursion (string-append out =E2=80=A6) (for-each delete-file duplicates)) #t) WDYT? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 15 16:11:28 2017 Received: (at 28805) by debbugs.gnu.org; 15 Oct 2017 20:11:28 +0000 Received: from localhost ([127.0.0.1]:42015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3pFw-0001xf-G8 for submit@debbugs.gnu.org; Sun, 15 Oct 2017 16:11:28 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:56200 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3pFu-0001xV-Eh for 28805@debbugs.gnu.org; Sun, 15 Oct 2017 16:11:26 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 708A9147676; Sun, 15 Oct 2017 21:11:25 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id 508E614766D; Sun, 15 Oct 2017 21:11:24 +0100 (BST) Date: Sun, 15 Oct 2017 21:11:23 +0100 From: Christopher Baines To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. Message-ID: <20171015211123.08bbae84@cbaines.net> In-Reply-To: <877evwurfm.fsf@gnu.org> References: <20171013054542.2032-1-mail@cbaines.net> <87shemybat.fsf@gnu.org> <20171015200517.253789a0@cbaines.net> <877evwurfm.fsf@gnu.org> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/ag+T.3uDt_bnH0yvw3XwfyV"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28805 Cc: 28805@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.0 (/) --Sig_/ag+T.3uDt_bnH0yvw3XwfyV Content-Type: multipart/mixed; boundary="MP_/Kq+Q.OBdiRWcwjsi.HG38FB" --MP_/Kq+Q.OBdiRWcwjsi.HG38FB Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sun, 15 Oct 2017 21:44:29 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > > +(define-public emacs-org-contrib > > + (package > > + (inherit emacs-org) > > + (name "emacs-org-contrib") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append "http://orgmode.org/elpa/org-plus-co= ntrib-" > > + (package-version emacs-org) ".tar")) > > + (sha256 > > + (base32 > > + "1ya4kah8kg13ka3gpsw8hn6y8358843g986p1bgw5w77n9bgbwsl"= )))) > > + (arguments > > + `(#:phases > > + (modify-phases %standard-phases > > + (add-after 'install 'delete-org-files > > + (lambda* (#:key inputs outputs #:allow-other-keys) > > + (use-modules (ice-9 ftw)) =20 >=20 > Please use #:modules instead of this inner =E2=80=98use-modules=E2=80=99 = form (it has > wacky semantic and could be deprecated in the future.) >=20 > > + (let ((out (assoc-ref outputs "out"))) > > + (for-each > > + (lambda (file) > > + (if (and (not (string-prefix? "." file)) > > + (file-exists? file)) > > + (delete-file > > + (string-append > > + out > > + "/share/emacs/site-lisp/guix.d/org-contrib-" > > + ,(package-version emacs-org) > > + "/" > > + file)))) > > + (scandir > > + (string-append > > + (assoc-ref inputs "emacs-org") > > + "/share/emacs/site-lisp/guix.d/org-" > > + ,(package-version emacs-org)))))))))) =20 >=20 > For clarity, what about first buildign up the list of files to delete, > and then actually deleting them? >=20 > (let* (=E2=80=A6 > (org+contrib (map basename (find-files out))) > (org (map basename (find-files org))) > (duplicates (lset-intersection string=3D? org+contrib org))) > (with-directory-excursion (string-append out =E2=80=A6) > (for-each delete-file duplicates)) > #t) >=20 > WDYT? That is nice :) I've attached an updated patch. --MP_/Kq+Q.OBdiRWcwjsi.HG38FB Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-gnu-Add-emacs-org-contrib.patch =46rom 43ad9a4e6db6f4f94d2b2f63cbd9b729f5d4e607 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 11 Oct 2017 14:46:47 +0100 Subject: [PATCH] gnu: Add emacs-org-contrib. * gnu/packages/emacs.scm (emacs-org-contrib): New variable. --- gnu/packages/emacs.scm | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7661855a8..6e9c2a19d 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm @@ -4099,6 +4099,49 @@ also is an authoring system with unique support for = literate programming and reproducible research.") (license license:gpl3+))) =20 +(define-public emacs-org-contrib + (package + (inherit emacs-org) + (name "emacs-org-contrib") + (source (origin + (method url-fetch) + (uri (string-append "http://orgmode.org/elpa/org-plus-contri= b-" + (package-version emacs-org) ".tar")) + (sha256 + (base32 + "1ya4kah8kg13ka3gpsw8hn6y8358843g986p1bgw5w77n9bgbwsl")))) + (arguments + `(#:modules ((guix build emacs-build-system) + (guix build utils) + (guix build emacs-utils) + (ice-9 ftw) + (srfi srfi-1)) + #:phases + (modify-phases %standard-phases + (add-after 'install 'delete-org-files + (lambda* (#:key inputs outputs #:allow-other-keys) + (let* ((out (assoc-ref outputs "out")) + (org (assoc-ref inputs "emacs-org")) + (contrib-files + (map basename (find-files out))) + (org+contrib-files + (map basename (find-files org))) + (duplicates (lset-intersection + string=3D? contrib-files org+contrib-file= s))) + (with-directory-excursion + (string-append + out "/share/emacs/site-lisp/guix.d/org-contrib-" + ,(package-version emacs-org)) + (for-each delete-file duplicates)))))))) + (propagated-inputs + `(("emacs-org" ,emacs-org))) + (synopsis "Contributed packages to Org-mode") + (description "Org is an Emacs mode for keeping notes, maintaining TODO +lists, and project planning with a fast and effective plain-text system. + +This package is equivilent to org-plus-contrib, but only includes addition= al +files that you would find in @file{contrib/} from the git repository."))) + (define-public emacs-flx (package (name "emacs-flx") --=20 2.14.2 --MP_/Kq+Q.OBdiRWcwjsi.HG38FB-- --Sig_/ag+T.3uDt_bnH0yvw3XwfyV Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlnjwOtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9Xcp5w//Vyp3Lp+HwCDrGm+0QC3aQI5/0ye1NLM1V3rcF1O56WhxPqG8ubV6zceU ZD/Qw13pt/nPRktlqS5ktksRVJ6oPe09hkR12x+1dZ4RRKhAEH5RgXFM8Bypl/q+ cU05MdZz7QGgfPEeNzF0hDs2GYtSUBcqh1B1aZU7YtJL7TB9OQNGpXDySk54kIc8 Fv4MZ2v0mX8KquQJfxc/UlIsq22Mg65vXXz8LAmgX9MgABT6HQfGs3KhfwGuUYbP HgCd3aRwe8+dlBVC/zukkLe5rwzVeKs57kEnqEDvBil/Fk67baB7fcCQpbtyInA2 Qj8wklFOBnYfh2MP9KIksqB3e1qF+ALkrg0QhRLxaxmm/HGW75xP5z9QEqcprMCd zlXNb02z8kBlR7YkadoBbFq3qMdnsNdNZah2w2E9L6Dw1a/aHFq2mTYvF1W4XKUO KCxFTbnYdq1sel52PMi68RlPbOPV/q2ZHppoJrhhwJHdmFRx29pfvxc/Rv9mkTKj UNRHNcVi0P0QoNBV+LASM4ULaIOtlB7G2ApFMfQCSbHxFNnCl0EjdBes4UwALGPe 6Xry+hAM8PyQWp15sUKHUga0TiPRSqQW/v/03cWMgi/G57iESXOFpncDKU2KK1ZG E77FQj3lxQpJ4T1MfzS3MU00ketRBaTHJazb3PSixf+5D26LSHc= =enMZ -----END PGP SIGNATURE----- --Sig_/ag+T.3uDt_bnH0yvw3XwfyV-- From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 16 03:28:02 2017 Received: (at 28805) by debbugs.gnu.org; 16 Oct 2017 07:28:02 +0000 Received: from localhost ([127.0.0.1]:42375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3zof-0007VJ-Ui for submit@debbugs.gnu.org; Mon, 16 Oct 2017 03:28:02 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:60477) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e3zoe-0007V8-ME for 28805@debbugs.gnu.org; Mon, 16 Oct 2017 03:28:01 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id F181EF088; Mon, 16 Oct 2017 09:27:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UUpOSH1azwtE; Mon, 16 Oct 2017 09:27:59 +0200 (CEST) Received: from ribbon (unknown [193.50.110.215]) by hera.aquilenet.fr (Postfix) with ESMTPSA id E4DCDDFE7; Mon, 16 Oct 2017 09:27:58 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Christopher Baines Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. References: <20171013054542.2032-1-mail@cbaines.net> <87shemybat.fsf@gnu.org> <20171015200517.253789a0@cbaines.net> <877evwurfm.fsf@gnu.org> <20171015211123.08bbae84@cbaines.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Vend=C3=A9miaire?= an 226 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: Mon, 16 Oct 2017 09:27:57 +0200 In-Reply-To: <20171015211123.08bbae84@cbaines.net> (Christopher Baines's message of "Sun, 15 Oct 2017 21:11:23 +0100") Message-ID: <87inffimbm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 28805 Cc: 28805@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: 1.0 (+) Hi! Christopher Baines skribis: > From 43ad9a4e6db6f4f94d2b2f63cbd9b729f5d4e607 Mon Sep 17 00:00:00 2001 > From: Christopher Baines > Date: Wed, 11 Oct 2017 14:46:47 +0100 > Subject: [PATCH] gnu: Add emacs-org-contrib. > > * gnu/packages/emacs.scm (emacs-org-contrib): New variable. [...] > + (modify-phases %standard-phases > + (add-after 'install 'delete-org-files > + (lambda* (#:key inputs outputs #:allow-other-keys) > + (let* ((out (assoc-ref outputs "out")) > + (org (assoc-ref inputs "emacs-org")) > + (contrib-files > + (map basename (find-files out))) > + (org+contrib-files > + (map basename (find-files org))) > + (duplicates (lset-intersection > + string=3D? contrib-files org+contrib-fi= les))) > + (with-directory-excursion > + (string-append > + out "/share/emacs/site-lisp/guix.d/org-contrib-" > + ,(package-version emacs-org)) > + (for-each delete-file duplicates)))))))) Awesome. Just return #t and we=E2=80=99re done. :-) Thank you! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 16 03:41:00 2017 Received: (at 28805-done) by debbugs.gnu.org; 16 Oct 2017 07:41:00 +0000 Received: from localhost ([127.0.0.1]:42409 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e401E-0007qE-Fi for submit@debbugs.gnu.org; Mon, 16 Oct 2017 03:41:00 -0400 Received: from li622-129.members.linode.com ([212.71.249.129]:56398 helo=mira.cbaines.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e401B-0007q5-Tr for 28805-done@debbugs.gnu.org; Mon, 16 Oct 2017 03:40:58 -0400 Received: by mira.cbaines.net (Postfix, from userid 113) id 0C3CD147682; Mon, 16 Oct 2017 08:40:57 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (cpc102582-walt20-2-0-cust14.13-2.cable.virginm.net [86.27.34.15]) by mira.cbaines.net (Postfix) with ESMTPSA id A6741147680; Mon, 16 Oct 2017 08:40:56 +0100 (BST) Date: Mon, 16 Oct 2017 08:40:55 +0100 From: Christopher Baines To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Subject: Re: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. Message-ID: <20171016084055.02cb9ebc@cbaines.net> In-Reply-To: <87inffimbm.fsf@gnu.org> References: <20171013054542.2032-1-mail@cbaines.net> <87shemybat.fsf@gnu.org> <20171015200517.253789a0@cbaines.net> <877evwurfm.fsf@gnu.org> <20171015211123.08bbae84@cbaines.net> <87inffimbm.fsf@gnu.org> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/HTTuhszgWk=wz_3+gqC6VZG"; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 28805-done Cc: 28805-done@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.0 (/) --Sig_/HTTuhszgWk=wz_3+gqC6VZG Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 16 Oct 2017 09:27:57 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Hi! >=20 > Christopher Baines skribis: >=20 > > From 43ad9a4e6db6f4f94d2b2f63cbd9b729f5d4e607 Mon Sep 17 00:00:00 2001 > > From: Christopher Baines > > Date: Wed, 11 Oct 2017 14:46:47 +0100 > > Subject: [PATCH] gnu: Add emacs-org-contrib. > > > > * gnu/packages/emacs.scm (emacs-org-contrib): New variable. =20 >=20 > [...] >=20 > > + (modify-phases %standard-phases > > + (add-after 'install 'delete-org-files > > + (lambda* (#:key inputs outputs #:allow-other-keys) > > + (let* ((out (assoc-ref outputs "out")) > > + (org (assoc-ref inputs "emacs-org")) > > + (contrib-files > > + (map basename (find-files out))) > > + (org+contrib-files > > + (map basename (find-files org))) > > + (duplicates (lset-intersection > > + string=3D? contrib-files org+contrib-= files))) > > + (with-directory-excursion > > + (string-append > > + out "/share/emacs/site-lisp/guix.d/org-contrib-" > > + ,(package-version emacs-org)) > > + (for-each delete-file duplicates)))))))) =20 >=20 > Awesome. Just return #t and we=E2=80=99re done. :-) >=20 > Thank you! Great, I've now added #t, and pushed this. Thanks for reviewing :) --Sig_/HTTuhszgWk=wz_3+gqC6VZG Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEPonu50WOcg2XVOCyXiijOwuE9XcFAlnkYodfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcACgkQXiijOwuE 9XeT9g/+M2BI2CvtC8/M22LPBarkQEU6gOv5ZYhefK8GlAq8cuMfJS0MQ/GKR4zS q9sOHowsmYdtAin55Q4FfJCi4E9YGvK6NSrJSNSq2EE5TFOY7lnkQxBixecsHhKm w0F34jV+9iUWmY9NIXq+vF0G91tVCV1CEteWn1DF4iiofO1Gi9CS5Rd/TTE43twE QD6LXzMe1sm04bNEbjuIXi+unAanx8gYoO9hRCNmJn3HllxQhbU7ZZfUmkSPdsDL Po7BNuapA6tOESatta6YsknzGXouD4EbLnxo0n5ofT+LeH8KQ3bebeQFj41UjLt7 atGpqauvjua7LJ45u4xL9dBu+8nkZ5QjCPPDLVPK5q7x48Yo7w+CM0LVVTqba9EQ 0+iHusmzK7AinXlUmpyxuzWUP2W/OWYJf7d0/wplHmKHA07+D6SwxzeX2z1W307i IwQ/B9NzrDPv21odWZF/sFG6zMrFYi3DvzrR3gy/HQtDLf1WexYwQK4Un3Mzgp6v TGFuCzGw90blWMEiKQxFg0OPdH5To7uMsNHU2pXdN2yp0/w1DmI/QD4hwzCwUYqj ru3nJe9Fo3SfJEcxwHybnA7dkNbtCIGJ5rP/oyVSlirgQgKFrEez1t5YPXzv9f7g 4QtkjExF+H/PSB1JqyiMvdG3SsEZdWkqAbTesuK+/Gwp4dBSsT0= =cwcM -----END PGP SIGNATURE----- --Sig_/HTTuhszgWk=wz_3+gqC6VZG-- From unknown Sun Jun 22 03:50:40 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 13 Nov 2017 12:24:04 +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