[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: KMP at MIT-MC
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Thu, 29 Nov 79 07:16:00 GMT
- Cc: BUG-LISP at MIT-MC
- Original-date: 29 November 1979 02:16-EST
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!