[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
# macros.
- To: BUG-LISPM at MIT-AI, BUG-MACLISP at MIT-AI
- Subject: # macros.
- From: "Kenneth W. Haase, Jr." <KWH at MIT-AI>
- Date: Fri, 6 Nov 81 22:13:00 GMT
- Cc: KWH at MIT-AI
- Original-date: 6 November 1981 17:13-EST
I have a file with Maclisp and LISPM code intermixed, and use #Q and #M
to differentiate code for each one. However inside of one of the LISPM
defs (protected by #Q) I use #\Control-E, and for some reason MACLISP
sees this and returns an error. (That it didn't recognize #\Control-E)
Is there anyway to make Maclisp just not read that definition?