[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: GSB at MIT-MC, JONL at MIT-ML
- From: Robert W. Kerns <RWK at MIT-MC>
- Date: Fri, 10 Oct 80 04:45:00 GMT
- Cc: BUG-LISP at MIT-ML
- Original-date: 10 October 1980 00:45-EDT
From: Date:
Date: Tue, 10 Sep 80 21:18:57 GMT
Original-Date: 10/09/80 17:18:57 EDT
Subject:
From: JONL at MIT-ML
To: (BUG LISP) at MIT-ML
(describe "abc") loses -- msg is
;FORMAT RAN OUT OF ARGS.
This is a FORMAT bug. Try, for example:
(FORMAT 'T "~:[~vT~;~S~]" t 'foo) ;Runs out of arguments
(FORMAT 'T "~:[~S~;~S~]" t 'foo) ;Works fine
It would appear that the argument calculation in ~vT isn't skipped in failing
conditionals.