Variable: tex-show-queue-command
tex-show-queue-command is a customizable variable defined in
tex-mode.el.gz.
Value
"lpq"
Documentation
Command used by M-x tex-show-print-queue (tex-show-print-queue) to show the print queue.
Should show the queue(s) that M-x tex-print (tex-print) puts jobs on.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/tex-mode.el.gz
;;;###autoload
(defcustom tex-show-queue-command (purecopy "lpq")
"Command used by \\[tex-show-print-queue] to show the print queue.
Should show the queue(s) that \\[tex-print] puts jobs on."
:type 'string
:group 'tex-view)