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

[no subject]



    Date: 28 November 1979 21:04-EST
    From: Kent M. Pitman <KMP at MIT-MC>
    To:   BUG-LISP

    In my working dir,
    Q^K!
    n
    (DEFPROP FOO (TEST TEST) AUTOLOAD)
    FOO
    DEFAULTF<space>
    ((DSK KMP) * >)
    (FOO 3)
    ;(LOAD ((DSK LISP) TEST TEST)) FILE NOT FOUND

    why is it looking on LISP? The file lives on *my* dir.
It does an explicit MERGEF with '((DSK LISP)) rather than just letting
it use DEFAULTF.  It would be much more reasonable for it to look on the
DEFAULTF directory first....a search-list would be even more winning!