From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: puzzling things Date: Wed, 6 Aug 2003 23:12:46 +0100 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <20030806221246.GA16455@lark> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1060244753 5053 80.91.224.253 (7 Aug 2003 08:25:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Aug 2003 08:25:53 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 07 10:26:16 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19kg6B-0005so-00 for ; Thu, 07 Aug 2003 10:26:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kfqt-0000IT-Dx for guile-devel@m.gmane.org; Thu, 07 Aug 2003 04:10:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19kfqf-0000HL-On for guile-devel@gnu.org; Thu, 07 Aug 2003 04:10:13 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19kfq8-00007a-Tz for guile-devel@gnu.org; Thu, 07 Aug 2003 04:10:12 -0400 Original-Received: from [24.93.67.82] (helo=ms-smtp-01.southeast.rr.com) by monty-python.gnu.org with esmtp (Exim 4.20) id 19kfq8-00007R-K4 for guile-devel@gnu.org; Thu, 07 Aug 2003 04:09:40 -0400 Original-Received: from fridge (rdu163-60-178.nc.rr.com [24.163.60.178]) by ms-smtp-01.southeast.rr.com (8.12.5/8.12.2) with ESMTP id h7783488000707 for ; Thu, 7 Aug 2003 04:03:04 -0400 (EDT) Original-Received: from localhost (mantis.schoolnet.na [::ffff:196.44.140.238]) (AUTH: LOGIN wingo) by fridge with esmtp; Thu, 07 Aug 2003 04:09:31 -0400 Original-Received: from wingo by localhost with local (Exim 3.36 #1 (Debian)) id 19kWWU-0004He-00 for ; Wed, 06 Aug 2003 23:12:46 +0100 Original-To: guile-devel@gnu.org Mail-Followup-To: guile-devel@gnu.org Content-Disposition: inline X-Operating-System: Linux lark 2.4.20-1-686 User-Agent: Mutt/1.5.4i X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.lisp.guile.devel:2680 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2680 Hey gang, Why doesn't the following code work? (define second-arg (procedure->syntax (lambda (x y) (cadr x)))) ((lambda () (second-arg a b c d))) I get some kind of error like this: 18: 2* [cadr (#@second-arg a b c d)] :18:18: In procedure cadr in expression (cadr x): :18:18: Wrong type argument in position 1: (#@second-arg a b c d) What's that all about? I poked around in the source but got lost in a bunch of ilocs and glocs. What's an iloc anyway? Well. The first question is the important one. Any insights? regards, wingo. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel