Function: pr-ps-file-preview
pr-ps-file-preview is an autoloaded, interactive and byte-compiled
function defined in printing.el.gz.
Signature
(pr-ps-file-preview FILENAME)
Documentation
Preview PostScript file FILENAME.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
;;;###autoload
(defun pr-ps-file-preview (filename)
"Preview PostScript file FILENAME."
(interactive (list (pr-ps-infile-preprint "Preview ")))
(and (stringp filename) (file-exists-p filename)
(pr-call-process pr-gv-command filename)))