> AUCTeX doesn't accept `\jobname.bib' as a valid bibliography source,
> backslash isn't allowed in `LaTeX-auto-regexp-list' entries for
> `\addbibresource' and `\bibliography', and so
> `(LaTeX-bibliography-list)' returns `nil' in `TeX-LaTeX-sentinel'.
Thanks, Mosè, but I don't think that's the problem. If I generate test.bib,
change \jobname to test, and make sure that test.tex is newer than test.bib,
the same thing happens.
A radical fix, which probably has bad consequences, is to change
TeX-command-Show in the last line of the following from tex-buf.el to
TeX-command-Biber.
((re-search-forward "^\\(?:LaTeX Warning: Citation\\|\
Package natbib Warning:.*undefined citations\\)" nil t)
(message "%s%s%s" name ": there were unresolved citations, "
(TeX-current-pages))
(setq TeX-command-next TeX-command-Show))
But presumably there's a better way.
George
_______________________________________________
bug-auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-auctex