From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26121 invoked by alias); 19 May 2004 21:10:27 -0000 Mailing-List: contact xconq7-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: xconq7-owner@sources.redhat.com Received: (qmail 26110 invoked from network); 19 May 2004 21:10:26 -0000 Received: from unknown (HELO s-hertogenbosch.execulink.net) (199.166.6.44) by sourceware.org with SMTP; 19 May 2004 21:10:26 -0000 Received: from diamond.ansuz.sooke.bc.ca (ppp150.ac2.56k.execulink.com [209.213.229.150]) by s-hertogenbosch.execulink.net (8.11.6/8.11.6) with ESMTP id i4JLAOT21417; Wed, 19 May 2004 17:10:25 -0400 Received: from localhost (mskala@localhost) by diamond.ansuz.sooke.bc.ca (8.10.2/8.10.2) with ESMTP id i4JL8xV28679; Wed, 19 May 2004 17:08:59 -0400 Date: Wed, 19 May 2004 21:10:00 -0000 From: mskala@ansuz.sooke.bc.ca To: Jim Kingdon cc: xconq7@sources.redhat.com Subject: Re: (remove) doesn't work In-Reply-To: <200405191544.i4JFi5305143@panix5.panix.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004/txt/msg00349.txt.bz2 On Wed, 19 May 2004, Jim Kingdon wrote: > Yeah. The only thing that spring to my mind is whether xconq has > lists of lists, and whether you'd want > > remove (c d) from (a b (c d) e) to return (a b e) > > Off the top of my head I don't even remember whether xconq has lists > of lists, much less whether the above functionality is important. I'm sure xconq has lists of lists, but it seems to me that if you want to remove (c d) from (a b (c d) e) and return (a b e), you should use (remove ((c d)) (a b (c d) e)) not (remove (c d) (a b (c d) e)) . -- Matthew Skala mskala@ansuz.sooke.bc.ca Embrace and defend. http://ansuz.sooke.bc.ca/