[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Wed, 3 Jan 79 22:59:00 GMT
- Cc: KMP at MIT-MC, JONL at MIT-MC, RICH at MIT-AI
- Original-date: 3 JAN 1979 1759-EST
From: RICH@MIT-AI
Date: Thu, 2 Feb 79 01:53:21 GMT
Original-Date: 01/02/79 21:53:21 EDT
Subject:
Re: Useful Macro for doing I/O in MacLISP under New-i/o
this brings to mind an earlier discussion with JONL about the
need to have LISP keep some global list of open files.
A Two suggestions for discussion. Could I have some comments about why they
are not the 'right' thing or what tradeoffs are involved, etc.
[1] (STATUS ACTIVEFILES) => might return a list of all open new-i/o file
objects. Shouldn't mention anything being UREAD since that's handled
in other ways.
This would let people know if files were open and optionally map down
them closing them.