Markus Steinborn <[email protected]> wrote: > PS: If using a wrapper for calling "gs", make sure that "-P-" is added > to the beginning of the parameters, not at the end. That may be a cause > why GNU gv does not work with a wrapper.
Yes that is what I do: #!/usr/bin/perl -- #... $c = $0; $c =~ s/.*\///; exec "/usr/bin/$c", '-P-', '-dSAFER', @ARGV; and my testing suggested it breaks gv. Cheers, Paul Paul Szabo [email protected] http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics University of Sydney Australia -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

