GNU bug report logs -
#78841
reftex-get-bibfile-list fails to detect biblatex if there's no buffer for the main file
Previous Next
Full log
View this message in rfc822 format
Tim Ruffing <dev <at> real-or-random.org> writes:
> Independently of latexenc (which should be fixed, yes),
I installed my proposed change incl. comments from Stefan with commit
22daed7c.
Reg. your change and the scenarios:
>> * latexenc-dont-use-TeX-master-flag is t
I think if people touch that, the know what they're doing.
>> * latexenc will be removed or changed in the future
This is somewhat unlikely, but Emacs obsoleting process takes some
years, so I'd say let's think about this once it is imminent.
>> * the \addbibresource commands is not in the same file as
>> \usepackage{biblatex}
I think removing the check for `TeX-active-styles' is not a good idea.
This will effectively removes the scenario where you can do in your
main-file.tex:
\usepackage{mypackages}
and mypackage.el contains:
\RequirePackage{biblatex}
Currently, you can write an AUCTeX style mypackage.el which does:
(TeX-run-style-hooks "biblatex")
and the current code works correctly. Your proposed change kills this.
So overall, I tend to keep what we have now after fixing latexenc.el.
Best, Arash
This bug report was last modified 30 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.