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: loaddefs and provide Date: Tue, 03 Nov 2009 22:58:48 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1257307150 14080 80.91.229.12 (4 Nov 2009 03:59:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Nov 2009 03:59:10 +0000 (UTC) Cc: Juanma Barranquero , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 04 04:59:03 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N5X1T-0003iK-6I for ged-emacs-devel@m.gmane.org; Wed, 04 Nov 2009 04:59:03 +0100 Original-Received: from localhost ([127.0.0.1]:47342 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5X1S-0004Ww-HF for ged-emacs-devel@m.gmane.org; Tue, 03 Nov 2009 22:59:02 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N5X1N-0004Wi-2U for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:58:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N5X1H-0004W8-Id for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:58:55 -0500 Original-Received: from [199.232.76.173] (port=44611 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N5X1H-0004W5-CP for emacs-devel@gnu.org; Tue, 03 Nov 2009 22:58:51 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:41870 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N5X1G-0000pZ-4H; Tue, 03 Nov 2009 22:58:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsAEANKK8EpFxJaf/2dsb2JhbACBT90mhD0EiHE X-IronPort-AV: E=Sophos;i="4.44,678,1249272000"; d="scan'208";a="48655972" Original-Received: from 69-196-150-159.dsl.teksavvy.com (HELO pastel.home) ([69.196.150.159]) by ironport2-out.pppoe.ca with ESMTP; 03 Nov 2009 22:58:49 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 004469941; Tue, 3 Nov 2009 22:58:48 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Tue, 03 Nov 2009 22:12:10 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:116612 Archived-At: >> * calendar/calendar.el (cal-loaddefs): >> * calendar/diary-lib.el (diary-loaddefs): >> * calendar/holidays.el (hol-loaddefs): >> * eshell/esh-module.el (esh-groups): >> * mh/mh-e.el (mh-loaddefs): Load rather than require. > The removal of the provide statement from autoload-rubric was > undocumented (it's a separate issue from generated-autoload-feature). > If it was unintentional, I would prefer to put this back to how it was. I hesitated, but in the end, given the fact that we now use files whose non-directory names may clash, I think that auto-generating feature names from files is too risky and not worth the trouble (and generated-autoload-feature is not a solution since it is not at the right place, and actually there's no right place for it). Stefan