[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-MC
- From: George J. Carrette <GJC at MIT-MC>
- Date: Fri, 14 Aug 81 21:02:00 GMT
- Original-date: 14 August 1981 17:02-EDT
In a bare lisp, do (LOAD "LIBLSP;TTY"),
then (DO-WITH-TTY-OFF),
you get a call to an undefined function: GENTEMP.
This is caused by JONL's recent change to
"LIBDOC;TTY", the changing of calls to GENSYM to calls to
SI:GEN-LOCAL-VAR.
Please don't diddle with working software, leaving it in
inconsistent states. Furthermore, I challange you to prove
why GENSYM is not sufficient for this case. (Excepting
the bad practice of using read-time-macroexpansion inside
macros of course.)
-gjc