From unknown Sun Aug 10 09:46:32 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#30703 <30703@debbugs.gnu.org> To: bug#30703 <30703@debbugs.gnu.org> Subject: Status: [PATCH] Fix minor typo in PEG documentation. Reply-To: bug#30703 <30703@debbugs.gnu.org> Date: Sun, 10 Aug 2025 16:46:32 +0000 retitle 30703 [PATCH] Fix minor typo in PEG documentation. reassign 30703 guile submitter 30703 Arun Isaac severity 30703 normal tag 30703 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 04 16:03:05 2018 Received: (at submit) by debbugs.gnu.org; 4 Mar 2018 21:03:05 +0000 Received: from localhost ([127.0.0.1]:44760 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1esamf-00073b-JH for submit@debbugs.gnu.org; Sun, 04 Mar 2018 16:03:05 -0500 Received: from eggs.gnu.org ([208.118.235.92]:35970) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1esamc-000735-PB for submit@debbugs.gnu.org; Sun, 04 Mar 2018 16:03:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esamW-00052N-NV for submit@debbugs.gnu.org; Sun, 04 Mar 2018 16:02:57 -0500 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,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:42009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esamW-00052F-KJ for submit@debbugs.gnu.org; Sun, 04 Mar 2018 16:02:56 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1esamV-0006MH-HV for bug-guile@gnu.org; Sun, 04 Mar 2018 16:02:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1esamQ-0004yg-Lv for bug-guile@gnu.org; Sun, 04 Mar 2018 16:02:55 -0500 Received: from [2001:19f0:5:274f:4827:c39:448f:6777] (port=56600 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1esamQ-0004xC-2V for bug-guile@gnu.org; Sun, 04 Mar 2018 16:02:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=3LNF11gnn/Gp5CVRLMGHGnquRoiGu0XrZx6ux3t71Xg=; b=en0uwUdrtNFb72muTSQL2efbFL 6DbYTALYVgo1jBu0B+Tp++GG/H4Yk6Hdmp+iRs32TaGQHgWFxHXCn6bHBI19XSFdrhCLV3XFlEElz dUwQatvD9XPYs52UkXEtEUome32/29W2CqggjnCdBJC5oXLb6GeN5qNHTBPurz6wdgZg=; Received: from [117.192.98.54] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1esamJ-0001yn-T1; Mon, 05 Mar 2018 02:32:43 +0530 From: Arun Isaac To: bug-guile@gnu.org Subject: [PATCH] Fix minor typo in PEG documentation. Date: Mon, 5 Mar 2018 02:32:30 +0530 Message-Id: <20180304210230.21501-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac 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.1 (----) * doc/ref/api-peg.texi (PEG Internals): Fix minor typo. --- doc/ref/api-peg.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi index cbe3edd34..82e2758b4 100644 --- a/doc/ref/api-peg.texi +++ b/doc/ref/api-peg.texi @@ -1012,7 +1012,7 @@ interpreted internally in two steps. First, any string PEG is expanded into an s-expression PEG by the code in the @code{(ice-9 peg string-peg)} module. -Then, then s-expression PEG that results is compiled into a parsing +Then, the s-expression PEG that results is compiled into a parsing function by the @code{(ice-9 peg codegen)} module. In particular, the function @code{compile-peg-pattern} is called on the s-expression. It then decides what to do based on the form it is passed. -- 2.15.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 00:17:32 2018 Received: (at 30703-done) by debbugs.gnu.org; 16 Mar 2018 04:17:32 +0000 Received: from localhost ([127.0.0.1]:35637 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ewgo8-0000uz-03 for submit@debbugs.gnu.org; Fri, 16 Mar 2018 00:17:32 -0400 Received: from world.peace.net ([50.252.239.5]:47944) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ewgo6-0000ul-1y for 30703-done@debbugs.gnu.org; Fri, 16 Mar 2018 00:17:30 -0400 Received: from pool-72-93-30-18.bstnma.east.verizon.net ([72.93.30.18] helo=yeeloong) by world.peace.net with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ewgo0-0003Zm-7a; Fri, 16 Mar 2018 00:17:24 -0400 From: Mark H Weaver To: Arun Isaac Subject: Re: bug#30703: [PATCH] Fix minor typo in PEG documentation. References: <20180304210230.21501-1-arunisaac@systemreboot.net> Date: Fri, 16 Mar 2018 00:16:29 -0400 In-Reply-To: <20180304210230.21501-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 5 Mar 2018 02:32:30 +0530") Message-ID: <87lges4puq.fsf@netris.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 30703-done Cc: 30703-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 (/) Arun Isaac writes: > * doc/ref/api-peg.texi (PEG Internals): Fix minor typo. > --- > doc/ref/api-peg.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/ref/api-peg.texi b/doc/ref/api-peg.texi > index cbe3edd34..82e2758b4 100644 > --- a/doc/ref/api-peg.texi > +++ b/doc/ref/api-peg.texi > @@ -1012,7 +1012,7 @@ interpreted internally in two steps. > First, any string PEG is expanded into an s-expression PEG by the code > in the @code{(ice-9 peg string-peg)} module. > > -Then, then s-expression PEG that results is compiled into a parsing > +Then, the s-expression PEG that results is compiled into a parsing > function by the @code{(ice-9 peg codegen)} module. In particular, the > function @code{compile-peg-pattern} is called on the s-expression. It then > decides what to do based on the form it is passed. Applied in commit 01f97cfc0a2621f664202e6b19f79cf138869a3d of the stable-2.2 branch. Thanks! Mark From unknown Sun Aug 10 09:46:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 13 Apr 2018 11:24:03 +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