[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
EVAL-WHEN symbols
- To: common-lisp@SAIL.STANFORD.EDU
- Subject: EVAL-WHEN symbols
- From: MURRAY%cs.umass.edu@RELAY.CS.NET
- Date: Tue, 14 Apr 87 15:45 EDT
While on the topic of symbols and such, I have a question
about EVAL-WHEN. Does it only allow LISP:EVAL, LISP:COMPILE
and LISP:LOAD, or does it only check the print-name?
I think it should check print-names, so you can
shadow these symbols. Otherwise, you would be forced
to add the package prefix in all the EVAL-WHEN forms.
Kelly