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

[no subject]



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