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 03:03:01 -0400 Message-ID: References: <87pq5267ew.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1349074990 23464 80.91.229.3 (1 Oct 2012 07:03:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 07:03:10 +0000 (UTC) Cc: Emacs developers To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 09:03:15 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 1TIa24-0005Tf-Hs for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 09:03:12 +0200 Original-Received: from localhost ([::1]:37582 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIa1y-00024s-Tw for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 03:03:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIa1w-00024m-J2 for emacs-devel@gnu.org; Mon, 01 Oct 2012 03:03:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIa1v-0003jA-JA for emacs-devel@gnu.org; Mon, 01 Oct 2012 03:03:04 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:33551) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIa1v-0003j1-FL for emacs-devel@gnu.org; Mon, 01 Oct 2012 03:03:03 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1TIa1t-0006gC-7o; Mon, 01 Oct 2012 03:03:01 -0400 X-Spook: Delta Force John Kerry Ceridian pink noise bootleg Etacs X-Ran: C-Yl7iI^.@bc5{T41L]'8'SSD*s-/j\Y@V@sO:^c`,Y]ALHj-g!%UQ+8#@[EG{wX*PzYre X-Hue: blue X-Attribution: GM In-Reply-To: <87pq5267ew.fsf@bzg.ath.cx> (Bastien's message of "Mon, 01 Oct 2012 08:19:35 +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:153804 Archived-At: Bastien wrote: > Yes, I can how loaddefs.el could benefit from an org-loaddefs.el. > > I see how I can generate a separate org-loaddefs.el (and we do this > already for people who install Org separately, the file is called > org-install.el) but I don't see how I can prevent Emacs from adding > the same autoloaded functions in loaddefs.el. The simple method is to set a file local value for generated-autoload-file in org/*.el files (apart from org.el). Eg have a look at how calc does it.