From unknown Mon Jun 23 06:01: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#21064 <21064@debbugs.gnu.org> To: bug#21064 <21064@debbugs.gnu.org> Subject: Status: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option Reply-To: bug#21064 <21064@debbugs.gnu.org> Date: Mon, 23 Jun 2025 13:01:32 +0000 retitle 21064 Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read op= tion reassign 21064 guile submitter 21064 "Glenn Michaels" severity 21064 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 15 07:28:18 2015 Received: (at submit) by debbugs.gnu.org; 15 Jul 2015 11:28:19 +0000 Received: from localhost ([127.0.0.1]:49649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZFKrK-0005IH-I5 for submit@debbugs.gnu.org; Wed, 15 Jul 2015 07:28:18 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52159) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZFKrI-0005I4-OP for submit@debbugs.gnu.org; Wed, 15 Jul 2015 07:28:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFKr9-00004x-DB for submit@debbugs.gnu.org; Wed, 15 Jul 2015 07:28:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,FREEMAIL_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:60645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKr9-00004t-AR for submit@debbugs.gnu.org; Wed, 15 Jul 2015 07:28:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKr8-0008SX-9z for bug-guile@gnu.org; Wed, 15 Jul 2015 07:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFKr2-0008UI-T3 for bug-guile@gnu.org; Wed, 15 Jul 2015 07:28:06 -0400 Received: from rimon.safe-mail.net ([212.29.227.68]:54550) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFKr2-0008S7-LO for bug-guile@gnu.org; Wed, 15 Jul 2015 07:28:00 -0400 Received: by rimon.safe-mail.net with Safe-mail (Exim 4.66) (envelope-from ) id 1ZFKqM-0007pV-N3 for bug-guile@gnu.org; Wed, 15 Jul 2015 07:27:18 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=LeNRYVTILLzOKQNCbrWn2yPSmKqkfuF+l8VmbXjyObrjUuluaHPo9fXNymk0jc+W hYH/UsfuqLS+Lq6MCdW7iqd3Ph5p0DLEfYX3gNaCwVAGledqptyRO78c0MDptxkq ZvUClxU8gERuv/WAf0zHuo6/0JODz6D/n6WbUP6a0gk=; Received: from pc ([89.105.194.75]) by Safe-mail.net with https Subject: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option Date: Wed, 15 Jul 2015 07:27:13 -0400 From: "Glenn Michaels" To: bug-guile@gnu.org X-SMType: Regular X-SMRef: N1R-FLtHNF_f3l Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SMSignature: o041zzdVsvdulQZB5dFhOAQPabcwhdlgyK5vZnUZEoAiH/sdQpZSzW8t0cgEWFau a8Lt1bytES8HBnszdxJZPFDAyCtG/b/WUdnsuH18SUFmOZvjMp6I87J8580xFjW5 3G45r2hM9D86vIvVkngYsl1/j090c0H/bNfFXLCZBPU= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) The following patch fixes a typo in the guile texinfo docs, see https://bugs.debian.org/765286 for more info. --- a/doc/ref/api-data.texi +++ b/doc/ref/api-data.texi @@ -5849,7 +5849,7 @@ of the form @code{:NAME} are read as symbols, as required by R5RS. @cindex SRFI-88 keyword syntax -If the @code{keyword} read option is set to @code{'postfix}, Guile +If the @code{keywords} read option is set to @code{'postfix}, Guile recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}). Otherwise, tokens of this form are read as symbols. From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 24 03:56:58 2016 Received: (at 21064-done) by debbugs.gnu.org; 24 Jun 2016 07:56:58 +0000 Received: from localhost ([127.0.0.1]:53299 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGLz0-00010j-H9 for submit@debbugs.gnu.org; Fri, 24 Jun 2016 03:56:58 -0400 Received: from pb-sasl1.pobox.com ([64.147.108.66]:56381 helo=sasl.smtp.pobox.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bGLyy-00010b-Mp for 21064-done@debbugs.gnu.org; Fri, 24 Jun 2016 03:56:57 -0400 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 7352818CA7; Fri, 24 Jun 2016 03:56:56 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Sd7NH4dgzuMWwSvolOnrpBgkxcg=; b=VOjVTl morQzKWf0j2rfAnCMjiLi6RCpu33Wrw+Zg6Wd94CSg3bBQSgzwocKNl0LkvXlW8z 1Hx0cWHpHZuFDzjOFzJcFz26cnQM2u8Rq3cEGrXCFGZtbRCKS6Rj0Spe9L4oPVFU /hyMp3I7x1Q4OKDJmTBlLUwX/8+i8WorFmc50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=UPeamIYR5+ex21jgRaPEQlfdKfywflWq UQwv3tibJyrLF4YQtyLLBXGuOsflzAO6yPjDk13OgiGzLf8q4m9VQxrwRqyjbz1E v2pV2ikwez9pSFrcDd0ghH3XDbhkmpmX/Tk2uYwk+sO6rgEdtnRH06VFNO5aRzqZ DcDXgjBA82I= Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 5CBFF18CA4; Fri, 24 Jun 2016 03:56:56 -0400 (EDT) Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id 9630118CA2; Fri, 24 Jun 2016 03:56:55 -0400 (EDT) From: Andy Wingo To: "Glenn Michaels" Subject: Re: bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option References: Date: Fri, 24 Jun 2016 09:56:48 +0200 In-Reply-To: (Glenn Michaels's message of "Wed, 15 Jul 2015 07:27:13 -0400") Message-ID: <87d1n7hven.fsf@pobox.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 38717146-39E1-11E6-AED3-C1836462E9F6-02397024!pb-sasl1.pobox.com X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: 21064-done Cc: 21064-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.4 (-) Fixed in git. Thanks! Andy On Wed 15 Jul 2015 13:27, "Glenn Michaels" writes: > The following patch fixes a typo in the guile texinfo docs, > see https://bugs.debian.org/765286 for more info. > > --- a/doc/ref/api-data.texi > +++ b/doc/ref/api-data.texi > @@ -5849,7 +5849,7 @@ of the form @code{:NAME} are read as symbols, as required by R5RS. > > @cindex SRFI-88 keyword syntax > > -If the @code{keyword} read option is set to @code{'postfix}, Guile > +If the @code{keywords} read option is set to @code{'postfix}, Guile > recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}). > Otherwise, tokens of this form are read as symbols. From unknown Mon Jun 23 06:01: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, 22 Jul 2016 11:24:05 +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