From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.help Subject: Re: slow bibtex menu access Date: Thu, 03 Mar 2005 10:18:22 -0600 Message-ID: <87fyzcn1o1.fsf@mun.ca> References: <87mztm6vt8.fsf-monnier+gnu.emacs.help@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109868744 21843 80.91.229.2 (3 Mar 2005 16:52:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2005 16:52:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 03 17:52:23 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D6tJm-0006XD-BU for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Mar 2005 17:36:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6tcl-0007a5-Ky for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Mar 2005 11:56:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D6ta8-0006tN-Cw for help-gnu-emacs@gnu.org; Thu, 03 Mar 2005 11:53:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D6tZy-0006nt-Sr for help-gnu-emacs@gnu.org; Thu, 03 Mar 2005 11:53:40 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D6tZy-0006n6-Et for help-gnu-emacs@gnu.org; Thu, 03 Mar 2005 11:53:38 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D6tJB-0006sq-A0 for help-gnu-emacs@gnu.org; Thu, 03 Mar 2005 11:36:17 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D6t1N-00033t-TO for help-gnu-emacs@gnu.org; Thu, 03 Mar 2005 17:17:54 +0100 Original-Received: from s0106000ae61de208.wp.shawcable.net ([24.77.70.85]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Mar 2005 17:17:53 +0100 Original-Received: from sluque by s0106000ae61de208.wp.shawcable.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Mar 2005 17:17:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: s0106000ae61de208.wp.shawcable.net User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:GfcEJfde7j+j4FtWm8fSb2Leoak= 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24493 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24493 Chong Yidong wrote: [...] > If emacs -q gets rid of the problem, the easiest way to proceed is to > find out which part of your .emacs is to blame. You should comment out > the whole file, then uncomment a few pieces at a time and test again, > trying to spot the point where the problem comes back. Thank you, I'd forgotten that (haven't done it in a long time). So I found the problem, and it was table.el. I had (require 'table) and (require 'emacs-wiki-table) (the latter requires table.el) in a few places. I have no idea where and how table.el is causing the problem, but would it be possible to turn it off (I guess a hook might do it) while in bibtex? Tables are not needed in bibtex anyway. Thanks for your help, -- Sebastian Luque