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

Re: Appending files from MacLisp



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