[gs-cvs] rev 7514 - trunk/gs/lib

ray at ghostscript.com ray at ghostscript.com
Sat Dec 16 14:02:38 PST 2006


Author: ray
Date: 2006-12-16 14:02:38 -0800 (Sat, 16 Dec 2006)
New Revision: 7514

Added:
   trunk/gs/lib/jobseparator.ps
Log:
Add a simple (one line) file that can be used bwtween files on the command line
or files run with the 'run' operator to execute the systemdict version of the
^D (ctrl-D) action to end an encapsulated job and start a new one.

This is needed since some PS files redefine <04> to a no-op (such as the PS CET
and the PSCRIPT5 Windows driver). This can be used with or without -dJOBSERVER,
but <04> is a no-op unless -dJOBSERVER is used.


Added: trunk/gs/lib/jobseparator.ps
===================================================================
--- trunk/gs/lib/jobseparator.ps	2006-12-16 20:41:10 UTC (rev 7513)
+++ trunk/gs/lib/jobseparator.ps	2006-12-16 22:02:38 UTC (rev 7514)
@@ -0,0 +1,3 @@
+% Execute the "real" system version of the ^D to separate jobs
+% when -dJOBDSERVER is being used.
+<04> cvn .systemvar exec



More information about the gs-cvs mailing list