From unknown Sat Aug 16 18:49:00 2025 X-Loop: help-debbugs@gnu.org Subject: bug#30703: [PATCH] Fix minor typo in PEG documentation. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sun, 04 Mar 2018 21:04:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30703 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 30703@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152019738527135 (code B ref -1); Sun, 04 Mar 2018 21:04:03 +0000 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 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-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 unknown Sat Aug 16 18:49:00 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: Arun Isaac Subject: bug#30703: closed (Re: bug#30703: [PATCH] Fix minor typo in PEG documentation.) Message-ID: References: <87lges4puq.fsf@netris.org> <20180304210230.21501-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 30703 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 30703@debbugs.gnu.org Date: Fri, 16 Mar 2018 04:18:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1521173882-3578-1" This is a multi-part message in MIME format... ------------=_1521173882-3578-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30703: [PATCH] Fix minor typo in PEG documentation. 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 30703@debbugs.gnu.org. --=20 30703: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30703 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1521173882-3578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1521173882-3578-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit 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 ------------=_1521173882-3578-1--