From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#2293: 23.0.90; lazy-completion-table broken for bibtex-mode Date: Thu, 12 Feb 2009 01:58:04 -0500 Message-ID: References: <18835.16410.242316.118570@tfkp07.physik.uni-erlangen.de> Reply-To: Glenn Morris , 2293@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234423444 13362 80.91.229.12 (12 Feb 2009 07:24:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 07:24:04 +0000 (UTC) Cc: 2293@emacsbugs.donarmstrong.com To: Roland Winkler Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 08:25:19 2009 Return-path: Envelope-to: geb-bug-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 1LXVwk-0001ir-PY for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Feb 2009 08:25:19 +0100 Original-Received: from localhost ([127.0.0.1]:59559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXVvQ-0006Lt-W2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Feb 2009 02:23:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXVv9-0006C8-Si for bug-gnu-emacs@gnu.org; Thu, 12 Feb 2009 02:23:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXVv6-00069p-U0 for bug-gnu-emacs@gnu.org; Thu, 12 Feb 2009 02:23:39 -0500 Original-Received: from [199.232.76.173] (port=43694 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXVv6-00069f-Ee for bug-gnu-emacs@gnu.org; Thu, 12 Feb 2009 02:23:36 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:38559) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXVv6-0005H5-2S for bug-gnu-emacs@gnu.org; Thu, 12 Feb 2009 02:23:36 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1C7NXWZ005437; Wed, 11 Feb 2009 23:23:33 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id n1C754cw000810; Wed, 11 Feb 2009 23:05:04 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Thu, 12 Feb 2009 07:05:04 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 2293 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 2293-submit@emacsbugs.donarmstrong.com id=B2293.123442200731458 (code B ref 2293); Thu, 12 Feb 2009 07:05:04 +0000 Original-Received: (at 2293) by emacsbugs.donarmstrong.com; 12 Feb 2009 07:00:07 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1C704Y2031267 for <2293@emacsbugs.donarmstrong.com>; Wed, 11 Feb 2009 23:00:05 -0800 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LXVWO-0006At-If; Thu, 12 Feb 2009 01:58:04 -0500 X-Spook: sweep assassination Centro BLU-114/B EuroFed Pine Gap X-Ran: ),8Xmis)QKvQ`e/b|Lz`s!w/P`=J~j`E List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:25212 Archived-At: "Roland Winkler" wrote: > bibtex-reference-keys is initialized via lazy-completion-table. > Yet when I use minibuffer completion for bibtex-search-entry > (which is using bibtex-reference-keys for completion) it gives me > the error message > > completion--some: Symbol's value as variable is void: lambda emacs -Q foo.bib M-x bibtex-search-entry RET TAB works fine for me. Suggest maintainer-clean + bootstrap (unless you were talking about something else).