From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: Elpa packages and macro dependencies. Date: Mon, 20 Oct 2014 10:58:02 +0200 Message-ID: <87h9yz5d9h.fsf@yahoo.fr> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413795511 17855 80.91.229.3 (20 Oct 2014 08:58:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 08:58:31 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 20 10:58:25 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 1Xg8nH-0004r9-Lb for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2014 10:58:23 +0200 Original-Received: from localhost ([::1]:43185 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg8nH-0005hO-CI for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2014 04:58:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg8mv-0005h6-0m for emacs-devel@gnu.org; Mon, 20 Oct 2014 04:58:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xg8mp-0003IR-1R for emacs-devel@gnu.org; Mon, 20 Oct 2014 04:58:00 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:51036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xg8mo-0003Hq-Im for emacs-devel@gnu.org; Mon, 20 Oct 2014 04:57:54 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjkKAH/NRFSkD4Xx/2dsb2JhbABcvVIBAQEBAQEGmk8CgSYBfYQDAQEEeRAIAyElDwEESROIKgEUr0eLHAGHCAEBCAIBH4YjgjuHcweESwEEmQqET4dQjlKDeTsvgksBAQE Original-Received: from mathsrv4.ulb.ac.be (HELO localhost) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 20 Oct 2014 10:57:47 +0200 In-Reply-To: (Stefan Monnier's message of "Sat, 18 Oct 2014 17:41:11 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:175579 Archived-At: Stefan Monnier writes: > - Packages can include several files, so we have to figure out the set > of files to load and (here's the rub) the order in which to load them. It could be approximated by doing it in the order found in load-history. -- Nicolas Richard