From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: [patch] 21.3 executable.find - Use cache in `executable-find' Date: 24 Mar 2004 13:13:40 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1080126755 22515 80.91.224.253 (24 Mar 2004 11:12:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Mar 2004 11:12:35 +0000 (UTC) Cc: bug-gnu-emacs@prep.ai.mit.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Mar 24 12:12:29 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B66JA-00074P-00 for ; Wed, 24 Mar 2004 12:12:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B66Ik-0003QX-7c for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Mar 2004 06:12:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B66If-0003Ol-98 for bug-gnu-emacs@prep.ai.mit.edu; Wed, 24 Mar 2004 06:11:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B66I8-00038z-RR for bug-gnu-emacs@prep.ai.mit.edu; Wed, 24 Mar 2004 06:11:55 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.30) id 1B66I7-000378-OU; Wed, 24 Mar 2004 06:11:24 -0500 Original-To: jari.aalto@poboxes.com (Jari Aalto+mail.linux) In-reply-to: (jari.aalto@poboxes.com) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:7361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7361 > From: jari.aalto@poboxes.com (Jari Aalto+mail.linux) > Date: Sun, 08 Feb 2004 13:37:16 +0200 > > It is common that searches for programs are done multiple times, so it > would be good if the precious values were cached just like bash does. Any measurements to show that this indeed yields significant savings in Emacs?