From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: mh-e/mh-loaddefs.el removed from CVS Date: Fri, 07 Oct 2005 10:19:24 -0400 Message-ID: <87ek6xs98e.fsf-monnier+emacs@gnu.org> References: <30026.1128661200@olgas.newt.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128694827 18744 80.91.229.2 (7 Oct 2005 14:20:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Oct 2005 14:20:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 07 16:20:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ENt4o-0000HB-3P for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 16:19:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENt4n-0000dn-Bt for ged-emacs-devel@m.gmane.org; Fri, 07 Oct 2005 10:19:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ENt4K-0000RI-6d for emacs-devel@gnu.org; Fri, 07 Oct 2005 10:19:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ENt4I-0000QG-9d for emacs-devel@gnu.org; Fri, 07 Oct 2005 10:19:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ENt4H-0000QD-Ru for emacs-devel@gnu.org; Fri, 07 Oct 2005 10:19:26 -0400 Original-Received: from [209.226.175.188] (helo=tomts25-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ENt4H-0002kP-Nr for emacs-devel@gnu.org; Fri, 07 Oct 2005 10:19:25 -0400 Original-Received: from alfajor ([67.71.116.13]) by tomts25-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20051007141924.COWK28424.tomts25-srv.bellnexxia.net@alfajor>; Fri, 7 Oct 2005 10:19:24 -0400 Original-Received: by alfajor (Postfix, from userid 1000) id 4C7B2D7314; Fri, 7 Oct 2005 10:19:24 -0400 (EDT) Original-To: Bill Wohler In-Reply-To: <30026.1128661200@olgas.newt.com> (Bill Wohler's message of "Thu, 06 Oct 2005 22:00:00 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:43642 Archived-At: > It is now regenerated automatically in lisp/Makefile. > Those of you using MH-E in CVS Emacs will need to run ./configure in > order to rebuild lisp/Makefile from lisp/Makefile.in. Reminds me that I think it'd be neat if autoloads.el accepted a "autoload-destination" file-local variable, so that a file could say "my autoloads should go to mh-loaddefs.el rather than the default loaddefs.el". Another related "todo item" if mine in this area is to make an (require-autoload 'feature), which would work more or less like require, except that the byte compiler would replace it with a list of autoloads for all the functions used in the file and provided by `feature'. Stefan