From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. 6a952e0ee9093424cdc8f300406d09ce195ebf5c Date: Thu, 30 Apr 2009 12:32:02 +0200 Message-ID: <87preu1lgd.fsf@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1241087544 12869 80.91.229.12 (30 Apr 2009 10:32:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 Apr 2009 10:32:24 +0000 (UTC) Cc: guile-devel@gnu.org To: "Andy Wingo" Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Apr 30 12:32:15 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LzTYs-0000mA-HM for guile-devel@m.gmane.org; Thu, 30 Apr 2009 12:32:15 +0200 Original-Received: from localhost ([127.0.0.1]:35271 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzTYr-0004Kj-Ro for guile-devel@m.gmane.org; Thu, 30 Apr 2009 06:32:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LzTYp-0004KO-Bx for guile-devel@gnu.org; Thu, 30 Apr 2009 06:32:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LzTYk-0004Jc-Be for guile-devel@gnu.org; Thu, 30 Apr 2009 06:32:10 -0400 Original-Received: from [199.232.76.173] (port=59357 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LzTYk-0004JX-7F for guile-devel@gnu.org; Thu, 30 Apr 2009 06:32:06 -0400 Original-Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:41239) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LzTYj-0003EW-Mz for guile-devel@gnu.org; Thu, 30 Apr 2009 06:32:06 -0400 X-IronPort-AV: E=Sophos;i="4.40,272,1238968800"; d="scan'208";a="25419337" Original-Received: from reverse-83.fdn.fr (HELO nixey) ([80.67.176.83]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES128-SHA; 30 Apr 2009 12:32:03 +0200 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 11 =?iso-8859-1?Q?Flor=E9al?= an 217 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 821D 815D 902A 7EAB 5CEE D120 7FBA 3D4F EB1F 5364 X-OS: i686-pc-linux-gnu In-Reply-To: (Andy Wingo's message of "Wed, 29 Apr 2009 21:39:38 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.90 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8475 Archived-At: "Andy Wingo" writes: > * module/ice-9/boot-9.scm (and-map, or-map): Move these definitions up so > psyntax can use them. > (andmap): Remove, yay. I'm not sure how the latter relates to the rest of the commit. Make sure to at least have a `NEWS' entry for this. Thanks, Ludo'.