From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: emacs trying to load too many files at startup Date: Mon, 21 Nov 2005 03:09:56 -0500 Message-ID: References: <200511191831.jAJIVJTp026147@scanner2.ics.uci.edu> <87ek5b6yad.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1132562670 19008 80.91.229.2 (21 Nov 2005 08:44:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 21 Nov 2005 08:44:30 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 21 09:44:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ee7Gd-0002Qf-OT for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 09:43:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ee7Gc-0001lt-E4 for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2005 03:43:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ee6kY-0003B0-Eu for emacs-devel@gnu.org; Mon, 21 Nov 2005 03:10:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ee6kU-0003AY-S3 for emacs-devel@gnu.org; Mon, 21 Nov 2005 03:10:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ee6kQ-00039c-SZ for emacs-devel@gnu.org; Mon, 21 Nov 2005 03:09:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Ee6kQ-0002ve-SM for emacs-devel@gnu.org; Mon, 21 Nov 2005 03:09:58 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ee6kO-0005cG-Qv; Mon, 21 Nov 2005 03:09:57 -0500 Original-To: Stefan Monnier In-reply-to: <87ek5b6yad.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 20 Nov 2005 12:12:14 -0500) 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:46394 Archived-At: 1 - just before dumping, turn things like "lisp-mode.elc" into "emacs-lisp/lisp-mode.elc". This requires many stat calls but who cares. My solution guesses at this at startup, but I would not mind using your solution instead, if it seems to be better.