/[auctex]/auctex/tex.el
ViewVC logotype

Diff of /auctex/tex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.496 by angeli, Mon Apr 4 06:41:33 2005 UTC revision 5.497 by angeli, Tue Apr 5 18:15:17 2005 UTC
# Line 1085  If this is nil, an empty string will be Line 1085  If this is nil, an empty string will be
1085    
1086  If enabled, PDFTeX will be used as an executable by default.  If enabled, PDFTeX will be used as an executable by default.
1087  You can customize an initial value, and you can use the  You can customize an initial value, and you can use the
1088  function `TeX-global-PDF-mode' for toggling this value.")  function `TeX-global-PDF-mode' for toggling this value."
1089      :group 'TeX-command)
1090    
1091  (defun TeX-global-PDF-mode (&optional arg)  (defun TeX-global-PDF-mode (&optional arg)
1092    "Toggle default for `TeX-PDF-mode'."    "Toggle default for `TeX-PDF-mode'."
# Line 1152  See `TeX-global-PDF-mode' for toggling t Line 1153  See `TeX-global-PDF-mode' for toggling t
1153  (define-minor-mode TeX-interactive-mode  (define-minor-mode TeX-interactive-mode
1154    "Minor mode for interactive runs of TeX."    "Minor mode for interactive runs of TeX."
1155    nil nil nil    nil nil nil
1156      :group 'TeX-command
1157    (TeX-set-mode-name 'TeX-interactive-mode t t))    (TeX-set-mode-name 'TeX-interactive-mode t t))
1158  (defalias 'tex-interactive-mode 'TeX-interactive-mode)  (defalias 'tex-interactive-mode 'TeX-interactive-mode)
1159    
# Line 1163  See `TeX-global-PDF-mode' for toggling t Line 1165  See `TeX-global-PDF-mode' for toggling t
1165  (define-minor-mode TeX-Omega-mode  (define-minor-mode TeX-Omega-mode
1166    "Minor mode for using the Omega engine."    "Minor mode for using the Omega engine."
1167    nil nil nil    nil nil nil
1168      :group 'TeX-command
1169    (when TeX-Omega-mode    (when TeX-Omega-mode
1170      (TeX-PDF-mode 0))      (TeX-PDF-mode 0))
1171    (TeX-set-mode-name 'TeX-Omega-mode t t))    (TeX-set-mode-name 'TeX-Omega-mode t t))

Legend:
Removed from v.5.496  
changed lines
  Added in v.5.497

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26