From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: How to use guardians Date: Thu, 13 Mar 2008 15:19:56 +0100 Organization: sometimes Message-ID: <87skyuiu43.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205418328 30493 80.91.229.12 (13 Mar 2008 14:25:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Mar 2008 14:25:28 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Mar 13 15:25:56 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JZoNS-0000x9-5y for guile-user@m.gmane.org; Thu, 13 Mar 2008 15:25:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZoMt-0005Yy-0y for guile-user@m.gmane.org; Thu, 13 Mar 2008 10:25:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZoMp-0005Y3-E6 for guile-user@gnu.org; Thu, 13 Mar 2008 10:25:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZoMn-0005WT-N8 for guile-user@gnu.org; Thu, 13 Mar 2008 10:25:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZoMn-0005WQ-Hf for guile-user@gnu.org; Thu, 13 Mar 2008 10:25:09 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JZoMm-0004NX-Sm for guile-user@gnu.org; Thu, 13 Mar 2008 10:25:09 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JZoMi-0000j6-14 for guile-user@gnu.org; Thu, 13 Mar 2008 14:25:04 +0000 Original-Received: from 151.61.140.72 ([151.61.140.72]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Mar 2008 14:25:03 +0000 Original-Received: from ttn by 151.61.140.72 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Mar 2008 14:25:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 9 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.61.140.72 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:aaga6OwAQWgc59R9xA8N5RMuzLI= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6455 Archived-At: () "Kjetil S. Matheussen" () Thu, 13 Mar 2008 15:12:10 +0100 (CET) (das-guardian (list cleanup-func object))) Here, you add the compound object (constructed using `list'), not just `object'. Is that what you want do, really? thi