[1843] in SIPB bug reports
Re: idraw
daemon@ATHENA.MIT.EDU (web@ATHENA.MIT.EDU)
Fri Apr 19 00:55:03 1991
From: web@ATHENA.MIT.EDU
To: mcamacho@ATHENA.MIT.EDU
Cc: bug-sipb@ATHENA.MIT.EDU
In-Reply-To: Your message of Fri, 19 Apr 91 00:19:33 -0400.
Date: Fri, 19 Apr 91 00:54:26 EDT
> HI. I have an idraw file which will just not print. The program calls it up ok.
> I can do any manipulation I want with it, but I cannot print it.
>
> When I send it to the printer, I'll get a burst page, but nothing else.
> The confusing thing is that I made other files from this file, and they all print
> without problems.
>
> Could you let me know if there is a way I can get this file printed?
> Thanks.
>
> - Marc Camacho
there are several possibitilies why it's not getting printed.. I'm
guessing that it's pretty complicated, and too much for athena printers
to handle.. what you can try to get an error message out of the
printer to find out what's wrong is to prepend an error handler to your
file.. .
try:
attach web
cat /mit/web/PS/ehandler.ps idraw_file | lpr -P_____________
(printername)
-Chee