[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
*print-case* and *print-escape*
- To: common-lisp@SU-AI.ARPA
- Subject: *print-case* and *print-escape*
- From: Rob MacLachlan <RAM@CMU-CS-C.ARPA>
- Date: Sun, 05 Aug 1984 18:09:00 -0000
Should *print-case* and *print-escape* interact? In says in the
CLM is several places that when *print-escape* is NIL, a symbol is
printed simply as the characters in its name.
If I set *print-case* to :downcase because I like Unix and then do
a (princ '|This is a program ported from MACLISP.|) should that print
as:
this is a program ported from maclisp.
Rob