From ... From: Erik Naggum Subject: Re: multiple-values and `let' Date: 1998/07/29 Message-ID: <3110686280022064@naggum.no>#1/1 X-Deja-AN: 375919924 References: <3110585062383254@naggum.no> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * David Bakhash | I tried `letbind', but had no luck whatsoever. it appears from your examples that you haven't read the documentation that comes with it at all. why not? here's the one for LETBIND: "Macro usable to combine the features of the bindings constructs of CL. This macro combines LET, MULTIPLE-VALUE-BIND and DESTRUCTURING-BIND. The syntax is '(letbind (*) )'. Each bindings has the following syntax binding ::= symbol form [decl*] | (symbols*) [:destructuring | :values] form [decls*]." #:Erik -- http://www.naggum.no/spam.html is about my spam protection scheme and how to guarantee that you reach me. in brief: if you reply to a news article of mine, be sure to include an In-Reply-To or References header with the message-ID of that message in it. otherwise, you need to read that page.