[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: format bug



Aha.  I should have checked back with the ANSI draft
standard.  :)

BTW: both versions break in ACL 4.3:

 | [6] CM(20): (format t "~,,' ,4b" #xface)
 | Error: formatter found unsyntactic format string:
 | Too many parameters
 | ~,,' ,4b
 |        |
 |
 |
 | [7] CM(23): (format nil "~,,' ,4:B" #xface)
 | Error: formatter found unsyntactic format string:
 | Too many parameters
 | ~,,' ,4:B
 |        |
 |
 |
 | [8] CM(21): (software-version)
 |
 | "IRIX ulysses 6.2 03131015 IP22"
 | [8] CM(22): (lisp-implementation-version)
 | "4.3 [Silicon Graphics Iris 4D; R1] (4/5/96 18:43)"

although *features* contains :DRAFT-ANSI-CL-2 and :ANSI-CL ...