From unknown Fri Jun 20 09:05:45 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#57776 <57776@debbugs.gnu.org> To: bug#57776 <57776@debbugs.gnu.org> Subject: Status: [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo in doc (closing paren out of @code{} tag). Reply-To: bug#57776 <57776@debbugs.gnu.org> Date: Fri, 20 Jun 2025 16:05:45 +0000 retitle 57776 [PATCH] * doc/ref/compiler.texi (CPS Soup) : fix small typo i= n doc (closing paren out of @code{} tag). reassign 57776 guile submitter 57776 Fulbert severity 57776 normal tag 57776 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 13 12:28:57 2022 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 01 09:50:34 2022 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! From unknown Fri Jun 20 09:05:45 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 30 Oct 2022 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