From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Greg Bognar Newsgroups: gmane.emacs.help Subject: Re: bibtex-validate-globally Date: Sun, 21 Jan 2007 14:04:29 -0500 Organization: Harvard University Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1169408445 10691 80.91.229.12 (21 Jan 2007 19:40:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 19:40:45 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 21 20:40:43 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H8iYL-0007fD-IH for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jan 2007 20:40:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8iYL-0007wM-5D for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Jan 2007 14:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.umbc.edu!news2.wam.umd.edu!elk.ncren.net!news.purdue.edu!purdue!news.harvard.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: dhcp-186-239.harvard.edu Original-X-Trace: plato.harvard.edu 1169406268 30822 128.103.186.239 (21 Jan 2007 19:04:28 GMT) Original-X-Complaints-To: news@plato.harvard.edu Original-NNTP-Posting-Date: Sun, 21 Jan 2007 19:04:28 +0000 (UTC) User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) Original-Xref: shelby.stanford.edu gnu.emacs.help:144888 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40492 Archived-At: On Sun, 21 Jan 2007 14:26:20 +0100, Roland Winkler wrote: > Greg Bognar 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. What a stupid mistake -- I used the wrong syntax. Thanks!