[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: JPG at MIT-MC (Jeffrey P. Golden)
- Date: Thu, 14 Sep 78 10:35:00 GMT
- Cc: JPG at MIT-MC
- Original-date: 14 SEP 1978 0635-EDT
As far as I remember (SSTATUS TERPRI foo) is supposed to be the same
as (SETQ TERPRI (NOT foo)). (Unfortunately, there is no clear note to
this effect in .INFO.;LISP ARCHIV .) I was considering finally phasing
out the former from MACSYMA files in favor of the latter as JONL long
ago recommended. However, it would be reasonable and reassuring
(if my assumption above is true) if doing a (SSTATUS TERPRI foo)
had some effect on the value of TERPRI, which it doesn't. (Expecting
resetting TERPRI to have some effect on (STATUS TERPRI) I would think
is not to be expected.) Can someone clarify just what the story here is?
Thanks.