[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pretty printer and format
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: pretty printer and format
- From: haible (Bruno Haible)
- Date: Wed, 27 Apr 94 13:43:56 +0200
Ralf Numrich <Numrich@RWTH-Aachen.DE> states:
> there's a difference in the behavior of the pretty printer using format
> in VAX Lisp and CLisp (see below).
This is implementation dependent. CLISP prefers to output more newlines
and less spaces.
> By the way, is it possible to use colnum in ~colnumT for example
> in a variable way.
Yes. Try something like (FORMAT T "~A~VT~A" "He" 6 "llo"). See CLtL2 p. 582.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de