Function: bibtex-find-crossref

bibtex-find-crossref is a and interactive for bibtex-search-crossref, defined in bibtex.el.gz.

Signature

(bibtex-find-crossref CROSSREF-KEY &optional PNT SPLIT NOERROR)

Documentation

Move point to the beginning of BibTeX entry CROSSREF-KEY.

If bibtex-files is non-nil, search all these files. Otherwise the search is limited to the current buffer. Return position of entry if CROSSREF-KEY is found or nil otherwise. If CROSSREF-KEY is in the same buffer like current entry but before it an error is signaled. If NOERROR is non-nil this error is suppressed. Optional arg PNT is the position of the referencing entry. It defaults to position of point. If optional arg SPLIT is non-nil, split window so that both the referencing and the crossrefed entry are displayed.

If called interactively, CROSSREF-KEY defaults to either the crossref key of current entry or a key matched by bibtex-cite-matcher-alist, whatever is nearer to the position of point. SPLIT is t. NOERROR is nil for a crossref key, t otherwise.

Probably introduced at or before Emacs version 22.1.

Key Bindings

Aliases

bibtex-find-crossref