[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NAMELIST
- To: (BUG LISP) at MIT-MC
- Subject: NAMELIST
- From: JONL at MIT-MC (Jon L White)
- Date: Sun, 11 Feb 79 03:06:00 GMT
- Original-date: 10 FEB 1979 2206-EST
(NAMELIST '|AB|) gives the wrong error message.
An attempt to return the corrected value by
(RETURN '(|ABC|))
yields a nasty ill opr.
In looking for this bug, I noticed the line
POP FXP,1+CMU
which presumably wants to be
POPI FXP,1+CMU
???. But thats not the problem. Will investigate further.