[comp.sys.mac.apps] More Postscript problems, ignorance

ls1i+@andrew.cmu.edu (Leonard John Schultz) (06/13/90)

BTW, this is the error message I get when I SendPS to the NT:

/orighandleerror
    errordict /handleerror get
def
errordict begin
  /handleerror {
    orighandleerror                % execute the existing error handler
    errordict begin $error begin
      (STACK:) = flush
      currentdict /ostack known {
        ostack aload pop pstack flush clear
      }{
        (Contents of operand stack have been lost.) = flush
      } ifelse
    end end
  } bind def

This is immediately followed by the PostScript definition of our file.

Now, none of this happens when I send the file to a LW Plus, just the
IINT.  What's the deal?

Len

ls1i+@andrew.cmu.edu (Leonard John Schultz) (06/13/90)

Nevermind.

The problem has been attributed to the screwedup spooling system we're
running.  The file prints on a direct connection.

Len