[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISPM) at MIT-AI
- Subject:
- From: cwh@MIT-AI
- Date: Thu ,9 Feb 79 08:55:32 EDT
SET-SYNTAXes done at compile time don't seem to take effect during the reading of
forms which follow, although they take effect after the compilation is done.
For example, compiling a file containg the following forms gives the message
|[| declared special.
(EVAL-WHEN (EVAL COMPILE)
(SET-SYNTAX-MACRO-CHAR #/[ #'(LAMBDA (IGNORE IGNORE) 3)))
(DEFUN F () (+ [ [))