From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: Info-dir-remove-duplicates is slow Date: 07 Aug 2005 20:29:12 -0400 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123461056 29283 80.91.229.2 (8 Aug 2005 00:30:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Aug 2005 00:30:56 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 08 02:30:48 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1vWt-00029h-8h for ged-emacs-devel@m.gmane.org; Mon, 08 Aug 2005 02:30:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1vZs-0006eR-2w for ged-emacs-devel@m.gmane.org; Sun, 07 Aug 2005 20:33:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1vZd-0006bV-Kl for emacs-devel@gnu.org; Sun, 07 Aug 2005 20:33:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1vZa-0006Za-FE for emacs-devel@gnu.org; Sun, 07 Aug 2005 20:33:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1vZa-0006ZH-Cw for emacs-devel@gnu.org; Sun, 07 Aug 2005 20:32:58 -0400 Original-Received: from [207.245.121.138] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1E1vjb-00012M-Hg for emacs-devel@gnu.org; Sun, 07 Aug 2005 20:43:19 -0400 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.34) id 1E1vVw-0000aG-AJ; Sun, 07 Aug 2005 20:29:12 -0400 Original-To: Helmut Eller In-Reply-To: Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:41676 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41676 Helmut Eller writes: > The modification is quite small: it replaces the > expensive call to member-ignore-case with a call > to member and only keeps downcased strings around. thanks for the idea. i have installed a change in `Info-dir-remove-duplicates' along those lines, the difference being preservation of the variable name `x'. btw, if you had sent such a diff (and in "diff -c" format), i (or someone else quicker) would have applied it directly and recorded your name in the ChangeLog file as the author of the change. thi