auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX] Subject: reftex-citation to complete from all citations instead


From: Claude Lacoursiere
Subject: [AUCTeX] Subject: reftex-citation to complete from all citations instead of just ones used previously?
Date: Tue, 10 Jul 2012 18:05:33 +0200

I think that what you are missing are emacs and maybe also shell variables.
My .emacs reftex section:

;; reftex global parameters
(setq-default
 reftex-plug-into-AUCTeX t
 bib-bibtex-env-variable "BIBINPUTS"
 bib-cite-use-reftex-view-crossref t
 reftex-enable-partial-scans t
 reftex-save-parse-info t
 reftex-use-multiple-selection-buffers t
 reftex-default-bibliography '("~/texinputs/lde-bib.bib")
 )

and my shell variable:

BIBINPUTS=.:~/texinputs:../../texinputs

I forgot the variable name but you can set the bibliography
local to your file buffer.

On Tue, Jul 10, 2012 at 6:00 PM,  <address@hidden> wrote:
> Send auctex mailing list submissions to
>         address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.gnu.org/mailman/listinfo/auctex
> or, via email, send a message with subject or body 'help' to
>         address@hidden
>
> You can reach the person managing the list at
>         address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of auctex digest..."
>
>
> Today's Topics:
>
>    1. reftex-citation to complete from all citations instead of
>       just ones used previously? (Michael Hoffman)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 09 Jul 2012 16:45:52 -0700
> From: Michael Hoffman <address@hidden>
> To: address@hidden
> Subject: [AUCTeX] reftex-citation to complete from all citations
>         instead of just ones used previously?
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> When I start AUCTeX there are no completions available for
> reftex-citation. I have to give it a regular expression first and then
> after selecting a citation it will be in the history for reftex-citation
> and also I can tab-complete to it in the prompt for reftex-citation.
>
> It seems like it would be easier to just tab out a citation key if I
> know its beginning and have the citations completed from the
> bibliography database instead of history. Is this possible?
>
> Michael Hoffman
>
>
>
>
> ------------------------------
>
> _______________________________________________
> auctex mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/auctex
>
>
> End of auctex Digest, Vol 89, Issue 4
> *************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]