From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Map not call/cc safe Date: Sat, 6 Aug 2011 22:17:58 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312661893 13660 80.91.229.12 (6 Aug 2011 20:18:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 6 Aug 2011 20:18:13 +0000 (UTC) To: bug-guile bug Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Sat Aug 06 22:18:09 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QpnJw-0007nj-Pa for guile-bugs@m.gmane.org; Sat, 06 Aug 2011 22:18:08 +0200 Original-Received: from localhost ([::1]:41876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpnJv-0005nu-RP for guile-bugs@m.gmane.org; Sat, 06 Aug 2011 16:18:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpnJr-0005g0-Q3 for bug-guile@gnu.org; Sat, 06 Aug 2011 16:18:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QpnJq-0000EI-8Z for bug-guile@gnu.org; Sat, 06 Aug 2011 16:18:03 -0400 Original-Received: from smtp-out21.han.skanova.net ([195.67.226.208]:37423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QpnJq-0000Dg-1R for bug-guile@gnu.org; Sat, 06 Aug 2011 16:18:02 -0400 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out21.han.skanova.net (8.5.133) (authenticated as u26619196) id 4DEDBD7B010D2FA9 for bug-guile@gnu.org; Sat, 6 Aug 2011 22:17:59 +0200 X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.208 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5763 Archived-At: FYI: running this file with Guile 2.0.2, the last test claims does not = have call/cc safe 'map'. http://sisc-scheme.org/r5rs_pitfall.scm Hans