From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: customize-apropos-options takes forever... Date: Fri, 07 Jul 2006 15:30:58 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1152300731 5028 80.91.229.2 (7 Jul 2006 19:32:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jul 2006 19:32:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 07 21:32:08 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fyw39-0002AL-8p for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 21:31:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyw38-0004Bn-PT for ged-emacs-devel@m.gmane.org; Fri, 07 Jul 2006 15:31:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fyw2V-0003sd-Pz for emacs-devel@gnu.org; Fri, 07 Jul 2006 15:30:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fyw2U-0003sR-TU for emacs-devel@gnu.org; Fri, 07 Jul 2006 15:30:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyw2U-0003sO-Ru for emacs-devel@gnu.org; Fri, 07 Jul 2006 15:30:58 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fyw2y-00073c-GY for emacs-devel@gnu.org; Fri, 07 Jul 2006 15:31:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Fyw2U-00024k-69; Fri, 07 Jul 2006 15:30:58 -0400 Original-To: "Drew Adams" In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:56736 Archived-At: Would you like to try running Emacs 22 under a debugger and stopping it a few times uring this operation? If you notice a place that shows up frequently in the backtrace, that might be the place that is using the time. I feel comfortable with the lisp debugger, but not with gdb etc. You can try using debug-on-quit and the Lisp debugger. If the slowness is at Lisp level, you would find it that way. But I would guess it is at the C level. If so, you could only see it with a C level debugger.