From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r110286: Sync Org 7.9.2 from the commit tagged "release_7.9.2" in Org's Git repo. Date: Mon, 01 Oct 2012 13:39:01 -0400 Message-ID: <5fobkm9jnu.fsf@fencepost.gnu.org> References: <87pq5267ew.fsf@bzg.ath.cx> <87626uuol5.fsf@Rainer.invalid> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1349113159 9497 80.91.229.3 (1 Oct 2012 17:39:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 17:39:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Achim Gratz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 19:39:24 2012 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 1TIjxZ-0002BS-HT for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 19:39:13 +0200 Original-Received: from localhost ([::1]:44606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIjxU-0002PS-2j for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 13:39:08 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIjxQ-0002PM-6F for emacs-devel@gnu.org; Mon, 01 Oct 2012 13:39:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIjxO-0003AG-MJ for emacs-devel@gnu.org; Mon, 01 Oct 2012 13:39:04 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:57792) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIjxO-0003AC-Ix for emacs-devel@gnu.org; Mon, 01 Oct 2012 13:39:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TIjxN-00014p-Af; Mon, 01 Oct 2012 13:39:01 -0400 X-Spook: Security Council Bin Laden UNSCOM S Box 9/11 S Key NORAD X-Ran: 6<1}1$n.$YFZ;xXA&"Hfn"l7Hl>Cqm=^RB""*hAfpX{f89ewX3DK X-Hue: white X-Attribution: GM In-Reply-To: <87626uuol5.fsf@Rainer.invalid> (Achim Gratz's message of "Mon, 01 Oct 2012 18:47:02 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:153861 Archived-At: Achim Gratz wrote: > You change all autoload cookies to some different value like > autoload-org. Then you generate org-loaddefs.el using that cookie and > when loaddefs.el is generated using the original cookie it comes up > empty. The real work there is to decide, for each autoload, whether it > belongs into org-loaddefs.el or loaddefs.el. That is the more complex method, yes, which you need if a given file needs both kinds of autoloads (ones that belong in org-loaddefs and also ones that belong in loaddefs). Hopefully the simpler generated-autoload-file method suffices. It depends how many entry points Org needs beyond the obvious "org-mode"...