[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
with-output-to-string
- To: Alan Snyder <snyder%hplsny@HPLABS.ARPA>
- Subject: with-output-to-string
- From: Rob MacLachlan <RAM@C.CS.CMU.EDU>
- Date: Thu, 24 Apr 1986 01:46:00 -0000
- Cc: common-lisp@SU-AI.ARPA
- In-reply-to: Msg of 23 Apr 1986 07:12-EST from Alan Snyder <snyder%hplsny at hplabs.ARPA>
Date: Wednesday, 23 April 1986 07:12-EST
From: Alan Snyder <snyder%hplsny at hplabs.ARPA>
Re: with-output-to-string
I haven't looked too hard, so perhaps I am missing something, but: What
function is used by WITH-OUTPUT-TO-STRING to create an output stream to an
existing string? MAKE-STRING-OUTPUT-STREAM does not take an argument.
Not a Common Lisp function. It has been suggested by other people
that MAKE-STRING-OUTPUT-STREAM could take a optional arg which would
be a string with a fill-pointer.
Rob