From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 19 16:19:21 2021 Received: (at submit) by debbugs.gnu.org; 19 Aug 2021 20:19:21 +0000 Received: from localhost ([127.0.0.1]:60836 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mGoVR-0004x4-Lf for submit@debbugs.gnu.org; Thu, 19 Aug 2021 16:19:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:40894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mGoVM-0004ws-T1 for submit@debbugs.gnu.org; Thu, 19 Aug 2021 16:19:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGoVM-0007w0-KP for bug-guile@gnu.org; Thu, 19 Aug 2021 16:19:12 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:47886) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mGoVG-0002uY-1T for bug-guile@gnu.org; Thu, 19 Aug 2021 16:19:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: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=rkd381pJFgeTZjeK0BG+dwFcyAFpxOGSY9GEDOSuHoE=; b=NTMlO/IK/aBxlr02MdQkFkxCQz p+S0D3CRmWnaX3bK+dPArSh2esCFCnklSAJHONhBE027No6dGxfF7yDC2QJcv5rK1eF7Lf72yYNm7 shNHizZLkjXM5O39YmO/c98QKZbM2DzHrpYyTRRpR+Kewr9DhwdgiMuJxBs4mIzq9uewhIs2m8HGh UqtLsXiC7XtSmuDQ28aIEBNRlz0SIfNO9bIr/Las5LQay1zUtmBJEyXlULzWkYpVtCD3gF88BJTgH m41QoEGhg7LQzA8Sapc88L2X6wz8ZphhJYCQPaHV9wXtlQdOu/o15diRz4/5Pq1ds8YKnZVdwXyT0 o/5JLIYw==; Received: from [192.168.2.1] (port=6906 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mGoV8-0007HT-2i; Fri, 20 Aug 2021 01:48:58 +0530 From: Arun Isaac To: bug-guile@gnu.org Subject: [PATCH] doc: Fix typos. Date: Fri, 20 Aug 2021 01:48:47 +0530 Message-Id: <20210819201847.18988-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * doc/ref/api-foreign.texi, doc/ref/srfi-modules.texi: Fix typos. --- doc/ref/api-foreign.texi | 2 +- doc/ref/srfi-modules.texi | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi index 2bd460a88..a1a1016b0 100644 --- a/doc/ref/api-foreign.texi +++ b/doc/ref/api-foreign.texi @@ -606,7 +606,7 @@ Mutating the returned bytevector mutates the memory pointed to by @deffn {Scheme Procedure} bytevector->pointer bv [offset] @deffnx {C Function} scm_bytevector_to_pointer (bv, offset) -Return a pointer pointer aliasing the memory pointed to by @var{bv} or +Return a pointer aliasing the memory pointed to by @var{bv} or @var{offset} bytes after @var{bv} when @var{offset} is passed. @end deffn diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 2e66bafb9..e12ab8d75 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -5616,7 +5616,7 @@ since combining N of them builds @code{(- N 1)} intermediate lists. Transducers are oblivious to what kind of process they are used in, and are composable without building intermediate collections. This means we -can create a transducer that squares all even numbers: +can create a transducer that squares all odd numbers: @example (compose (tfilter odd?) (tmap (lambda (x) (* x x)))) @@ -5689,7 +5689,7 @@ reducer with result-so-far and the maybe-transformed input. A simple example is as following: @example -(list-transduce (tfilter odd?)+ '(1 2 3 4 5)). +(list-transduce (tfilter odd?) + '(1 2 3 4 5)). @end example This first returns a transducer filtering all odd @@ -5763,12 +5763,12 @@ and SRFI-158-styled generators respectively. @deffnx {Scheme Procedure} port-transduce xform f reader port @deffnx {Scheme Procedure} port-transduce xform f identity reader port -Same as @code{list-reduce} but for ports. Called without a port, it -reduces over the results of applying @var{reader} until the -EOF-object is returned, presumably to read from -@code{current-input-port}. With a port @var{reader} is applied to -@var{port} instead of without any arguments. If @var{identity} is -provided, that is used as the initial identity in the reduction. +Same as @code{list-transduce} but for ports. Called without a port, it +reduces over the results of applying @var{reader} until the EOF-object +is returned, presumably to read from @code{current-input-port}. With a +port @var{reader} is applied to @var{port} instead of without any +arguments. If @var{identity} is provided, that is used as the initial +identity in the reduction. @end deffn @@ -5844,7 +5844,7 @@ transduction. Returns a transducer that applies @var{proc} to all values. Stateless. @end deffn -@deffn tfilter pred? +@deffn {Scheme Procedure} tfilter pred? Returns a transducer that removes values for which @var{pred?} returns #f. Stateless. @@ -5889,7 +5889,7 @@ Stateful. @deffn {Scheme Procedure} tdrop-while pred? -Returns a transducer that discards the the first values for which +Returns a transducer that discards the first values for which @var{pred?} returns true. Stateful. @@ -5949,9 +5949,9 @@ Stateful. @end deffn @deffn {Scheme Procedure} tsegment n -Returns a transducer that groups @var{n} inputs in lists of @var{n} -elements. When the transduction stops, it flushes any remaining -collection, even if it contains fewer than @var{n} elements. +Returns a transducer that groups inputs into lists of @var{n} elements. +When the transduction stops, it flushes any remaining collection, even +if it contains fewer than @var{n} elements. Stateful. @end deffn @@ -6080,13 +6080,13 @@ The bytevector-u8 version of list-reduce. @end deffn @deffn {Scheme Procedure} port-reduce f identity reader port -The port version of list-reducer. It reduces over port using reader +The port version of list-reduce. It reduces over port using reader until reader returns the EOF object. @end deffn @deffn {Scheme Procedure} generator-reduce f identity gen -The port version of list-reduce. It reduces over @code{gen} until it -returns the EOF object +The generator version of list-reduce. It reduces over @code{gen} until +it returns the EOF object @end deffn @c srfi-modules.texi ends here -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 20 07:12:00 2021 Received: (at 50127) by debbugs.gnu.org; 20 Aug 2021 11:12:00 +0000 Received: from localhost ([127.0.0.1]:33037 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH2RL-0006GK-Ko for submit@debbugs.gnu.org; Fri, 20 Aug 2021 07:12:00 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:59145) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH2RI-0006G6-LP for 50127@debbugs.gnu.org; Fri, 20 Aug 2021 07:11:57 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 96D425C00F3; Fri, 20 Aug 2021 07:11:50 -0400 (EDT) Received: from imap44 ([10.202.2.94]) by compute1.internal (MEProxy); Fri, 20 Aug 2021 07:11:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veryfast.biz; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type:content-transfer-encoding; s=fm3; bh=txOfX ONGS0OrLsR9RkZtynh684EN0Y9i/vis2qHm1qk=; b=qOb2NC20BL8XosJzxa7Xn +HXHMyJv4XA0kSMwdb4wWJvD+ads7kU6J9TpOrqQzD424Nn7pEXuWkQyCl7zHW3y KqFFN2nbN3FzBvt4NmQ8mWP3BV+zv4O3Kzcn0pdEwokxWvJbD/SPMQhmQesV6dcO lra7qs7FQJnVymznv9NH14/mMa29Pfp/rGxG5qTkfDOvxnqq9Q8GhOsGbLzVTr/p PFsRqt+qwZIWp0D/Z0wQqQoVigeCJWpLa5d1VF88TRUUVg4IvbJuPIFfihqLn88f Lw6vsrZoo/g7RpcdyE7YB+pG9E62uqt9WF1DpZ02J88QIwx3ok0LbfaTmMUIau6x A== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=txOfXONGS0OrLsR9RkZtynh684EN0Y9i/vis2qHm1 qk=; b=nLoK1dS02ifdVvXzwH/WkUTFtwgOoVLK6T97XJyIpU79O0B2OBWeoyO+M QmdvAzq8ZVh1q4VIlXCN5zZsXd+WojtGFl6/reQirE7nyPSYd4Fge/btyybcrqRv n2cFyYti93H7AjTIvCLnBwx2XEMxSiikW1gSFd7xnfHh+3ZmLxnEgEvT/TI+ljpT OnClLtVc3STRg4jSszUuoF5d/RGY4gpfbEe4ta4+ImNcRfuuQPAqb7nugXFjEDUI Y4cfDvXDGoS8x/W6b6ed2mkjDaRJCwvLU5QRdPfhfdOPzJSe3EeBO+hj0X+09AMO siHx5OGhi9NeAkr3FslOI4uKScEpA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrleelgdefiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefofgggkfgjfhffhffvufgtgfesthhqredtreerjeenucfhrhhomhepnfhinhhu shgpuehjnphrnhhsthgrmhcuoehlihhnuhhsrdgsjhhorhhnshhtrghmsehvvghrhihfrg hsthdrsghiiieqnecuggftrfgrthhtvghrnheptedvueetheeukeethfduvdejleetffeu vddvueduieeuvdettdeuheehvdejieffnecuvehluhhsthgvrhfuihiivgeptdenucfrrg hrrghmpehmrghilhhfrhhomheplhhinhhushdrsghjohhrnhhsthgrmhesvhgvrhihfhgr shhtrdgsihii X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id A14FDFA0AA4; Fri, 20 Aug 2021 07:11:49 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.5.0-alpha0-1118-g75eff666e5-fm-20210816.002-g75eff666 Mime-Version: 1.0 Message-Id: <4a0a8f16-498f-4899-8e95-129c3ee0fc52@www.fastmail.com> In-Reply-To: <20210819201847.18988-1-arunisaac@systemreboot.net> References: <20210819201847.18988-1-arunisaac@systemreboot.net> Date: Fri, 20 Aug 2021 13:11:28 +0200 From: =?UTF-8?Q?Linus_Bj=C3=B6rnstam?= To: "Arun Isaac" , 50127@debbugs.gnu.org Subject: Re: bug#50127: [PATCH] doc: Fix typos. Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 50127 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.7 (-) As the author of most of the part with corrections: thank you. I am clea= ning up the reference implementation as well, so this is very welcome! --=20 Linus Bj=C3=B6rnstam On Thu, 19 Aug 2021, at 22:18, Arun Isaac wrote: > * doc/ref/api-foreign.texi, doc/ref/srfi-modules.texi: Fix typos. > --- > doc/ref/api-foreign.texi | 2 +- > doc/ref/srfi-modules.texi | 32 ++++++++++++++++---------------- > 2 files changed, 17 insertions(+), 17 deletions(-) >=20 > diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi > index 2bd460a88..a1a1016b0 100644 > --- a/doc/ref/api-foreign.texi > +++ b/doc/ref/api-foreign.texi > @@ -606,7 +606,7 @@ Mutating the returned bytevector mutates the memor= y=20 > pointed to by > =20 > @deffn {Scheme Procedure} bytevector->pointer bv [offset] > @deffnx {C Function} scm_bytevector_to_pointer (bv, offset) > -Return a pointer pointer aliasing the memory pointed to by @var{bv} or > +Return a pointer aliasing the memory pointed to by @var{bv} or > @var{offset} bytes after @var{bv} when @var{offset} is passed. > @end deffn > =20 > diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi > index 2e66bafb9..e12ab8d75 100644 > --- a/doc/ref/srfi-modules.texi > +++ b/doc/ref/srfi-modules.texi > @@ -5616,7 +5616,7 @@ since combining N of them builds @code{(- N 1)}=20 > intermediate lists. > =20 > Transducers are oblivious to what kind of process they are used in, a= nd > are composable without building intermediate collections. This means= we > -can create a transducer that squares all even numbers: > +can create a transducer that squares all odd numbers: > =20 > @example > (compose (tfilter odd?) (tmap (lambda (x) (* x x)))) > @@ -5689,7 +5689,7 @@ reducer with result-so-far and the=20 > maybe-transformed input. > A simple example is as following: > =20 > @example > -(list-transduce (tfilter odd?)+ '(1 2 3 4 5)). > +(list-transduce (tfilter odd?) + '(1 2 3 4 5)). > @end example > =20 > This first returns a transducer filtering all odd > @@ -5763,12 +5763,12 @@ and SRFI-158-styled generators respectively. > @deffnx {Scheme Procedure} port-transduce xform f reader port > @deffnx {Scheme Procedure} port-transduce xform f identity reader port > =20 > -Same as @code{list-reduce} but for ports. Called without a port, it > -reduces over the results of applying @var{reader} until the > -EOF-object is returned, presumably to read from > -@code{current-input-port}. With a port @var{reader} is applied to > -@var{port} instead of without any arguments. If @var{identity} is > -provided, that is used as the initial identity in the reduction. > +Same as @code{list-transduce} but for ports. Called without a port, = it > +reduces over the results of applying @var{reader} until the EOF-object > +is returned, presumably to read from @code{current-input-port}. With= a > +port @var{reader} is applied to @var{port} instead of without any > +arguments. If @var{identity} is provided, that is used as the initial > +identity in the reduction. > @end deffn > =20 > =20 > @@ -5844,7 +5844,7 @@ transduction. > Returns a transducer that applies @var{proc} to all values. Stateles= s. > @end deffn > =20 > -@deffn tfilter pred? > +@deffn {Scheme Procedure} tfilter pred? > Returns a transducer that removes values for which @var{pred?} return= s #f. > =20 > Stateless. > @@ -5889,7 +5889,7 @@ Stateful. > =20 > =20 > @deffn {Scheme Procedure} tdrop-while pred? > -Returns a transducer that discards the the first values for which > +Returns a transducer that discards the first values for which > @var{pred?} returns true. > =20 > Stateful. > @@ -5949,9 +5949,9 @@ Stateful. > @end deffn > =20 > @deffn {Scheme Procedure} tsegment n > -Returns a transducer that groups @var{n} inputs in lists of @var{n} > -elements. When the transduction stops, it flushes any remaining > -collection, even if it contains fewer than @var{n} elements. > +Returns a transducer that groups inputs into lists of @var{n} element= s. > +When the transduction stops, it flushes any remaining collection, even > +if it contains fewer than @var{n} elements. > =20 > Stateful. > @end deffn > @@ -6080,13 +6080,13 @@ The bytevector-u8 version of list-reduce. > @end deffn > =20 > @deffn {Scheme Procedure} port-reduce f identity reader port > -The port version of list-reducer. It reduces over port using reader > +The port version of list-reduce. It reduces over port using reader > until reader returns the EOF object. > @end deffn > =20 > @deffn {Scheme Procedure} generator-reduce f identity gen > -The port version of list-reduce. It reduces over @code{gen} until it > -returns the EOF object > +The generator version of list-reduce. It reduces over @code{gen} unt= il > +it returns the EOF object > @end deffn > =20 > @c srfi-modules.texi ends here > --=20 > 2.32.0 >=20 >=20 >=20 >=20 >=20 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 20 08:07:22 2021 Received: (at 50127) by debbugs.gnu.org; 20 Aug 2021 12:07:22 +0000 Received: from localhost ([127.0.0.1]:33095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH3Iw-0001L2-8s for submit@debbugs.gnu.org; Fri, 20 Aug 2021 08:07:22 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:46302) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mH3Iq-0001Ka-QF for 50127@debbugs.gnu.org; Fri, 20 Aug 2021 08:07:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=L0pkCNtAm1qfl+gM7fJQBJ1cmj1WTUcLQZCHmL8gHPY=; b=Xp9GehkeExbtGkhlPo0hynrRo8 stwRfB50i4jlTN9IzBOIU5AIxg4nMc3ydzZ574qvY0CcOd0dwurteYuSdxvZiaUgJEQY+ZAEh7whx ciILeEYJZNdaBTJVibNf0hPyztNRK8k8IqwoNdDkz3I/15cfUMvcKxN3TuuKScY/YNItS+bJg97VH l4Pz2CIMIKUZVcPvjNJu8xsiphpaBV+RRtNyb2MWD/aWsltHHsjfdt9ez6FPmRoTofEvOz7t3/KwQ TskwpnDQ6XWUxj/yMcVvcsuIxQFmAMGd1tR/kV54jGIZRj5rh1KSB3X/W/SjbNSW9Bi/T5dzLBpHj pYK9idsQ==; Received: from [192.168.2.1] (port=5740 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mH3In-0008xe-NX; Fri, 20 Aug 2021 17:37:13 +0530 From: Arun Isaac To: Linus =?utf-8?Q?Bj=C3=B6rnstam?= , 50127@debbugs.gnu.org Subject: Re: bug#50127: [PATCH] doc: Fix typos. In-Reply-To: <4a0a8f16-498f-4899-8e95-129c3ee0fc52@www.fastmail.com> References: <20210819201847.18988-1-arunisaac@systemreboot.net> <4a0a8f16-498f-4899-8e95-129c3ee0fc52@www.fastmail.com> Date: Fri, 20 Aug 2021 17:37:05 +0530 Message-ID: <87fsv4s4k6.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50127 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.0 (-) --=-=-= Content-Type: text/plain > As the author of most of the part with corrections: thank you. I am > cleaning up the reference implementation as well, so this is very > welcome! You're welcome! :-) I find SRFI-171 to be very useful. It has changed the way I write scheme code. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmEfmukbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzU78IAKbqqZ5zuAfJwAQgp9GX kf8BXrHkrACAQrAKlPKUcUlp4cnUHVOFJOinHCyZQtcE9Pji9AplliwSiBzNWxxd 2nm68shZMLzY2+HipXP/77C+bB0UNMTFFpT/oSEeiODuFCPJC2DViwsaNtY20h17 Yxr2RupHuCJrl9CTaIPwEJRUvND3RrQMYAPx/hu6BIWW322g6MfYxceOrh5O7vSr NhTDVNrrpiazgoFja6nbm4pSitKbkQinJh2Mq8Gxj4SX6G9sW7hqQCN1mRTmBmQG d2cmVhZpW3G19bEtCecqLZjILi2KxIX/4NtUhlofwGKbnQLn61AUsUB001WRn6Gz 7h8= =T0Tl -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 03 14:24:28 2021 Received: (at 50127-done) by debbugs.gnu.org; 3 Nov 2021 18:24:28 +0000 Received: from localhost ([127.0.0.1]:41174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1miKw0-0001EG-Jx for submit@debbugs.gnu.org; Wed, 03 Nov 2021 14:24:28 -0400 Received: from mta-10-3.privateemail.com ([198.54.127.62]:51133) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1miKvy-0001Du-7H for 50127-done@debbugs.gnu.org; Wed, 03 Nov 2021 14:24:26 -0400 Received: from mta-10.privateemail.com (localhost [127.0.0.1]) by mta-10.privateemail.com (Postfix) with ESMTP id 8EC3718000BA for <50127-done@debbugs.gnu.org>; Wed, 3 Nov 2021 14:24:20 -0400 (EDT) Received: from [192.168.1.105] (unknown [10.20.151.249]) by mta-10.privateemail.com (Postfix) with ESMTPA id 2307E18000B5 for <50127-done@debbugs.gnu.org>; Wed, 3 Nov 2021 14:24:19 -0400 (EDT) From: lloda Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: [PATCH] doc: Fix typos. Message-Id: Date: Wed, 3 Nov 2021 19:24:17 +0100 To: 50127-done@debbugs.gnu.org X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: 3.7 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Patch applied in c5f443de79d1cb16ddf34873adb185599836a91b. Thanks! Content analysis details: (3.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [198.54.127.62 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [198.54.127.62 listed in wl.mailspike.net] 3.7 FAKE_REPLY_B No description available. X-Debbugs-Envelope-To: 50127-done 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.7 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Patch applied in c5f443de79d1cb16ddf34873adb185599836a91b. Thanks! Content analysis details: (2.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [198.54.127.62 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [198.54.127.62 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 3.7 FAKE_REPLY_B No description available. Patch applied in c5f443de79d1cb16ddf34873adb185599836a91b. Thanks! From unknown Sun Jun 22 17:14: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: Thu, 02 Dec 2021 12:24:04 +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