Subject: Re: The problem of the day. Inserting a #\Newline every X characters.
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/03/24
Newsgroups: comp.lang.lisp
Message-ID: <8bfcea$nv5sm$1@fido.engr.sgi.com>
Marco Antoniotti  <marcoxa@parades.rm.cnr.it> wrote:
+---------------
| Now I have the following problem. I want the the stream to be broken
| up into X character wide rows by insertinf #\Newline's.
| 
| However.  The operation must be done online, and the original routines
| should be left alone.
| 
| What would be a good way to achieve this goal (if possible) using streams,
| pretty printing and other magical tools from the COMMON-LISP package?
+---------------

Gray Streams, maybe?


-Rob

-----
Rob Warnock, 41L-955		rpw3@sgi.com
Applied Networking		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043