The last changeset mainly
works well, but I got the following:
octave:3> print test.pdf
GPL Ghostscript 8.71: Unrecoverable error, exit code 1
warning: print.m: ghostscript failed to convert output to file
'test.pdf'.
No such file or directory
warning: print.m: failed to delete temporay file,
'/tmp/oct-v6IZoF.eps'.
octave:4> refresh
octave:5> print('test.pdf', '-color');
octave:6> quit
========================
The print('test.pdf','-color'); produced correct output, but the
output
from print test.pdf was a blank page. Previously,
print test.pdf (or test.ps, since before the latest updates pdf
was
not implemented) worked as expected. Now, print test.ps also
fails just like print test.pdf
Also, as an even more minor point, in the line:
warning: print.m:
failed to delete temporay file, '/tmp/oct-v6IZoF.eps'
temporay should be temporary.
Michael