[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: CWH at MIT-MC (Carl W. Hoffman)
- Date: Wed, 14 May 80 02:49:00 GMT
- Original-date: 13 MAY 1980 2249-EDT
FORMAT bugs:
1) (FORMAT T "~3f" 3.14159) warns that F is not a known control character.
2) In the case where ~< is used with four arguments, the first argument
is taken to be the pad character rather than the fourth, e.g.
(FORMAT T ~80,0,1,';<...~>") pads with P's (ascii 80) rather
than semis.