pw <[email protected]> writes:

Hi!

> There are bugs on reftex-create-bibtex-file command.
>
> 1. M-x reftex-create-bibtex-file does not work (the menu (ref>global actions>
> create a bibtex file) works). I was reported that loading reftex-site make M-x
> reftex-create-bibtex-file [1] work (not for me).

Indeed, the problem was that reftex-create-bibtex-file was autoloaded,
but the autoload didn't declare it as interactive function, so it wasn't
picked up in M-x.  Fixed in Emacs bzr, so it'll be in 24.4.

> 2. reftex-create-bibtex-file extracts only references without optional
> arguments.
>
> \cite{foo} is extracted, \cite[p.1]{foo} isn't.

Indeed, there was a bug in the regex used for scanning citation keys.
I've fixed that in Emacs bzr, so it'll be in 24.4, too.

Thanks,
Tassilo

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

Reply via email to