Is there any way to set the width of an output stream, say, (terminal-output) or (standard-output), so as to have some control over the "line-length" of the output? It would be useful even to get at the width via a variable or a function, for example, in writing one's own pretty-print routines. -------