[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



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 () (+ [ [))