From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: loaddefs.el and MH-E Date: Mon, 30 Aug 2004 06:56:12 +0300 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <01c48e45$Blat.v2.2.2$6fd16ce0@zahav.net.il> References: <01c48d2d$Blat.v2.2.2$6cfed020@zahav.net.il> <26280.1093804886@newt.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1093838227 2210 80.91.224.253 (30 Aug 2004 03:57:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2004 03:57:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 05:56:56 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1dHs-00082f-00 for ; Mon, 30 Aug 2004 05:56:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1dMg-0004wl-B9 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2004 00:01:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1dMZ-0004wd-HC for emacs-devel@gnu.org; Mon, 30 Aug 2004 00:01:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1dMX-0004wR-9P for emacs-devel@gnu.org; Mon, 30 Aug 2004 00:01:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1dMX-0004wO-7T for emacs-devel@gnu.org; Mon, 30 Aug 2004 00:01:45 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1dHb-0008G7-4e for emacs-devel@gnu.org; Sun, 29 Aug 2004 23:56:39 -0400 Original-Received: from zaretski (pns03-206-198.inter.net.il [80.230.206.198]) by legolas.inter.net.il (MOS 3.5.3-GR) with ESMTP id CKN70185 (AUTH halo1); Mon, 30 Aug 2004 06:56:33 +0300 (IDT) Original-To: Bill Wohler X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <26280.1093804886@newt.com> (message from Bill Wohler on Sun, 29 Aug 2004 11:41:26 -0700) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26609 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26609 > Date: Sun, 29 Aug 2004 11:41:26 -0700 > From: Bill Wohler > > The loaddefs.el definitions are the entry points into MH-E and these > (few) definitions should be the only ones from MH-E loaded initially. > Once MH-E is loaded, the definitions in mh-loaddefs.el are loaded for > the support functions. The only trouble that it would cause to load the > mh-loaddefs.el prematurely is to make it difficult for the new user to > decide which of the hundreds of functions to choose. Sorry, for some reason it seemed to me that I saw the autoloads for the same symbols in both of the files. I now see that they are completely disjoint. > You shouldn't have > to worry about mh-loaddefs.el unless you changed the loading procedure > to load */*loaddefs.el when creating the Emacs image. You haven't done > that, have you? No, of course not.