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

[no subject]



DEFAULTF seems to be set to ((DSK JONL) @ @) in a bare lisp.
Saying (LOAD 'FOO) says ((DSK JONL) FOO >) not found. 
I would guess JONL tried to patch it so DEFAULTF was set so
that load did the 'right' thing ... I thought we decided all
that meant was that DEFAULTF would just be set initially to
((DSK something [hsname or sname?]) * >) ... Not that anything
in LOAD was going to be altered -- ie, why was it looking at
FOO > if that's not what DEFAULTF was set to?