public inbox for xconq7@sourceware.org
 help / color / mirror / Atom feed
From: mskala@ansuz.sooke.bc.ca
To: Jim Kingdon <kingdon@panix.com>
Cc: xconq7@sources.redhat.com
Subject: Re: (remove) doesn't work
Date: Wed, 19 May 2004 21:10:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.21.0405191706380.28373-100000@diamond.ansuz.sooke.bc.ca> (raw)
In-Reply-To: <200405191544.i4JFi5305143@panix5.panix.com>

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/

  reply	other threads:[~2004-05-19 21:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-18 22:12 mskala
2004-05-18 22:26 ` mskala
2004-05-19  0:30 ` Eric McDonald
2004-05-19 12:24   ` mskala
2004-05-19 15:44     ` Jim Kingdon
2004-05-19 21:10       ` mskala [this message]
2004-06-08  3:10         ` Eric McDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.21.0405191706380.28373-100000@diamond.ansuz.sooke.bc.ca \
    --to=mskala@ansuz.sooke.bc.ca \
    --cc=kingdon@panix.com \
    --cc=xconq7@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).