[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SAVEFILE
- To: KMP at MIT-MC
- Subject: SAVEFILE
- From: RWK at MIT-MC (Robert W. Kerns)
- Date: Sat, 9 Jun 79 08:04:00 GMT
- Cc: EJS at MIT-MC, ELLEN at MIT-MC, (BUG LISP) at MIT-MC, JPG at MIT-MC
- Original-date: 9 JUN 1979 0404-EDT
Date: 4 June 1979 01:12-EDT
From: Kent M. Pitman <KMP at MIT-MC>
To: JPG, RWK
cc: EJS, ELLEN
By the way, I tried opening SAVEFILE in MANLEY's macsyma. Got the file munged
up so closed it and tried re-opening it. That lost. The file wouldn't open
(did manage to get it CNAMEF'd ok, tho' - by picking names for the file that
I was sure were on the obarray - creating even one new symbol gave a major
restart!) ... Fortunately, I had come equipped with a TELNET wallpaper
file open and just ended up printing all values on the tty and editting the
wallpaper file later.... I would be interested to know why when I did
(OPEN SAVEFILE 'OUT) the second time, it returned T but [1] Didn't open the
file, [2] Didn't err out at all, and [3] said losing output file specs when
I tried printing into the file... Bob?
-kmp
Because it is initially opened in FIXNUM mode. This would seem to violate the
LISP documentation in .INFO.;LISP NEWS which claims that opening tends to reset
the file array, and that the default mode is ASCII, not FIXNUM. Jeff, why is
it originally opened as FIXNUM?