help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: bibtex-validate-globally


From: Roland Winkler
Subject: Re: bibtex-validate-globally
Date: Sun, 21 Jan 2007 14:26:20 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

Greg Bognar <greg.bognar@gmail.com> writes:
> I have a question about the funtion bibtex-validate-globally.
> According to its description, it should check for duplicate keys in
> the variable bibtex-files.  By default (in bibtex.el), this variable
> is set to nil, so the function does not do anything.  However, if I
> set it to bibtex-file-path, whose value is given by (correctly) the
> variable BIBINPUTS, it gives me a Wrong type argument: listp, [value
> of bibtex-file-path].

The value of bibtex-files must be a list. One element of this list
can be the *symbol* bibtex-file-path. So

  (setq bibtex-files '(bibtex-file-path))

is probably what you want.

Roland


reply via email to

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