[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(setf (apply #'accessor ...))
- To: Gregor.pa@Xerox.COM
- Subject: (setf (apply #'accessor ...))
- From: Jon L White <jonl@lucid.com>
- Date: Fri, 16 Mar 90 12:19:57 PST
- Cc: bill@cambridge.apple.com, dganglin%watstat.waterloo.edu@eddie.mit.edu, CommonLoops.pa@Xerox.COM
- In-reply-to: Gregor.pa@Xerox.COM's message of Fri, 16 Mar 90 10:14 PST <19900316181413.9.GREGOR@SPIFF.parc.xerox.com>
- Redistributed: CommonLoops.pa
re: Do you mean that the following works too:
(defsetf foo set-foo)
(setf (apply #'foo x) y)
Greg's query was only about the mechanically-generated accessor
generic functions, and that's the only thing I meant.
I don't have any particular interest in the more general
DEFSETF question.
-- JonL --