From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien 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 15:22:49 +0200 Message-ID: <87vceuqqc6.fsf@bzg.ath.cx> References: <87pq5267ew.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349097788 24402 80.91.229.3 (1 Oct 2012 13:23:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Oct 2012 13:23:08 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 01 15:23:14 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 1TIfxf-0003iS-Qe for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 15:23:03 +0200 Original-Received: from localhost ([::1]:35334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIfxX-0004Ob-As for ged-emacs-devel@m.gmane.org; Mon, 01 Oct 2012 09:22:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:33853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIfxS-0004OU-D6 for emacs-devel@gnu.org; Mon, 01 Oct 2012 09:22:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TIfxM-0002TT-58 for emacs-devel@gnu.org; Mon, 01 Oct 2012 09:22:50 -0400 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:37872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TIfxL-0002TL-Ty; Mon, 01 Oct 2012 09:22:44 -0400 Original-Received: by wgbgg4 with SMTP id gg4so2314044wgb.30 for ; Mon, 01 Oct 2012 06:22:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=8OnMSbgT4UYENqCnq5SBTjl/O05SYGyzywXUZWM3y9Q=; b=zkeiP1peiA2iZ7gQ1J3uE/tD7UtDx24m7WUMbe1Q6hwEnxmZR2xNVTVhehssLkq5/+ 196fZnN9U7PLmeK9VcOD3DQLnRd7jQU+HOGajqQsiJ14PCzUbbGFCxH/kxuheUR+tz8u vmMfwWmiL4f1+PeCzvh7oFAdYT0OdSIelQ0sSCkFKzVXjcaNz0kPWk+dB9P9+XWT6Myv qt7fuLyfH4nG+8f48FEb5tBoALG+Q8ZLnIFNrQ5KrqY6xyTL3tdzWjh7Q7ZieCE8EMNk 8ZgWgt1/MIe1URxuOTh6EtE+HqnKhnpIl3F2jNhvN/wYrbjGPBq0OeRCLC6/dm8xYMxS O+yA== Original-Received: by 10.180.101.230 with SMTP id fj6mr9751679wib.16.1349097762606; Mon, 01 Oct 2012 06:22:42 -0700 (PDT) Original-Received: from bzg.localdomain (66.84.195.77.rev.sfr.net. [77.195.84.66]) by mx.google.com with ESMTPS id hv8sm20594466wib.0.2012.10.01.06.22.40 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Oct 2012 06:22:41 -0700 (PDT) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id 7009E22EDC; Mon, 1 Oct 2012 15:22:49 +0200 (CEST) In-Reply-To: (Glenn Morris's message of "Mon, 01 Oct 2012 03:03:01 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.49 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:153824 Archived-At: Glenn Morris writes: > 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. I will have a look, thanks for the pointer. -- Bastien