From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: site-start.el and subdirs.el Date: Wed, 09 Apr 2003 13:57:27 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049893951 21907 80.91.224.249 (9 Apr 2003 13:12:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Apr 2003 13:12:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 09 15:12:28 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 193FNM-0005hA-00 for ; Wed, 09 Apr 2003 15:12:28 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 193FRr-0002Va-00 for ; Wed, 09 Apr 2003 15:17:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193FKE-00049b-05 for emacs-devel@quimby.gnus.org; Wed, 09 Apr 2003 09:09:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 193F9M-0001Oj-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 08:58:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 193F94-0001Cv-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 08:57:43 -0400 Original-Received: from plum.csi.cam.ac.uk ([131.111.8.3]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 193F8v-00013l-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 08:57:33 -0400 Original-Received: from cass41.ast.cam.ac.uk ([131.111.69.186]) by plum.csi.cam.ac.uk with esmtp (Exim 4.12) id 193F8q-0004UI-00 for emacs-devel@gnu.org; Wed, 09 Apr 2003 13:57:28 +0100 Original-Received: from xserv1.ast.cam.ac.uk[131.111.69.235]) h39CvRgD025475; Wed, 9 Apr 2003 13:57:28 +0100 (BST) Original-Received: from xserv1.ast.cam.ac.uk[131.111.69.55]) by xserv1.ast.cam.ac.uk (8.11.6/8.11.6) with ESMTP id h39CvRl13952; Wed, 9 Apr 2003 13:57:27 +0100 Original-To: emacs-devel@gnu.org X-Attribution: GM Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/directory/emacs.html) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:13076 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:13076 In startup.el, normal-top-level loads any subdirs.el files found in load-path. Later on, it calls command-line which loads site-start.el and default.el. This means that if these two files (or ~/.emacs) add any directories to load-path, they don't get scanned for subdirs.el files. Would there be any disadvantages to changing things so that they were?