From: Frank A. Adrian
Subject: Re: Still a Newbie - Existence in a list?
Date: 
Message-ID: <dcAm8.264$305.140444@news.uswest.net>
TejimaNoHimitsu wrote:

> '(b a (t y (q w (z c)) v) d)  and I wanted to check to see if the
> element v is in there.  Is there a lisp function that does this?

Not a standard one.  You'd probably want to write your own or use 
something like Ghraham's tree walking function from his On Lisp book.

faa