Tassilo Horn <[email protected]> writes: >> (re-search-forward "^[^%]*\\\\usepackage.*{biblatex}" nil t) >> >> I can reproduce this in a vanilla emacs 24.4 starting with option -Q. > > I can also reproduce that. > >> Is this a known bug? > > It seems its a known emacs issue: > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18577
Oh, and in the emacs master branch the regex has been fixed to
"^[^%\n]*\\\\usepackage.*{biblatex}"
but not in the emacs-24 branch. I'll do that right now.
Bye,
Tassilo
signature.asc
Description: PGP signature
_______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
