[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Appending files from MacLisp
- To: Tom.Cooper at CMU-10A (A780TC50)
- Subject: Re: Appending files from MacLisp
- From: Dave Touretzky at CMU-10A
- Date: Mon, 2 Jun 80 03:02:00 GMT
- Cc: bug-lisp at MIT-MC, Scott Fahlman at CMU-10A
- In-reply-to: <31May80 121047 TC50@CMU-10A>
- Original-date: 1 June 1980 2302-EDT
Tom,
There is an APPEND mode in MacLisp that you can use with the
OPEN function to append onto a file. Unfortunately, it appears not to
work in the current TOPS-10 version of MacLisp. Doing (OPEN '|FOO.BAR|
'APPEND) acts as if OUT had been used, and STATUS FILEMODE shows OUT
instead of APPEND.
Sigh. This should be fixable though. I've CC'ed this message to the
appropriate wizards.
-- Dave