[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Siag pw egon




On Fri, 25 Sep 1998, Günther Lenzkes wrote:

> is it possible  to change the print command lpr  ??? If yes, where and
> who is it to change.
> 
> Please advise , thanks a lot in advance.

It can be changed in the file siag.scm, in the (print) function.

If your system doesn't have an lpr command, you can avoid having to edit
the Scheme code by writing a shell script called lpr.

If you only want to redirect the output to another printer, this can be
done by setting the PRINTER environment variable.

Ulric