From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Elpa packages and macro dependencies. Date: Thu, 16 Oct 2014 13:44:07 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1413481470 9912 80.91.229.3 (16 Oct 2014 17:44:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Oct 2014 17:44:30 +0000 (UTC) Cc: bruce.connor.am@gmail.com, emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 16 19:44:24 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 1Xep66-0007cz-Jc for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2014 19:44:22 +0200 Original-Received: from localhost ([::1]:51608 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xep66-0006fB-8U for ged-emacs-devel@m.gmane.org; Thu, 16 Oct 2014 13:44:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xep5y-0006eu-Hr for emacs-devel@gnu.org; Thu, 16 Oct 2014 13:44:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xep5s-0006v4-HY for emacs-devel@gnu.org; Thu, 16 Oct 2014 13:44:14 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58647) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xep5s-0006uy-Dv; Thu, 16 Oct 2014 13:44:08 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwY7gw/APYEXF3SCJQEBAQECAVYjBQsLDiYSFBgNJIgECA3SDBeOegeEOASaAY8YgWqDTCE X-IPAS-Result: ArYGAIDvNVNFxKjo/2dsb2JhbABZgwY7gw/APYEXF3SCJQEBAQECAVYjBQsLDiYSFBgNJIgECA3SDBeOegeEOASaAY8YgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="94369080" Original-Received: from 69-196-168-232.dsl.teksavvy.com (HELO pastel.home) ([69.196.168.232]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Oct 2014 13:44:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A5C1385A2; Thu, 16 Oct 2014 13:44:07 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Thu, 16 Oct 2014 12:09:44 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:175472 Archived-At: >> I'm running into a problem, but I'm not sure it's actually a bug, so I'm >> bringing it here. > Well, it's > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10125 > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18443 > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18448 Indeed. I think your situation could also be handled correctly by my suggestion: E.g. we could add to bytecomp.el the ability to force `require' to reload a package if it's not already loaded from the file that locate-library returns. -- Stefan