From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix and-let*. Date: Thu, 03 Dec 2015 10:01:36 +0100 Message-ID: <87bna7aosv.fsf@T420.taylan> References: <87zj01ufya.fsf@T420.taylan> <87lhbkq4mp.fsf@netris.org> <87r3lcuvsz.fsf@T420.taylan> <878u71zn68.fsf@T420.taylan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1449133274 9232 80.91.229.3 (3 Dec 2015 09:01:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2015 09:01:14 +0000 (UTC) Cc: guile-devel@gnu.org To: Mark H Weaver Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Dec 03 10:01:11 2015 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a4PlE-0001sW-Mi for guile-devel@m.gmane.org; Thu, 03 Dec 2015 10:01:08 +0100 Original-Received: from localhost ([::1]:34106 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4PlD-0005r3-Uw for guile-devel@m.gmane.org; Thu, 03 Dec 2015 04:01:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4PkU-00059b-Um for guile-devel@gnu.org; Thu, 03 Dec 2015 04:00:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4PkU-0003om-7b for guile-devel@gnu.org; Thu, 03 Dec 2015 04:00:22 -0500 Original-Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:35164) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4PkU-0003oV-1o for guile-devel@gnu.org; Thu, 03 Dec 2015 04:00:22 -0500 Original-Received: by wmuu63 with SMTP id u63so11783817wmu.0 for ; Thu, 03 Dec 2015 01:00:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type:content-transfer-encoding; bh=oMlV7SQ1B7gFYVx11aebGyvv+/28joQNzoMt/DsOjG8=; b=nN01DO1R4n4c9HfyU7wkW/A3nmvJmlCUd+hoyhb+0j7NoQWzpivJy/wONNsHU8WMFM cZpwHQICsfX6RDOIO8qzcAihu837eJfURZenF+/o3MmMxWog+csBNxW9H0/lcrWjXJMB O/3JhSydA9MUqX+SUU0bGJpCJ+QoIUSzC5ZKQ6ECb8j00nxnXMcf9y0ZX/DmbUjybytp C1/Z5IZliaTx9ElxiZ5qYBKgXWt94rA5d2ai37efE1ev+GBiHUuCDHtFrfs+Tp+KxwvY hGo4TCxPCmVtz+yhx74//yDYyE8sP481TQh+VTPnWAsjRmttcyMBlduAuf93YV2fF/2L a/HQ== X-Received: by 10.194.200.227 with SMTP id jv3mr9989416wjc.20.1449133221096; Thu, 03 Dec 2015 01:00:21 -0800 (PST) Original-Received: from T420.taylan ([2a02:908:c32:4740:221:ccff:fe66:68f0]) by smtp.gmail.com with ESMTPSA id bk2sm6601885wjc.3.2015.12.03.01.00.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Dec 2015 01:00:19 -0800 (PST) In-Reply-To: <878u71zn68.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Sat, 17 Oct 2015 14:37:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:400c:c09::22a X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:18080 Archived-At: taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") writes: > Pinging this thread since my copyright assignment is now complete. :-) Gently pinging this again since it's been a while...