Variable: TeX-view-evince-keep-focus

TeX-view-evince-keep-focus is a customizable variable defined in tex.el.

Value

nil

Documentation

Whether Emacs retains the focus when viewing PDF files with Evince.

When calling TeX-evince-sync-view, Evince normally captures the focus. If this option is set to non-nil, Emacs will retain the focus.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-view-evince-keep-focus nil
  "Whether Emacs retains the focus when viewing PDF files with Evince.

When calling `TeX-evince-sync-view', Evince normally captures the
focus.  If this option is set to non-nil, Emacs will retain the
focus."
  :group 'TeX-view
  :type 'boolean)