[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: format bug
- To: <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: format bug
- From: "Tobias Kunze" <tkunze@ulysses.stanford.edu>
- Date: Wed, 11 Dec 1996 20:18:42 -0800
- In-reply-to: Marcus Daniels <marcus@sysc.pdx.edu> "Re: format bug" (Dec 12, 5:11am)
- References: <rfi6828fm8x.fsf@sayre.sysc.pdx.edu>
- Reply-to: t@ulysses.Stanford.EDU
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 ...