[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: INIT files
- To: (BUG LISP) at MIT-AI
- Subject: Re: INIT files
- From: EAK@MIT-AI
- Date: Sat, 14 May 78 16:43:00 GMT
- Original-date: 05/14/78 12:43:00 EDT
Therefore I suggest the following:
Look for <xuname>;.LISP. (INIT) and use it if found.
If not found then look for (INIT);<xuname> .LISP. .
This in no way depends on the working directory.
Alternatively you could do the following:
Look for <xuname>;.LISP. (INIT) as above.
If not found then look for <hsname>;<xuname> .LISP. .
(Not <hsname>;.LISP. (INIT) !).
Do you think this can be changed soon? The current scheme is a
real screw.