From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bill Wohler Newsgroups: gmane.emacs.devel Subject: Re: loaddefs.el and MH-E Date: Sun, 29 Aug 2004 11:41:26 -0700 Organization: Newt Software Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <26280.1093804886@newt.com> References: <01c48d2d$Blat.v2.2.2$6cfed020@zahav.net.il> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1093804955 16199 80.91.224.253 (29 Aug 2004 18:42:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2004 18:42:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 29 20:42:27 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 1C1UdH-0003ZV-00 for ; Sun, 29 Aug 2004 20:42:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1Ui3-0004wX-3l for ged-emacs-devel@m.gmane.org; Sun, 29 Aug 2004 14:47:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1Uhv-0004wS-Tk for emacs-devel@gnu.org; Sun, 29 Aug 2004 14:47:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1Uhu-0004wG-B4 for emacs-devel@gnu.org; Sun, 29 Aug 2004 14:47:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1Uhu-0004wD-6k for emacs-devel@gnu.org; Sun, 29 Aug 2004 14:47:14 -0400 Original-Received: from [207.217.120.232] (helo=flamingo.mail.pas.earthlink.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C1Ucq-0006uJ-F3; Sun, 29 Aug 2004 14:42:00 -0400 Original-Received: from h-68-166-38-222.snvacaid.dynamic.covad.net ([68.166.38.222] helo=olgas.newt.com) by flamingo.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1C1Ucp-0005Fp-00; Sun, 29 Aug 2004 11:41:59 -0700 Original-Received: from wohler (helo=newt.com) by olgas.newt.com with local-esmtp (Exim 3.36 #1 (Debian)) id 1C1UcI-0006pu-00; Sun, 29 Aug 2004 11:41:26 -0700 Original-To: Eli Zaretskii In-Reply-To: "Eli Zaretskii"'s message of Sat, 28 Aug 2004 21:31:47 +0300. <01c48d2d$Blat.v2.2.2$6cfed020@zahav.net.il> X-Mailer: MH-E 7.82; nmh 1.1; GNU Emacs 21.3.1 X-Image-URL: http://www.newt.com/wohler/images/bill-diving.png 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:26603 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26603 Eli Zaretskii wrote: > If I say "make autoloads" in the lisp directory, loaddefs.el gets > several autoload lines for MH-E symbols. However, there's also the > mh-loaddefs.el file in the mh-e subdirectory. Can this cause any > trouble? Eli, 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. 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? -- Bill Wohler http://www.newt.com/wohler/ GnuPG ID:610BD9AD Maintainer of comp.mail.mh FAQ and MH-E. Vote Libertarian! If you're passed on the right, you're in the wrong lane.