Variable: pr-gs-device

pr-gs-device is a customizable variable defined in printing.el.gz.

Value

"uniprint"

Documentation

Specify the ghostscript device switch value (-sDEVICE=).

A note on the gs switches:

-sDEVICE=djet500 the printer - works with HP DeskJet 540

See pr-gs-switches for documentation. See also pr-ps-printer-alist.

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defcustom pr-gs-device
  (if lpr-windows-system
      "mswinpr2"
    "uniprint")
  "Specify the ghostscript device switch value (-sDEVICE=).

A note on the gs switches:

-sDEVICE=djet500	the printer - works with HP DeskJet 540

See `pr-gs-switches' for documentation.
See also `pr-ps-printer-alist'."
  :type '(string :tag "Ghostscript Device"))