From unknown Thu Jun 19 14:02:53 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#45238 <45238@debbugs.gnu.org> To: bug#45238 <45238@debbugs.gnu.org> Subject: Status: The section [[info:guix#Invoking guix package]] contradicts itself Reply-To: bug#45238 <45238@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:02:53 +0000 retitle 45238 The section [[info:guix#Invoking guix package]] contradicts i= tself reassign 45238 guix submitter 45238 "Jorge P. de Morais Neto" severity 45238 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 14 12:06:56 2020 Received: (at submit) by debbugs.gnu.org; 14 Dec 2020 17:06:56 +0000 Received: from localhost ([127.0.0.1]:54069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1korJI-0007pX-Go for submit@debbugs.gnu.org; Mon, 14 Dec 2020 12:06:56 -0500 Received: from lists.gnu.org ([209.51.188.17]:52304) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1korJH-0007pQ-Ao for submit@debbugs.gnu.org; Mon, 14 Dec 2020 12:06:55 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53368) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1korJH-0002xN-5P for bug-guix@gnu.org; Mon, 14 Dec 2020 12:06:55 -0500 Received: from knopi.disroot.org ([178.21.23.139]:43484) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1korJD-0005d5-S1 for bug-guix@gnu.org; Mon, 14 Dec 2020 12:06:54 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 3938851C43 for ; Mon, 14 Dec 2020 18:06:46 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dWGkrCGuNrSi for ; Mon, 14 Dec 2020 18:06:44 +0100 (CET) From: "Jorge P. de Morais Neto" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1607965604; bh=ZiK77UGq7VE2kFX4rjem5IMmgynFeD67XLwi/Z+7qCc=; h=From:To:Subject:Date; b=Sp/sHwusFgmGqG3mrRK+TFVZ9ZXAOvGJmbJ5hlJfUzxZ6N4udHVtloz/2Mt9rJwHo G0uktNRLsmX1/9aPOmlQF6cQ5yIcWaL1TEXODwzNu6hXKAcrwoO3NjYzK+pQ9PIL5e wgeKT2d4SWBlb6tlwKVmGaTcLWwvJe7wXHFKXQtYOv768FoycBC1uM+HZqSPozpXT/ EnTcZjGrE4I15//w3p2txnQLawfynbkhEWsfrL85N8Fv3eSsyQtxmSLc4+erHoOJXm 1fQJzKZ8xm2s6abyYJnuitlEBhYryZ7AJOgsffZBsifTndUz5YTvaZrgcyeEdL5kjp go+R+Pd6r8RIw== To: bug-guix@gnu.org Subject: The section [[info:guix#Invoking guix package]] contradicts itself Date: Mon, 14 Dec 2020 14:06:30 -0300 Message-ID: <874kkofhbd.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=jorge+list@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) Hi. The last paragraph of [[info:guix#Invoking guix package]] says: However, note that package transformations are lost when upgrading; to preserve transformations across upgrades, you should define your own package variant in a Guile module and add it to =E2=80=98GUIX_PACKAGE_PATH=E2=80=99 (*note Defining Packages::). This contradicts the earlier information, in the same section, about `guix package -u': When upgrading, package transformations that were originally applied when creating the profile are automatically re-applied (*note Package Transformation Options::). Regards --=20 - - If an email of mine arrives at your spam box, please notify me. - Please adopt free/libre formats like PDF, ODF, Org, LaTeX, Opus, WebM and= 7z. - Free/libre software for Replicant, LineageOS and Android: https://f-droid= .org - [[https://www.gnu.org/philosophy/free-sw.html][What is free software?]] From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 10 07:39:55 2021 Received: (at 45238) by debbugs.gnu.org; 10 Jun 2021 11:39:55 +0000 Received: from localhost ([127.0.0.1]:35603 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lrJ2R-0001i8-CI for submit@debbugs.gnu.org; Thu, 10 Jun 2021 07:39:55 -0400 Received: from mail-wr1-f46.google.com ([209.85.221.46]:36575) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lrJ2M-0001hL-IS for 45238@debbugs.gnu.org; Thu, 10 Jun 2021 07:39:53 -0400 Received: by mail-wr1-f46.google.com with SMTP id e11so1944211wrg.3 for <45238@debbugs.gnu.org>; Thu, 10 Jun 2021 04:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=unj4VA5QNAUhSjbOPyTHOXvb2qoTzWaNDglqtxNbY8k=; b=FEnhTuenWlFHrqrv9s/wEQ5Qjcx9skRGBoFO+qxn+rNbUzTnqCUA1Sic7VcY7r6OPH BH+dqvOqyoqkZrT0VnDtP7pbz6kNnWWTHdVqm3Khe2ALfVvzcAcXWihd3jH6aa2Aze1T fVUfBrmkBv5Yvj3plip7H5hpNrT0mgegW3YyeG3WN6GbEhNwLJOqdbPH1zTO5Es9EylJ GXaMshukeyWMqlRR61Y/tPbVxecEz74fW0EsN40oHt4o+RpjCIcxcmsPbZ/nkfp2JF+R iUHa+futUdDZsoGk6cPesQy264vYOlgd3O9PjdukidhQZAzrdiR/Zom+JBXdUueROYW0 a/7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=unj4VA5QNAUhSjbOPyTHOXvb2qoTzWaNDglqtxNbY8k=; b=BkjtpuqQWKvmAsgQN5rTu29okQu3NBaZSDYkdJ8C6PebIIjcswohq3X4M1ckhlBAC6 XWpoCefto+3GNkOdCTofSpWgIRmEl5Q0NGla4pNSIkNwZYf+JuS6QM/xjgcCJ0B6Ha77 iPcPJBbK3xdUG1R1GUfCGENhJzHq5gJM5IdIcNHxpcyfEPCQXTfEAJXmQM0oMpbY14z6 +DL8SCUYJ9SGh8L/78NmlnUhAlXSEiDogS/Udm1NLthUfObBbOGdrDGBEIQNoYzaLBQ3 ld3895mHX/3kI506x49kNM0hEqUSMJFd7Xgiznl5SUNkJatKjNRDtIaDiJHFnDhJK1Bf +adg== X-Gm-Message-State: AOAM533yaEbAdCOwh//l8ZAaHOmGbzLJDCywhcdral4sT3lbdg1vCHqC nD/iIH7Crn8rV0PDm7+BG5eu6fGrRTw= X-Google-Smtp-Source: ABdhPJypHRVgT1tSTPVzQx4i/UYJWUY5d5TdL7WNgIl/DrL7CmCeArXbghhxGMYBKkPxx4bXTBCQ6w== X-Received: by 2002:a5d:5987:: with SMTP id n7mr4884919wri.293.1623325184732; Thu, 10 Jun 2021 04:39:44 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id p5sm3308776wrd.25.2021.06.10.04.39.43 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 04:39:44 -0700 (PDT) From: zimoun To: "Jorge P. de Morais Neto" Subject: Re: bug#45238: The section [[info:guix#Invoking guix package]] contradicts itself References: <874kkofhbd.fsf@disroot.org> Date: Thu, 10 Jun 2021 13:33:53 +0200 In-Reply-To: <874kkofhbd.fsf@disroot.org> (Jorge P. de Morais Neto's message of "Mon, 14 Dec 2020 14:06:30 -0300") Message-ID: <86zgvyhs2m.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45238 Cc: 45238@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, On Mon, 14 Dec 2020 at 14:06, "Jorge P. de Morais Neto" wrote: > Hi. The last paragraph of [[info:guix#Invoking guix package]] says: > > However, note that package transformations are lost when upgrading; > to preserve transformations across upgrades, you should define your > own package variant in a Guile module and add it to > =E2=80=98GUIX_PACKAGE_PATH=E2=80=99 (*note Defining Packages::). > > This contradicts the earlier information, in the same section, about > `guix package -u': > > When upgrading, package transformations that were originally applied > when creating the profile are automatically re-applied (*note Package > Transformation Options::). I think it is fixed with the recent version of the manual. Could you confirm? All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 07:00:09 2021 Received: (at 45238) by debbugs.gnu.org; 12 Jun 2021 11:00:09 +0000 Received: from localhost ([127.0.0.1]:40418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls1N3-0006ii-CA for submit@debbugs.gnu.org; Sat, 12 Jun 2021 07:00:09 -0400 Received: from knopi.disroot.org ([178.21.23.139]:44972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls1N0-0006hZ-Qx for 45238@debbugs.gnu.org; Sat, 12 Jun 2021 07:00:07 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 6DC8E5BEA9; Sat, 12 Jun 2021 13:00:05 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bLhcnMebQc9Z; Sat, 12 Jun 2021 13:00:04 +0200 (CEST) From: Jorge P. de Morais Neto DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1623495602; bh=obAyQyJ9oyTYVSdScm5Ro14Ho+cJFa4Aykmd205Pksk=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=GJcJpl0v8jS4NYvoX53bQemZyylbYZLWoBJhAjUUJxDcNIac7kJuI1p16wnxY7WdR 22QuiKDUB8hA+XwIGTj8u4js0xRv/aXJ0Tdn+WIzauFXFrLr8CBDDaeDcaQK6GKSQs hFZNpr3hIfS5kxSr3yqSpffYG5q1n1DEjp3Y0lgi9mBWIHQA/9EaodGUz8r8ATqb0C bOzrwOWzznHu7AjuiWmtpHEWU0ZqlaXml/331qp3M5yiyFYkISBFUOmkFg3ny2W3li fdRII1Z4O4ZqJqSd7l2dEC3ML2i5j4wMZsDUapNnMX8rwVpxi/I7pPKkWiSWu+vgr2 xAsUwYJIJfemA== To: zimoun Subject: Re: bug#45238: The section [[info:guix#Invoking guix package]] contradicts itself In-Reply-To: <86zgvyhs2m.fsf@gmail.com> References: <874kkofhbd.fsf@disroot.org> <86zgvyhs2m.fsf@gmail.com> Date: Sat, 12 Jun 2021 07:59:52 -0300 Message-ID: <87y2bf2vrr.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45238 Cc: 45238@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, Em [2021-06-10 qui 13:33:53+0200], zimoun escreveu: > I think it is fixed with the recent version of the manual. Could you > confirm? Yes, the problem I reported is fixed in the latest version of the manual. Thank you! -- - https://stallmansupport.org "In Support of Richard Stallman" - I am Brazilian. I hope my English is correct and I welcome feedback. - Free Software Supporter: https://www.fsf.org/free-software-supporter - If an email of mine arrives at your spam box, please notify me. From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 07:40:41 2021 Received: (at control) by debbugs.gnu.org; 12 Jun 2021 11:40:41 +0000 Received: from localhost ([127.0.0.1]:40438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls20H-0001SJ-7H for submit@debbugs.gnu.org; Sat, 12 Jun 2021 07:40:41 -0400 Received: from tobias.gr ([80.241.217.52]:44260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls20F-0001SA-5D for control@debbugs.gnu.org; Sat, 12 Jun 2021 07:40:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=FTg+Ge0IPuXGwnckFuaCUii1ym7cFp8xtmnyUYI1KMg=; h=date:to:from; b=Tgx nB02ZSCVMTik0Pkkeh/AWUT//Ot7RffFTi0hrmT5sDIsXWVWXtbtu8OG5XBc1eja7DBNut uLM97Hb8PUWSQGRC3EXaaoukgm+JtNPwzdETCHoP72WgGNIEY5/QIlA34N9dPakgC+x6PZ OyuhkMXKMRNU61BuL2qPKPqHhW9xxJ/HpD/i8/p+tZ+WMxf7weOfM7XZD6ZQm0S+2BT0jb uEFe/n4rAGoIoZ93t2jzTYuebXkRnizTGBLgY7aEMBhCHZfIAS7iZBcLbkgMYt815QSfUn 1eKaShR4NqEwtTXAn7ep52XS3k2QK2F07+SbLZUNLARDQwsrZARAlBOU4IA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 2eaf94bd (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO) for ; Sat, 12 Jun 2021 11:40:35 +0000 (UTC) From: Tobias Geerinckx-Rice To: control@debbugs.gnu.org BIMI-Selector: v=BIMI1; s=default; Date: Sat, 12 Jun 2021 13:41:07 +0200 Message-ID: <87wnqzxqcs.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Spam-Score: 2.0 (++) 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 45238 Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [80.241.217.52 listed in list.dnswl.org] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject 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.0 (+) close 45238 From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 14 02:52:48 2021 Received: (at 45238-done) by debbugs.gnu.org; 14 Jun 2021 06:52:48 +0000 Received: from localhost ([127.0.0.1]:44825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsgSm-0000SM-CB for submit@debbugs.gnu.org; Mon, 14 Jun 2021 02:52:48 -0400 Received: from mail-wm1-f54.google.com ([209.85.128.54]:50987) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lsgSk-0000Rz-DV for 45238-done@debbugs.gnu.org; Mon, 14 Jun 2021 02:52:46 -0400 Received: by mail-wm1-f54.google.com with SMTP id d184so11463330wmd.0 for <45238-done@debbugs.gnu.org>; Sun, 13 Jun 2021 23:52:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=RvPqMaQ8X51fItjUiJuHDy1LCGRXqmrRGTbeoWC3Yec=; b=Qwy6fcyTExVy6P+NuAvUthHMWBJvlmYuMuYzV3KZVJ+Rxre4TQUMwpz7BaT6QHvyRT ZK4mjQrOfE2Z9mYr0mrnNCO2EHOX1VAwMN8OZ0kd9iYGqXmJ7vF/X9AlH9wxJxWzLVln pPMWPQb9i5qEeWAJDD7vUhY+UI0mRQrMu2M0ZqRYyz7f0hkr5XRniLRNG6hF8i6iZEbx XPdWjycfEup9T3vwgn3vf9jI0DY4fOn2Jao+x8KfXHlCU0c9bouderIXf1e6tUISEt2Z AoZUy3xgoY+ZV45ZB8pAFpBaDZ78jbR2TnEhXceN/hweNyeTuZQb3FOBNVdlRarBt/cN 4PyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=RvPqMaQ8X51fItjUiJuHDy1LCGRXqmrRGTbeoWC3Yec=; b=Nb1k1Xf22dQhIJI5fcac2ink4iN0+8jgUIDU5hOdxE7nWY69TeYLJOXI41uK9NNL3d vn7BkbH8Eqch6cXvuWQet2ggUzV3D4OlD78SUAY8pP0M43Nx9SfbWZKfEsJn9AlTo7sL tDc3Jg1RSKl5QGIZYs8x5D6tvJvw2zVgSYu1frP6xvMV21auBiyP4LknIiM4eY1psxnP 6DrQaMwsHcO709L6R44Yttky4M6hG5kGytM8XtLc23RYrKwKMaK/cb1fuzIjPgfP7Xss /XaWoXJHq05RPuJ53VAEbVP+y4sF0mhm1ViMpApWpvFnx5tYZNUwwzd6yNtmQz1R1kt2 V9dQ== X-Gm-Message-State: AOAM533B0zLScClGHDCXZ6b6VpG4E6WauKUjFJkqRYA2kuYAscMbUGXi hi37B7EkaXjRn5Zkgp5sPvwS/7wzzjk= X-Google-Smtp-Source: ABdhPJydWlPipSVxedQg3ZsIK3GCcHlMhrenzCpBuYnvGuksQ6BpL2s40xL/+nzKa3FhsL0G8uvy+Q== X-Received: by 2002:a1c:41c5:: with SMTP id o188mr30715572wma.60.1623653560451; Sun, 13 Jun 2021 23:52:40 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id b15sm18140525wrr.27.2021.06.13.23.52.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 13 Jun 2021 23:52:40 -0700 (PDT) From: zimoun To: "Jorge P. de Morais Neto" Subject: Re: bug#45238: The section [[info:guix#Invoking guix package]] contradicts itself In-Reply-To: <87y2bf2vrr.fsf@disroot.org> References: <874kkofhbd.fsf@disroot.org> <86zgvyhs2m.fsf@gmail.com> <87y2bf2vrr.fsf@disroot.org> Date: Mon, 14 Jun 2021 08:41:40 +0200 Message-ID: <867dix0wyj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 45238-done Cc: 45238-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: -1.0 (-) Hi, On Sat, 12 Jun 2021 at 07:59, Jorge P. de Morais Neto wrote: > Yes, the problem I reported is fixed in the latest version of the > manual. Thanks, so closing. All the best, simon From unknown Thu Jun 19 14:02:53 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, 12 Jul 2021 11:24:07 +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