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

with-output-to-string



    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