Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!gem.mps.ohio-state.edu!apple!cambridge.apple.com!alms From: alms@cambridge.apple.com (Andrew L. M. Shalit) Newsgroups: comp.lang.lisp Subject: Re: Hardcopy of long graphics-windows in Allegro Common Lisp Message-ID:Date: 2 Oct 89 20:08:53 GMT References: <5307@eos.UUCP> Sender: news@cambridge.apple.com Organization: Apple Computer Inc, Cambridge, MA Lines: 15 In-reply-to: ev@eos.UUCP's message of 2 Oct 89 15:57:52 GMT In article <5307@eos.UUCP> ev@eos.UUCP (Ev Palmer) writes: I would like to print a hard copy of a long black and white graphics window with Allegro Common lisp on my Mac II. Selecting "PRINT" only prints out the first part of the graphics window. Is there a constant that I could change to print a longer continuous plot? After thinking for another thirty seconds, I realized that things may not actually be all that bad. You may be able to simply make repeated calls to WINDOW-HARDCOPY, changing the window origin each time. Or something like that. . . -andrew