[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
COMPLR loses on sstatus splicing macro
- To: bug-lisp at MIT-AI
- Subject: COMPLR loses on sstatus splicing macro
- From: DAVE.TOURETZKY at CMU-10A
- Date: Mon, 28 May 79 06:53:00 GMT
- Cc: SCOTT.FAHLMAN
- Original-date: 28 May 1979 0253-EDT
I have a little function that changes and restores the readmacro
property associated with ";". It restores it by doing
(sstatus macro 59 oldsemi splicing)
which is a perfectly legal call. COMPLR complains that SPLICING was not
declared special.
Obviously COMPLR is confused about the weird way in which sstatus macro
takes its arguments. Personally, I find the some-are-evaled-and-some-aren't
format of (sstatus macro) rather retarded, and would rather see that changed
than poor little COMPLR. -- Dave