[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(EOL CR), (EOL CRLF)
- To: LispCore^
- Subject: (EOL CR), (EOL CRLF)
- From: MASINTER.PA
- Date: Wed, 24 Feb 1982 23:14:58 -8000
- Date: 24 FEB 1982 2314-PST
- Cc: lisp
I fixed it in Interlisp-10 so that the EOL mode is settable on
a per-file basis, as one of the MACHINE.DEPENDENT.PARAMETERS using
a (EOL type) element in the list. (I was in search of why I couldn't
load files directly from Phylum using PUPFTP, and it was because
Interlisp-10 was trying to gobble a LF after a CR and gobbled too
much.)
Is there any good reason why Interlisp-D shouldn't support this too?
I imagine the EOL mode should be read/settable via GETFILEINFO, and
perhaps #EOLCHARS should be a GETFILEINFO parameter too...
Larry