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

Diff of /auctex/tex.el

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

revision 5.547 by angeli, Fri Nov 18 14:39:36 2005 UTC revision 5.548 by angeli, Thu Nov 24 16:03:16 2005 UTC
# Line 807  Elements of KEEP-LIST are not removed ev Line 807  Elements of KEEP-LIST are not removed ev
807    (interactive)    (interactive)
808    (setq TeX-debug-warnings (not TeX-debug-warnings))    (setq TeX-debug-warnings (not TeX-debug-warnings))
809    (message (concat "TeX-debug-warnings: "    (message (concat "TeX-debug-warnings: "
810                     (if TeX-debug-bad-boxes "on" "off"))))                     (if TeX-debug-warnings "on" "off"))))
811    
812  ;;; Mode names.  ;;; Mode names.
813    
# Line 2983  t means autodetect, nil means kpathsea i Line 2983  t means autodetect, nil means kpathsea i
2983    
2984  (defcustom TeX-kpathsea-format-alist  (defcustom TeX-kpathsea-format-alist
2985    '(("tex" "${TEXINPUTS.latex}" TeX-file-extensions)    '(("tex" "${TEXINPUTS.latex}" TeX-file-extensions)
2986        ("sty" "${TEXINPUTS.latex}" '("sty"))
2987      ("eps" "${TEXINPUTS}" LaTeX-includegraphics-extensions)      ("eps" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
2988      ("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)      ("pdf" "${TEXINPUTS}" LaTeX-includegraphics-extensions)
2989      ("png" "${TEXINPUTS}" LaTeX-includegraphics-extensions)      ("png" "${TEXINPUTS}" LaTeX-includegraphics-extensions)

Legend:
Removed from v.5.547  
changed lines
  Added in v.5.548

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