Re: Write to a separate file from a custom set of engravers

2013-11-16 Thread David Kastrup
Maurits Lamers writes: > Hi all, > > If I create an additional set of engravers in Scheme, what approach > should I take if I want the output of these engravers to end up in a > separate output file? > This separate file should not be the generated post script file or a log file. > I could call (

Write to a separate file from a custom set of engravers

2013-11-16 Thread Maurits Lamers
Hi all, If I create an additional set of engravers in Scheme, what approach should I take if I want the output of these engravers to end up in a separate output file? This separate file should not be the generated post script file or a log file. I could call (open-file ) and write to it, I could