* Sree Harsha Totakura (2012-09-26) writes:

> Here's the debug output:

Thanks!

> Debugger entered--Lisp error: (void-function mapcar*)
>   mapcar*(#[(dir) "\301\302!!\207" [dir expand-file-name
> file-name-as-directory] 3] ("." "/var/lib/texmf/tex/"
> "/usr/local/share/texmf/tex/" "/usr/share/texmf/tex/"
> "/usr/share/texmf-texlive/tex/" "/usr/share/texmf-texlive/bibtex/bst/"))
>   apply(mapcar* #[(dir) "\301\302!!\207" [dir expand-file-name
> file-name-as-directory] 3] ("." "/var/lib/texmf/tex/"
> "/usr/local/share/texmf/tex/" "/usr/share/texmf/tex/"
> "/usr/share/texmf-texlive/tex/" "/usr/share/texmf-texlive/bibtex/bst/") nil)

In `TeX-check-files' there is a call to `map' which was introduced with
the changes for biber.  That could be the culprit.  Maybe this should be
replaced by something more Elispy.

I'm currently busy with RefTeX, so if somebody else wants to have a go
at it, feel free. (c:

>   TeX-check-files("testbed.pdf" ("testbed" "testbed" "LATEX") ("tex"
> "sty" "cls" "ltx" "texi" "texinfo" "dtx"))
>   TeX-save-document("testbed")
>   TeX-command-query("testbed")
>   TeX-command-master(nil)
>   call-interactively(TeX-command-master nil nil)

-- 
Ralf

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

Reply via email to