ps-error-handler-message

ps-error-handler-message is a variable defined in `ps-print.el'.
Its value is
paper


Documentation:
Specify where the error handler message should be sent.

Valid values are:

`none' catch the error and *DON'T* send any message.

`paper' catch the error and print on paper the error message.

`system' catch the error and send back the error message to
printing system. This is useful only if printing system
send back an email reporting the error, or if there is
some other alternative way to report back the error from
the system to you.

`paper-and-system' catch the error, print on paper the error message and
send back the error message to printing system.

Any other value is treated as `paper'.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 20 of Emacs.