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

FWD>to forward...



    Date: 24 Aug 90 11:49:29 U
    From: Bill_Park@qm.sri.com (Bill Park)
   
	Does anyone know how to print multiple-page graphic output to a
    Symbolics hardcopy stream?
       I have noticed that the dynamic window function:
    DW:FORMAT-GRAPH-FROM-ROOT
    does this correctly if you specify a hardcopy stream as the output
    stream (and it even uses  postscript commands).  

There is a magic hardcopy stream which buffers output and prints it in
segments.

By far the easiest way to access it is through 
DW:DO-REDISPLAY ... :FULL-SET-CURSORPOS :GRAPHICS.

Just put your output code into a DW:REDISPLAYER.  For efficiency, you can
add :ONCE-ONLY T also and it will skip some of the RE-display computation.