From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs Subject: Re: startup.el(normal-top-level-add-subdirs-to-load-path): include mtime in normal-top-level-add-subdirs-inode-list? Date: Tue, 20 Dec 2005 11:33:11 -0500 Message-ID: References: <8664pp23ne.fsf@evgeny.isilon.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1135103682 13508 80.91.229.2 (20 Dec 2005 18:34:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Dec 2005 18:34:42 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 20 19:34:42 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EomGd-0003Vq-GE for geb-bug-gnu-emacs@m.gmane.org; Tue, 20 Dec 2005 19:31:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EomHX-00034Q-Po for geb-bug-gnu-emacs@m.gmane.org; Tue, 20 Dec 2005 13:32:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EokTC-0000E7-7V for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2005 11:36:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EokTA-0000Cp-Fp for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2005 11:36:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EokT8-0000CI-TX for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2005 11:36:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EokWI-0000Hk-00 for bug-gnu-emacs@gnu.org; Tue, 20 Dec 2005 11:39:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EokQJ-0004oM-Og; Tue, 20 Dec 2005 11:33:11 -0500 Original-To: Evgeny Roubinchtein In-reply-to: <8664pp23ne.fsf@evgeny.isilon.com> (message from Evgeny Roubinchtein on Thu, 15 Dec 2005 18:10:13 -0800) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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: , 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:14672 Archived-At: One drawback I can see to my patch (below) is that _old_ entries wouldn't get removed, so normal-top-level-add-subdirs-inode-list would slowly grow for as long as Emacs is running. Yes, it looks that way. The idea is a good one, but doing it right requires a bigger change.