[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [barmar@Think.COM: MULTIPLE-VALUE-SETQ and SYMBOL-MACROLET interaction]
- To: Eric Benson <edsel!eb@labrea.stanford.edu>
- Subject: Re: [barmar@Think.COM: MULTIPLE-VALUE-SETQ and SYMBOL-MACROLET interaction]
- From: Gregor.pa@Xerox.COM
- Date: Mon, 1 Aug 88 11:06 PDT
- Cc: CommonLoops.pa@Xerox.COM
- Fcc: BD:>Gregor>mail>outgoing-mail-3.text.newest
- In-reply-to: <8807292208.AA00306@blacksox.lucid.com>
- Line-fold: no
Date: Fri, 29 Jul 88 15:08:12 pdt
From: Eric Benson <edsel!eb@labrea.stanford.edu>
MULTIPLE-VALUE-CALL is the wrong thing to use here, since it forces
the number of values to match the number of variables. The correct
thing is to use MULTIPLE-VALUE-BIND. Here is a modified version of
EXPAND-WITH-SLOTS-INTERNAL:
Thanks. I made this change in the sources here.
-------