[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
WITH-SLOTS
- To: commonloops.pa@Xerox.COM
- Subject: WITH-SLOTS
- From: goldman@vaxa.isi.edu
- Date: Thu, 30 Mar 89 11:45:43 PST
- Cc: kanderso@dino.bbn.com
- Posted-date: Thu, 30 Mar 89 11:45:43 PST
- Redistributed: commonloops.pa
- Sender: goldman@vaxa.isi.edu
Are there ANY cases in which PCL's WITH-SLOTS macro respects inner
lexical bindings of symbols that are used in the list of slots?
If you look at EXPAND-WITH-SLOTS-INTERNAL, there is no apparent check
of the lexical context before transforming a symbol. (There is not
even a parameter of EXPAND-WITH-SLOTS-INTERNAL to represent the lexical
context, although concievably that is being kept around in special variables
by the code walker).
neil