Variable: pr-gv-command
pr-gv-command is a customizable variable defined in printing.el.gz.
Value
"gv"
Documentation
Specify path and name of the gsview/gv utility.
See also pr-path-alist.
Useful links:
* GNU gv manual
https://www.gnu.org/software/gv/manual/gv.html
* GSview Help
https://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm
* GSview Help - Common Problems
https://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm#Common_Problems
* GSview Readme (compilation & installation)
https://www.cs.wisc.edu/~ghost/gsview/Readme.htm
* GSview (main site)
https://www.cs.wisc.edu/~ghost/gsview/index.htm
* Ghostscript, Ghostview and GSview
https://www.cs.wisc.edu/~ghost/
* Ghostview
https://www.cs.wisc.edu/~ghost/gv/index.htm
* gv 3.5, June 1997
http://pages.cs.wisc.edu/~ghost/gv/gv_doc/gv.html
* MacGSView (Mac OS)
http://pages.cs.wisc.edu/~ghost/macos/index.htm
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defcustom pr-gv-command
(if lpr-windows-system
"gsview32.exe"
"gv")
"Specify path and name of the gsview/gv utility.
See also `pr-path-alist'.
Useful links:
* GNU gv manual
`https://www.gnu.org/software/gv/manual/gv.html'
* GSview Help
`https://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm'
* GSview Help - Common Problems
`https://www.cs.wisc.edu/~ghost/gsview/gsviewen.htm#Common_Problems'
* GSview Readme (compilation & installation)
`https://www.cs.wisc.edu/~ghost/gsview/Readme.htm'
* GSview (main site)
`https://www.cs.wisc.edu/~ghost/gsview/index.htm'
* Ghostscript, Ghostview and GSview
`https://www.cs.wisc.edu/~ghost/'
* Ghostview
`https://www.cs.wisc.edu/~ghost/gv/index.htm'
* gv 3.5, June 1997
`http://pages.cs.wisc.edu/~ghost/gv/gv_doc/gv.html'
* MacGSView (Mac OS)
`http://pages.cs.wisc.edu/~ghost/macos/index.htm'"
:type '(string :tag "Ghostview Utility"))