/[emacs]/emacs/lisp/textmodes/tex-mode.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/tex-mode.el

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

revision 1.135 by monnier, Mon Jun 9 17:42:22 2003 UTC revision 1.136 by monnier, Sat Jun 14 19:56:50 2003 UTC
# Line 1577  If NOT-ALL is non-nil, save the `.dvi' f Line 1577  If NOT-ALL is non-nil, save the `.dvi' f
1577    
1578  (defvar tex-compile-commands  (defvar tex-compile-commands
1579    '(((concat "pdf" tex-command    '(((concat "pdf" tex-command
1580               " " (shell-quote-argument tex-start-commands) " %f")               " " (if (< 0 (length tex-start-commands))
1581                         (shell-quote-argument tex-start-commands)) " %f")
1582       t "%r.pdf")       t "%r.pdf")
1583      ((concat tex-command      ((concat tex-command
1584               " " (shell-quote-argument tex-start-commands) " %f")               " " (if (< 0 (length tex-start-commands))
1585                         (shell-quote-argument tex-start-commands)) " %f")
1586       t "%r.dvi")       t "%r.dvi")
1587      ("xdvi %r &" "%r.dvi")      ("xdvi %r &" "%r.dvi")
1588      ("advi %r &" "%r.dvi")      ("advi %r &" "%r.dvi")

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

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