Variable: pr-gs-command

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

Value

"gs"

Documentation

Specify path and name of the ghostscript utility.

See also pr-path-alist.

Useful links:

* Ghostscript, Ghostview and GSview
  https://www.cs.wisc.edu/~ghost/

* Introduction to Ghostscript
  https://www.cs.wisc.edu/~ghost/doc/intro.htm

* How to use Ghostscript
  https://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm

* Printer compatibility
  https://www.cs.wisc.edu/~ghost/doc/printer.htm

Source Code

;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defcustom pr-gs-command
  (if lpr-windows-system
      "gswin32.exe"
    "gs")
  "Specify path and name of the ghostscript utility.

See also `pr-path-alist'.

Useful links:

* Ghostscript, Ghostview and GSview
  `https://www.cs.wisc.edu/~ghost/'

* Introduction to Ghostscript
  `https://www.cs.wisc.edu/~ghost/doc/intro.htm'

* How to use Ghostscript
  `https://www.cs.wisc.edu/~ghost/doc/cvs/Use.htm'

* Printer compatibility
  `https://www.cs.wisc.edu/~ghost/doc/printer.htm'
"
  :type '(string :tag "Ghostscript Utility"))