From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Llorens Newsgroups: gmane.lisp.guile.user Subject: Re: case-lambda* question Date: Tue, 15 Jan 2013 13:01:33 +0100 Message-ID: <009B9F85-6699-4391-9165-CD5C17BAA689@bluewin.ch> References: <876230t5ep.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358251307 19966 80.91.229.3 (15 Jan 2013 12:01:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jan 2013 12:01:47 +0000 (UTC) Cc: guile-user@gnu.org To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jan 15 13:02:05 2013 Return-path: Envelope-to: guile-user@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 1Tv5DR-0006ai-79 for guile-user@m.gmane.org; Tue, 15 Jan 2013 13:02:05 +0100 Original-Received: from localhost ([::1]:51726 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv5DA-0000A7-O5 for guile-user@m.gmane.org; Tue, 15 Jan 2013 07:01:48 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv5D2-00008n-8a for guile-user@gnu.org; Tue, 15 Jan 2013 07:01:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tv5D1-0005h9-64 for guile-user@gnu.org; Tue, 15 Jan 2013 07:01:40 -0500 Original-Received: from zhbdzmsp-smta15.bluewin.ch ([195.186.99.132]:47188) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tv5D1-0005h3-0E for guile-user@gnu.org; Tue, 15 Jan 2013 07:01:39 -0500 Original-Received: from [195.186.227.131] ([195.186.227.131:47015] helo=zhhdzmsp-smta14.bluewin.ch) by zhbdzmsp-smta15.bluewin.ch (envelope-from ) (ecelerity 2.2.3.47 r(39824M)) with ESMTP id 22/C6-21834-E1545F05; Tue, 15 Jan 2013 12:01:35 +0000 Original-Received: from [10.23.3.35] (128.179.67.121) by zhhdzmsp-smta14.bluewin.ch (8.5.142) (authenticated as dll@bluewin.ch) id 50A6219905431FA0; Tue, 15 Jan 2013 12:01:34 +0000 In-Reply-To: <876230t5ep.fsf@pobox.com> X-Mailer: Apple Mail (2.1085) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.186.99.132 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:9865 Archived-At: On Jan 14, 2013, at 11:39, Andy Wingo wrote: =85 > The attached patch fixes the problem. If there are no comments = against > it, I will apply it to stable-2.0. It does introduce a slight > incompatibility, but I don't think there are many case-lambda* users, > and it makes cases work that previously failed to work. Thanks a lot for the clear explanation and the bug fix, and especially = for updating the manual. Regards Daniel