Hi George, 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'. Possible fixes: removing `(LaTeX-bibliography-list)' check from the sentinel or changing `\addbibresource' and `\bibliography' regexes in `LaTeX-auto-regexp-list'. Other suggestions?
Bye, Mosè 2013/7/16 George Pigman <[email protected]>: > Although the log file contains "Package biblatex Warning: Please (re)run > Biber on the file," AUCTeX prints the message, "LaTeX: there were > unresolved citations," and prompts with "View" instead of "Biber." > Here's a minimal working example. > > \documentclass{article} > \usepackage{biblatex} > \usepackage{filecontents} > \begin{filecontents}{\jobname.bib} > @Book{hume1739, > author = {David Hume}, > editor = {David Fate Norton}, > title = {A Treatise of Human Nature}, > publisher = {Oxford University Press}, > year = 2000, > address = {Oxford}, > } > \end{filecontents} > \addbibresource{\jobname.bib} > > \begin{document} > > \textcite{hume1739} > > \printbibliography[heading=bibintoc] > > \end{document} > > George Pigman > > > Emacs : GNU Emacs 24.3.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-1187.37) > of 2013-05-15 on deerslayer.local > Package: 11.87 > > current state: > ============== > (setq > AUCTeX-date "2012-11-30" > window-system 'ns > LaTeX-version "2e" > TeX-style-path '("/usr/local/var/auctex" > "/usr/local/share/emacs/site-lisp/auctex/style" > "/Users/gwp/.emacs.d/auctex/auto" > "/Users/gwp/.emacs.d/auctex/style" "auto" "style") > TeX-auto-save nil > TeX-parse-self t > TeX-master t > TeX-command-list '(("Skim" > > "/Applications/Skim.app/Contents/SharedSupport/displayline > %n %s.pdf \"%b\"" TeX-run-discard-or-function t t > :help "Forward search with Skim") > ("Make LaTeX" "latexmk -xelatex -synctex=1 %s" > TeX-run-TeX > nil t :help "Run latexmk") > ("TeXShop" "/usr/bin/open -a TeXShop.app %s.pdf" > TeX-run-discard-or-function t t :help "Run > TeXShop") > ("TeX" "%(PDF)%(tex) %`%S%(PDFout)%(mode)%' %t" > TeX-run-TeX nil > (plain-tex-mode ams-tex-mode texinfo-mode) :help > "Run plain TeX") > ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil > (latex-mode doctex-mode) :help "Run LaTeX") > ("Makeinfo" "makeinfo %t" TeX-run-compile nil > (texinfo-mode) :help "Run Makeinfo with Info > output") > ("Makeinfo HTML" "makeinfo --html %t" > TeX-run-compile nil > (texinfo-mode) :help "Run Makeinfo with HTML > output") > ("AmSTeX" "%(PDF)amstex %`%S%(PDFout)%(mode)%' %t" > TeX-run-TeX nil (ams-tex-mode) :help "Run > AMSTeX") > ("ConTeXt" "texexec --once --texutil > %(execopts)%t" > TeX-run-TeX nil (context-mode) :help "Run ConTeXt > once") > ("ConTeXt Full" "texexec %(execopts)%t" > TeX-run-TeX nil > (context-mode) :help "Run ConTeXt until > completion") > ("Biber" "biber %s" TeX-run-Biber nil t :help "Run > Biber") > ("View" "%V" TeX-run-discard-or-function t t :help > "Run Viewer") > ("Check" "lacheck %s" TeX-run-compile nil > (latex-mode) > :help "Check LaTeX file for correctness") > ("Clean" "TeX-clean" TeX-run-function nil t :help > "Delete generated intermediate files") > ("Clean All" "(TeX-clean t)" TeX-run-function nil > t :help > "Delete generated intermediate and output files") > ("Other" "" TeX-run-command t t :help > "Run an arbitrary command") > ) > ) > > > _______________________________________________ > bug-auctex mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-auctex _______________________________________________ bug-auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-auctex
