Tassilo Horn <[email protected]> writes: >>> > Yes, that's not caused by the biber merge. It already didn't >>> > work before. >>> >>> I am not sure what you mean. >>> >>> >>> Running reftex-citation >>> in a file which contains >>> a reference to a bibliography like >>> \bibliography{bibgraf} >>> pops up a minibuffer in which I can put a name and then a >>> buffer pops up with all possible matches from the data base. >>> >>> Are you saying this is broken in current CVS? >> >> No. What's broken is that if you type in part of a name and press >> TAB, you don't see all possible completions. I think what you >> described is what happens if you press RET. > > And incidentally, this feature happened to work after my first try at > the biber merge, but not in the (otherwise more exact) biber merge > patch Ken produced. > > There is some more information on [email protected] below Message-ID: > <[email protected]>. Basically, the problem is that > `LaTeX-bibitem-list' returns nil. That's a function generated by the > TeX-auto-* stuff which I haven't much clue about...
Ok, I did a bit more debugging and coincidentally found out that after evaluating (reftex-parse-all) once in a document the functions (LaTeX-bibliography-list) and (LaTeX-bibitem-list) return the required information and TAB-completion works just fine. Bye, Tassilo _______________________________________________ auctex-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex-devel
