Den 25-11-2010 20:54, Ralf Angeli skrev:
Another thing you could try is to put the following code into the
*scratch* buffer (after AUCTeX was loaded) and type `C-j' with point
after the last closing paren.

(let ((TeX-kpathsea-path-delimiter nil))
   (TeX-search-files (append TeX-macro-private TeX-macro-global) '("sty") t t))

This seems to explain something:

Debugger entered--Lisp error: (void-function TeX-search-files)
(TeX-search-files (append TeX-macro-private TeX-macro-global) (quote ("sty")) t t) (let ((TeX-kpathsea-path-delimiter nil)) (TeX-search-files (append TeX-macro-private TeX-macro-global) (quote ("sty")) t t)) eval((let ((TeX-kpathsea-path-delimiter nil)) (TeX-search-files (append TeX-macro-private TeX-macro-global) (quote ("sty")) t t)))
  eval-last-sexp-1(t)
  eval-last-sexp(t)
  eval-print-last-sexp()
  call-interactively(eval-print-last-sexp nil nil)

Brian


_______________________________________________
auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex

Reply via email to