[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
get-setf-method
- To: DCP@SCRC-QUABBIN.ARPA, hpfclp!diamant@HPLABS.ARPA, common-lisp@SU-AI.ARPA
- Subject: get-setf-method
- From: Guy Steele <gls@THINK-AQUINAS.ARPA>
- Date: Fri, 7 Mar 86 10:32 EST
- Cc: gls@THINK-AQUINAS.ARPA
- In-reply-to: <860307092548.2.DCP@NEPONSET.SCRC.Symbolics.COM>
Date: Fri, 7 Mar 86 09:25 EST
From: David C. Plummer <DCP@SCRC-QUABBIN.ARPA>
FYI, I'm pretty sure we already convinced GLS that get-setf-methods MUST
NOT be passed an already macro-expanded form, which implies it must get
an environment so it can do its own macroexpansions, as you notice the
SPICE code does. ...
That is correct. I was wedged. GET-SETF-METHODS must take an environment
argument.
--Guy