From unknown Mon Jun 23 13:15:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 Resent-From: David Kastrup Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 11 Oct 2013 08:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 15586 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 15586@debbugs.gnu.org Cc: David Kastrup X-Debbugs-Original-To: bug-guile@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.138147960013177 (code B ref -1); Fri, 11 Oct 2013 08:20:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Oct 2013 08:20:00 +0000 Received: from localhost ([127.0.0.1]:42458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUXx0-0003QR-Jg for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59275) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUXwy-0003QK-RZ for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUXwx-0001lQ-LW for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwx-0001lM-IA for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXww-0001Rk-9H for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUXwr-0001kO-Di for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:54 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwr-0001kJ-AJ for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:49 -0400 Received: from localhost ([127.0.0.1]:41359 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwq-0003Wy-M0; Fri, 11 Oct 2013 04:19:48 -0400 Received: by lola (Postfix, from userid 1000) id 95E97E17EE; Fri, 11 Oct 2013 10:19:36 +0200 (CEST) From: David Kastrup Date: Fri, 11 Oct 2013 10:19:22 +0200 Message-Id: <1381479562-30860-1-git-send-email-dak@gnu.org> X-Mailer: git-send-email 1.8.3.2 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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.2 (-----) 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.2 (-----) --- doc/ref/srfi-modules.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index d97f498..32ff271 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -677,8 +677,8 @@ Maps each seed value to next seed value. @item seed The state value for the unfold. -@item tail-gen -Creates the tail of the list; defaults to @code{(lambda (x) '())}. +@item tail +The tail of the list; defaults to @code{'()}. @end table @end deffn -- 1.8.3.2 From unknown Mon Jun 23 13:15:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15586: Ping? References: <1381479562-30860-1-git-send-email-dak@gnu.org> In-Reply-To: <1381479562-30860-1-git-send-email-dak@gnu.org> Resent-From: David Kastrup Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Fri, 18 Oct 2013 12:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15586 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: 15586@debbugs.gnu.org Received: via spool by 15586-submit@debbugs.gnu.org id=B15586.138209991813385 (code B ref 15586); Fri, 18 Oct 2013 12:39:02 +0000 Received: (at 15586) by debbugs.gnu.org; 18 Oct 2013 12:38:38 +0000 Received: from localhost ([127.0.0.1]:56633 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VX9KA-0003Tp-2e for submit@debbugs.gnu.org; Fri, 18 Oct 2013 08:38:38 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:53176 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VX9K7-0003Tf-2W for 15586@debbugs.gnu.org; Fri, 18 Oct 2013 08:38:35 -0400 Received: from localhost ([127.0.0.1]:60483 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VX9K6-000465-Jr for 15586@debbugs.gnu.org; Fri, 18 Oct 2013 08:38:34 -0400 Received: by lola (Postfix, from userid 1000) id 229C2E0826; Fri, 18 Oct 2013 14:38:34 +0200 (CEST) From: David Kastrup Date: Fri, 18 Oct 2013 14:38:34 +0200 Message-ID: <877gdaycs5.fsf@fencepost.gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -5.5 (-----) 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.5 (-----) -- David Kastrup From unknown Mon Jun 23 13:15:16 2025 X-Loop: help-debbugs@gnu.org Subject: bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 In-Reply-To: <1381479562-30860-1-git-send-email-dak@gnu.org> Resent-From: Ian Price Original-Sender: "Debbugs-submit" Resent-CC: bug-guile@gnu.org Resent-Date: Sat, 19 Oct 2013 22:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15586 X-GNU-PR-Package: guile X-GNU-PR-Keywords: patch To: David Kastrup Cc: 15586@debbugs.gnu.org Received: via spool by 15586-submit@debbugs.gnu.org id=B15586.13822211279576 (code B ref 15586); Sat, 19 Oct 2013 22:19:02 +0000 Received: (at 15586) by debbugs.gnu.org; 19 Oct 2013 22:18:47 +0000 Received: from localhost ([127.0.0.1]:58330 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXer9-0002UO-AL for submit@debbugs.gnu.org; Sat, 19 Oct 2013 18:18:47 -0400 Received: from mail-wi0-f172.google.com ([209.85.212.172]:50861) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXer6-0002UA-Fo for 15586@debbugs.gnu.org; Sat, 19 Oct 2013 18:18:44 -0400 Received: by mail-wi0-f172.google.com with SMTP id ez12so2432868wid.17 for <15586@debbugs.gnu.org>; Sat, 19 Oct 2013 15:18:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:references:message-id:user-agent :mime-version:content-type; bh=TE7BXw7MBajxACIfD1qXuDNpRTKioJa01HmOjJDV/R4=; b=SFioKXjE4BYqlNr+kFdi6xolOSf/qoaiy85QTJbtWoDF+UapFezLzU0gqk46fXzGo5 Mjxg41R6TvKOtxEcTZKUPsUPup6cHpLNYdYOZFwREjPcJWIU+Weecq9lVCWiAf4kWl9b Udtbw9x60lmoY8HHTs4ZDVZQbWuKbyIEeKBX7AupSTo/F7La6mAM5ZMyTYGFwnh6T+SN 79UUBB0lCEsB5sW50+2KV0W//h2CmAAhivuwYUyabMx6YTMyrtDOe3RIfBg7B5DQfPh1 1UQpa4wNZt25pLEO6wrVnbokbzhezeqPwb/GYVWB+YvHUeqa3o7qA2FWR1NFTpp+nngI vqEg== X-Received: by 10.180.89.206 with SMTP id bq14mr4251802wib.56.1382221118645; Sat, 19 Oct 2013 15:18:38 -0700 (PDT) Received: from Kagami.home (host86-132-92-201.range86-132.btcentralplus.com. [86.132.92.201]) by mx.google.com with ESMTPSA id ev4sm40337985wib.7.2013.10.19.15.18.36 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 19 Oct 2013 15:18:37 -0700 (PDT) From: Ian Price Date: Sat, 19 Oct 2013 22:58:45 +0100 References: <1381479562-30860-1-git-send-email-dak@gnu.org> Message-ID: <87hacc29c7.fsf@Kagami.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.4 (/) 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: -0.4 (/) Funny thing is, I was just about to fire off an email about why this fix was wrong, and just before posting realised this was a patch for unfold-right, not unfold. I was unsure of whether to go with the srfi wording or your wording, but yours is a little better so I kept it. Cheers -- Ian Price -- shift-reset.com "Programming is like pinball. The reward for doing it well is the opportunity to do it again" - from "The Wizardy Compiled" From unknown Mon Jun 23 13:15:16 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: David Kastrup Subject: bug#15586: closed (Re: bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1) Message-ID: References: <87d2n0299u.fsf@Kagami.home> <1381479562-30860-1-git-send-email-dak@gnu.org> X-Gnu-PR-Message: they-closed 15586 X-Gnu-PR-Package: guile X-Gnu-PR-Keywords: patch Reply-To: 15586@debbugs.gnu.org Date: Sat, 19 Oct 2013 22:21:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1382221262-9821-1" This is a multi-part message in MIME format... ------------=_1382221262-9821-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #15586: [PATCH] Documentation fix for unfold-right in srfi-1 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 15586@debbugs.gnu.org. --=20 15586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D15586 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1382221262-9821-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 15586-done) by debbugs.gnu.org; 19 Oct 2013 22:20:10 +0000 Received: from localhost ([127.0.0.1]:58334 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXesT-0002Wy-ON for submit@debbugs.gnu.org; Sat, 19 Oct 2013 18:20:10 -0400 Received: from mail-we0-f170.google.com ([74.125.82.170]:48500) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXesQ-0002WN-Im for 15586-done@debbugs.gnu.org; Sat, 19 Oct 2013 18:20:07 -0400 Received: by mail-we0-f170.google.com with SMTP id u57so5174223wes.29 for <15586-done@debbugs.gnu.org>; Sat, 19 Oct 2013 15:20:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=iMe4qF+3Uuk+qJYiJulMiVqEhqbW3XDPyhEQirY0Hyg=; b=Y6eGFTh15CwGfrDYIn1WpX8Cgsdu6XWpMYrZV7oY1aJMJYQrsOXTVv4jbbNzzchzcn 8vrsG4bXxzVlGkmK/3NvMDI3bHyq+9VccwI/2xphKjwMII7Rx8aBMIo+SvlD9uCBVU49 9519NHh1q+MKV7ulSmh4aLWkfHko+ydvbz1GjnFnoYqaKarU6XXdvap5Om5HfHbhyzLL BNy3ZplA+F47uRkDV43os+Va2MZ3LYAvOzOlXlO/jwn09BDHo5zK5woujRnwuprXRw+m aEttbTsFc5M/BcEigfcYzgtyxZcevjMB19owsqL+FZpkBhr8Doe10onKkoCd4syDtHrP nPew== X-Received: by 10.180.10.136 with SMTP id i8mr4274560wib.46.1382221200671; Sat, 19 Oct 2013 15:20:00 -0700 (PDT) Received: from Kagami.home (host86-132-92-201.range86-132.btcentralplus.com. [86.132.92.201]) by mx.google.com with ESMTPSA id jf2sm16850558wic.2.2013.10.19.15.19.59 for <15586-done@debbugs.gnu.org> (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 19 Oct 2013 15:19:59 -0700 (PDT) From: Ian Price To: 15586-done@debbugs.gnu.org Subject: Re: bug#15586: [PATCH] Documentation fix for unfold-right in srfi-1 References: <1381479562-30860-1-git-send-email-dak@gnu.org> <87hacc29c7.fsf@Kagami.home> Date: Sat, 19 Oct 2013 23:19:57 +0100 In-Reply-To: <87hacc29c7.fsf@Kagami.home> (Ian Price's message of "Sat, 19 Oct 2013 22:58:45 +0100") Message-ID: <87d2n0299u.fsf@Kagami.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.4 (/) X-Debbugs-Envelope-To: 15586-done 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: -0.4 (/) Whoops, forgot to close it. ------------=_1382221262-9821-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 11 Oct 2013 08:20:00 +0000 Received: from localhost ([127.0.0.1]:42458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUXx0-0003QR-Jg for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:58 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59275) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VUXwy-0003QK-RZ for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUXwx-0001lQ-LW for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwx-0001lM-IA for submit@debbugs.gnu.org; Fri, 11 Oct 2013 04:19:55 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXww-0001Rk-9H for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUXwr-0001kO-Di for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:54 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:34183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwr-0001kJ-AJ for bug-guile@gnu.org; Fri, 11 Oct 2013 04:19:49 -0400 Received: from localhost ([127.0.0.1]:41359 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUXwq-0003Wy-M0; Fri, 11 Oct 2013 04:19:48 -0400 Received: by lola (Postfix, from userid 1000) id 95E97E17EE; Fri, 11 Oct 2013 10:19:36 +0200 (CEST) From: David Kastrup To: bug-guile@gnu.org Subject: [PATCH] Documentation fix for unfold-right in srfi-1 Date: Fri, 11 Oct 2013 10:19:22 +0200 Message-Id: <1381479562-30860-1-git-send-email-dak@gnu.org> X-Mailer: git-send-email 1.8.3.2 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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.2 (-----) X-Debbugs-Envelope-To: submit Cc: David Kastrup 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.2 (-----) --- doc/ref/srfi-modules.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index d97f498..32ff271 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -677,8 +677,8 @@ Maps each seed value to next seed value. @item seed The state value for the unfold. -@item tail-gen -Creates the tail of the list; defaults to @code{(lambda (x) '())}. +@item tail +The tail of the list; defaults to @code{'()}. @end table @end deffn -- 1.8.3.2 ------------=_1382221262-9821-1--