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

[no subject]



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.