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: package and testing rant (was Re: package.el, auto-installation, and auto-removal) Date: Wed, 12 Nov 2014 17:21:37 -0500 Message-ID: References: <87a943umku.fsf@lifelogs.com> <87ppcvm7fj.fsf@newcastle.ac.uk> <87vbmndk46.fsf@lifelogs.com> <87wq72ls2h.fsf@ferrier.me.uk> <87k332lnn3.fsf_-_@ferrier.me.uk> <878ujhtx89.fsf@Rainer.invalid> <87h9y48euf.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415830930 12470 80.91.229.3 (12 Nov 2014 22:22:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2014 22:22:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 12 23:22:02 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XogIb-0008Dp-Q6 for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2014 23:22:01 +0100 Original-Received: from localhost ([::1]:57013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XogIb-0003fV-2L for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2014 17:22:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XogIP-0003eX-WF for emacs-devel@gnu.org; Wed, 12 Nov 2014 17:21:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XogIF-0008M8-Ct for emacs-devel@gnu.org; Wed, 12 Nov 2014 17:21:49 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:32479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XogIF-0008Lq-9T for emacs-devel@gnu.org; Wed, 12 Nov 2014 17:21:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au4MAOatTlRLd+sd/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIxALDiYSFBgNJIhLCctyAQEBBwEBAQEekQgHhEsFi2SNLwWZCIFvgjSBYh+CegEBAQ X-IPAS-Result: Au4MAOatTlRLd+sd/2dsb2JhbABcgw6DYoZ+y1MEAgKBHBcBAXyEAwEBAwFWIxALDiYSFBgNJIhLCctyAQEBBwEBAQEekQgHhEsFi2SNLwWZCIFvgjSBYh+CegEBAQ X-IronPort-AV: E=Sophos;i="5.04,797,1406606400"; d="scan'208";a="96796257" Original-Received: from 75-119-235-29.dsl.teksavvy.com (HELO pastel.home) ([75.119.235.29]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 12 Nov 2014 17:21:38 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 09AC043C2; Wed, 12 Nov 2014 17:21:38 -0500 (EST) In-Reply-To: <87h9y48euf.fsf@Rainer.invalid> (Achim Gratz's message of "Wed, 12 Nov 2014 19:15:52 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:176849 Archived-At: >> Can you give further details on this extra autoload file? > Org has split the autoload into the "normal" autoloads that are roughly > for commands that the user should be able to use without loading Org > first and a separate one that provides autoloads for the entry points > into more rarely used parts of Org that don't need to be loaded up-front > (these only get loaded when Org is actually used). That setup was > gleaned from calc IIRC, with some nudging from Glenn. If there is no file that has both types of autoloads, then you don't need a separate run of generate-autoloads, you can just use ;; Local variables: ;; generated-autoload-file: "org-secondary-autoloads.el" ;; End: -- Stefan