[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: RWK at MIT-MC
- From: Glenn S. Burke <GSB at MIT-ML>
- Date: Thu, 19 Mar 81 14:43:00 GMT
- Cc: KMP at MIT-MC, BUG-LISP at MIT-MC
- Original-date: 19 March 1981 09:43-EST
Date: 18 March 1981 20:23-EST
From: Robert W. Kerns <RWK at MIT-MC>
Date: 23 December 1979 04:13-EST
From: Kent M. Pitman <KMP at MIT-MC>
(SSTATUS TERPRI...) also still loses for SFA's. Can we have that
ask the SFA, too since it may be a TTY driver. Tnx. -kmp
Isn't SSTATUS TERPRI obsolete anyway?
It is only obsolete if you are willing to claim that the same flag which
drives TYO level auto-newline insertion should also drive PRIN1 attempting
to make the output readable (which does NOT need to imply breaking atoms
across lines), AND if you are willing to claim that a per-stream flag
such as this is losing in "winning new io". As i remember it, the io
code in lisp understands the bit represented by this flag in all types
of file arrays. (status terpri) should be allowed for all kinds of
streams, should be on by default, and should not affect PRIN1 putting
line breaks BETWEEN atoms.