From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: list versus apply Date: Sat, 23 Apr 2005 09:45:11 +1000 Message-ID: <87ekd2nzp4.fsf@zip.com.au> References: <87mzrtgkbr.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1114213280 17296 80.91.229.2 (22 Apr 2005 23:41:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 23:41:20 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 23 01:41:17 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DP7lp-0007JO-9d for guile-devel@m.gmane.org; Sat, 23 Apr 2005 01:41:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP7qp-0004hK-Rv for guile-devel@m.gmane.org; Fri, 22 Apr 2005 19:46:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DP7qm-0004gn-Hp for guile-devel@gnu.org; Fri, 22 Apr 2005 19:46:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DP7ql-0004gL-6d for guile-devel@gnu.org; Fri, 22 Apr 2005 19:46:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP7qk-0002ha-Uu for guile-devel@gnu.org; Fri, 22 Apr 2005 19:46:19 -0400 Original-Received: from [61.8.0.85] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DP7sO-0001bn-0j for guile-devel@gnu.org; Fri, 22 Apr 2005 19:48:00 -0400 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout2.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3MNjFml006306 for ; Sat, 23 Apr 2005 09:45:15 +1000 Original-Received: from localhost (ppp28F0.dyn.pacific.net.au [61.8.40.240]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j3MNjEIn018803 for ; Sat, 23 Apr 2005 09:45:15 +1000 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1DP7pg-0002vJ-00; Sat, 23 Apr 2005 09:45:12 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87mzrtgkbr.fsf@zip.com.au> (Kevin Ryde's message of "Thu, 21 Apr 2005 08:22:16 +1000") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) 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:4917 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4917 I wrote: > > (define x '(1 2 3)) > (define y (apply list x)) > (eq? x y) > => #t Actually, I see in the head this happens under the debugging evaluator but not the normal one. I made my change because it fixes a bug in 1.6 and the head, but maybe there's something fishy between debug and normal in the head. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel