Andy Hefner ahefner@gmail.com writes:
The problem is that the space requirements of the application-pane are not updated to be large enough to contain your output. After generating your output, this can be done manually as follows:
(change-space-requirements pane :width (bounding-rectangle-width (stream-output-history pane)) :height (bounding-rectangle-height (stream-output-history pane))))
This workaround works magnificently. Thanks a quadrillion.
Paolo