Variable: ConTeXt-Omega-engine

ConTeXt-Omega-engine is a customizable variable defined in tex.el.

This variable is obsolete since 11.86; use TeX-engine-alist(var)/TeX-engine-alist(fun) instead.

Value

"omega"

Documentation

Engine to use for --engine in the texexec command in Omega mode.

If nil, none is specified.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom ConTeXt-Omega-engine TeX-Omega-command
  "Engine to use for --engine in the texexec command in Omega mode.
If nil, none is specified."
  :group 'TeX-command
  :type '(choice (const :tag "Unspecified" nil)
                 string))