From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bruce.connor.am@gmail.com Newsgroups: gmane.emacs.devel Subject: Re: Elpa packages and macro dependencies. Date: Fri, 17 Oct 2014 09:28:41 +0100 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1413534546 19333 80.91.229.3 (17 Oct 2014 08:29:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2014 08:29:06 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 17 10:28:59 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 1Xf2uB-0003Oh-Cc for ged-emacs-devel@m.gmane.org; Fri, 17 Oct 2014 10:28:59 +0200 Original-Received: from localhost ([::1]:58569 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xf2uA-000700-RX for ged-emacs-devel@m.gmane.org; Fri, 17 Oct 2014 04:28:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xf2tx-0006zn-VY for emacs-devel@gnu.org; Fri, 17 Oct 2014 04:28:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xf2tx-0001DH-7Y for emacs-devel@gnu.org; Fri, 17 Oct 2014 04:28:45 -0400 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:49251) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xf2tu-0001CV-NZ; Fri, 17 Oct 2014 04:28:42 -0400 Original-Received: by mail-ob0-f175.google.com with SMTP id wn1so243691obc.6 for ; Fri, 17 Oct 2014 01:28:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=4y8rg6pcitzziF0rb6UptAYE99yXrgqa1Cfw2TBKOZ8=; b=h5Ma8lf+5kjHtmcGr4eBu+r+LJqImngez6/0zLbRPQX00/pkORflRZmwZRz8Gbh4yc 5iYwk5eFYOx/SCL7PUc8pYJ2YtLyiJKVl35KtAomim0sPBpPTaKVk5Ys0Auv0VfxCQN2 2qDWL9B3EPa9xlGIZim5OQYBkomPkMRpf3PMYNH6f8APe5d5lIoNRICE0eULdo8OTdMl 7iXNjU3rYXpQMhjV9tu89HLnMUn+BBIcmL5YEElhIkwv2wcPWHW97SBL1+fHj78gfbCT BHzK3uM82pzeEAkhHXiaPTSQ66iklrLo4M/i8rfTo6i95FK5WBvxVcND6Vg0JkKm863w yp4w== X-Received: by 10.182.73.196 with SMTP id n4mr806778obv.51.1413534521504; Fri, 17 Oct 2014 01:28:41 -0700 (PDT) Original-Received: by 10.76.1.137 with HTTP; Fri, 17 Oct 2014 01:28:41 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: OxTsQgfL2X3N_cEtlI_5Fvd8y2Y X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22f 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:175510 Archived-At: > The idea would be to make this automatic in the byte-compiler, so the > packages don't need to worry about it. > > Would you like to work on a patch for that? > Sure, I=E2=80=99ll give it a try.