From unknown Fri Jun 20 05:29:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag). Resent-From: Fulbert Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Tue, 13 Sep 2022 16:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57776 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 57776@debbugs.gnu.org X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16630865376899 (code B ref -1); Tue, 13 Sep 2022 16:29:02 +0000 Received: (at submit) by debbugs.gnu.org; 13 Sep 2022 16:28:57 +0000 Received: from localhost ([127.0.0.1]:52777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY8mP-0001nD-2e for submit@debbugs.gnu.org; Tue, 13 Sep 2022 12:28:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:43738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY8mK-0001n2-I5 for submit@debbugs.gnu.org; Tue, 13 Sep 2022 12:28:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY8mK-0003ZS-D4 for bug-guile@gnu.org; Tue, 13 Sep 2022 12:28:52 -0400 Received: from vimdzmsp-sfwd02.bluewin.ch ([195.186.227.131]:44795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY8mG-000631-Pg for bug-guile@gnu.org; Tue, 13 Sep 2022 12:28:51 -0400 Received: from bluewin.ch ([213.55.244.21]) by vimdzmsp-sfwd02.bluewin.ch Swisscom AG with ESMTPA id Y8m8oBtXceioiY8m9otejK; Tue, 13 Sep 2022 18:28:42 +0200 X-Bluewin-Spam-Analysis: v=2.4 cv=bMx1nNyZ c=1 sm=1 tr=0 ts=6320afba a=okETWHrkPlANAx00SlWV7w==:117 a=IkcTkHD0fZMA:10 a=E_hH-LH7atxHMkLmBy4A:9 a=QEXdDO2ut3YA:10 X-Bluewin-Spam-Score: 0.00 X-FXIT-IP: IPv4[213.55.244.21] Epoch[1663086522] X-Bluewin-AuthAs: fulbert@bluewin.ch Date: Tue, 13 Sep 2022 18:28:40 +0200 From: Fulbert Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-CMAE-Envelope: MS4xfGF5L+WRwv3EnqNEI5rQlPyESR26/HP45SGPSNVFP+zVAfm/trcZYG/8AlKc/iXhdW+Uenh9xZCpnLFNZ9YUVzUMBu6LqLfZ4lDGHcW2gmmld67IDhgJ EkmQtr3Jbf6BqQrNSS/OZEaNdJ90xrmQsDAjUH/kYi20yVpY22YDwVQtUZTO/vNHNqW9bOD2DMWhSQ== Received-SPF: pass client-ip=195.186.227.131; envelope-from=fulbert@bluewin.ch; helo=vimdzmsp-sfwd02.bluewin.ch 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.3 (-) 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.3 (--) --- doc/ref/compiler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 27964e881..865a77607 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -1120,7 +1120,7 @@ especially in cases when we know that we can just update the intmap in place. As an example, say we have an intmap mapping the integers 1 to 100 to the integers 42 to 141. Let's say that we want to transform this map by adding 1 to each value. There is already an efficient -@code{intmap-map} procedure in the @code{(language cps utils}) module, +@code{intmap-map} procedure in the @code{(language cps utils)} module, but if we didn't know about that we might do: @example -- 2.37.3 From unknown Fri Jun 20 05:29:19 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Fulbert Subject: bug#57776: closed (Re: bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag).) Message-ID: References: <87a66ffyan.fsf@gnu.org> X-Gnu-PR-Message: they-closed 57776 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 57776@debbugs.gnu.org Date: Sat, 01 Oct 2022 13:51:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1664632262-22386-1" This is a multi-part message in MIME format... ------------=_1664632262-22386-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc = (closing paren out of @code{} tag). which was filed against the guile package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57776@debbugs.gnu.org. --=20 57776: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57776 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1664632262-22386-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57776-done) by debbugs.gnu.org; 1 Oct 2022 13:50:34 +0000 Received: from localhost ([127.0.0.1]:44027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oect0-0005oO-1C for submit@debbugs.gnu.org; Sat, 01 Oct 2022 09:50:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39636) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oecsy-0005o3-Ln for 57776-done@debbugs.gnu.org; Sat, 01 Oct 2022 09:50:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:37320) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oecst-0001Bw-Fh; Sat, 01 Oct 2022 09:50:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=1cmxjMcfvrFVecoH9p5LC3mEGtFprhW9cvmWSFdwapk=; b=r0aJh2/exVH12x5jgsLS vI7o5ZvSEPppidbvPDZuilDfgE6bSBsVI6SiiXpA70EOyW1Nza6VT1EaTTM6HnyGdgGMSNodjtqmV PZ6CF7UZDzM7yuP6UHVdAY1YeVqEsve8bMx8cn38GkIH/R9hpEPHU3nRhtkRi6OvRe9lPLsixxtW5 ZJNJ8h0VioirgjkBbdsEpxBuZuAChJMKF1CGiJRCqi5pWhkVMdiUwrTmQWSnS7ibGSh4GnqstgIW+ zro6IQuskJd840xrmBSg+kuLgAogdcVv6EnXtcQbGKaiGxHCXPuY4zuVxgEWysRXUPJpIiFcdZ27Y ZKgIs0GFNHFtYw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:65123 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oecsr-00081q-Su; Sat, 01 Oct 2022 09:50:27 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Fulbert Subject: Re: bug#57776: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag). References: Date: Sat, 01 Oct 2022 15:50:24 +0200 In-Reply-To: (fulbert@bluewin.ch's message of "Tue, 13 Sep 2022 18:28:40 +0200") Message-ID: <87a66ffyan.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 57776-done Cc: 57776-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: -3.3 (---) Applied, thanks! ------------=_1664632262-22386-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 13 Sep 2022 16:28:57 +0000 Received: from localhost ([127.0.0.1]:52777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY8mP-0001nD-2e for submit@debbugs.gnu.org; Tue, 13 Sep 2022 12:28:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:43738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oY8mK-0001n2-I5 for submit@debbugs.gnu.org; Tue, 13 Sep 2022 12:28:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57750) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY8mK-0003ZS-D4 for bug-guile@gnu.org; Tue, 13 Sep 2022 12:28:52 -0400 Received: from vimdzmsp-sfwd02.bluewin.ch ([195.186.227.131]:44795) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oY8mG-000631-Pg for bug-guile@gnu.org; Tue, 13 Sep 2022 12:28:51 -0400 Received: from bluewin.ch ([213.55.244.21]) by vimdzmsp-sfwd02.bluewin.ch Swisscom AG with ESMTPA id Y8m8oBtXceioiY8m9otejK; Tue, 13 Sep 2022 18:28:42 +0200 X-Bluewin-Spam-Analysis: v=2.4 cv=bMx1nNyZ c=1 sm=1 tr=0 ts=6320afba a=okETWHrkPlANAx00SlWV7w==:117 a=IkcTkHD0fZMA:10 a=E_hH-LH7atxHMkLmBy4A:9 a=QEXdDO2ut3YA:10 X-Bluewin-Spam-Score: 0.00 X-FXIT-IP: IPv4[213.55.244.21] Epoch[1663086522] X-Bluewin-AuthAs: fulbert@bluewin.ch Date: Tue, 13 Sep 2022 18:28:40 +0200 From: Fulbert To: bug-guile@gnu.org Subject: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag). Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-CMAE-Envelope: MS4xfGF5L+WRwv3EnqNEI5rQlPyESR26/HP45SGPSNVFP+zVAfm/trcZYG/8AlKc/iXhdW+Uenh9xZCpnLFNZ9YUVzUMBu6LqLfZ4lDGHcW2gmmld67IDhgJ EkmQtr3Jbf6BqQrNSS/OZEaNdJ90xrmQsDAjUH/kYi20yVpY22YDwVQtUZTO/vNHNqW9bOD2DMWhSQ== Received-SPF: pass client-ip=195.186.227.131; envelope-from=fulbert@bluewin.ch; helo=vimdzmsp-sfwd02.bluewin.ch 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.3 (-) 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.3 (--) --- doc/ref/compiler.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi index 27964e881..865a77607 100644 --- a/doc/ref/compiler.texi +++ b/doc/ref/compiler.texi @@ -1120,7 +1120,7 @@ especially in cases when we know that we can just update the intmap in place. As an example, say we have an intmap mapping the integers 1 to 100 to the integers 42 to 141. Let's say that we want to transform this map by adding 1 to each value. There is already an efficient -@code{intmap-map} procedure in the @code{(language cps utils}) module, +@code{intmap-map} procedure in the @code{(language cps utils)} module, but if we didn't know about that we might do: @example -- 2.37.3 ------------=_1664632262-22386-1--