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] externals/auctex 601be82: Fix load error. Date: Mon, 19 Jan 2015 09:30:45 -0500 Message-ID: References: <20150119073111.16409.48011@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1421677860 6234 80.91.229.3 (19 Jan 2015 14:31:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2015 14:31:00 +0000 (UTC) Cc: Tassilo Horn To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 15:30:59 2015 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 1YDDM1-0008Ce-RG for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 15:30:57 +0100 Original-Received: from localhost ([::1]:37744 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDM1-0003sH-3g for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2015 09:30:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDLw-0003sA-TC for emacs-devel@gnu.org; Mon, 19 Jan 2015 09:30:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YDDLq-0005m6-Hj for emacs-devel@gnu.org; Mon, 19 Jan 2015 09:30:52 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:30430) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YDDLq-0005m2-EC; Mon, 19 Jan 2015 09:30:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsPAOwQflSnWBWM/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQRWIxALNBIUGA2Id9ZZAQEBAQYBAQEBHo0kAYNKBxaEMgWLAaYmghKCByGCdwEBAQ X-IPAS-Result: AjsPAOwQflSnWBWM/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQRWIxALNBIUGA2Id9ZZAQEBAQYBAQEBHo0kAYNKBxaEMgWLAaYmghKCByGCdwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="108181203" Original-Received: from 167-88-21-140.cpe.teksavvy.com (HELO pastel.home) ([167.88.21.140]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 19 Jan 2015 09:30:45 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 8D7AE143A; Mon, 19 Jan 2015 09:30:45 -0500 (EST) In-Reply-To: (Tassilo Horn's message of "Mon, 19 Jan 2015 07:31:14 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.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:181432 Archived-At: > (eval-when-compile > - (byte-recompile-directory "style/" 0)) > + (byte-recompile-directory > + (expand-file-name "style/" > + (file-name-directory load-file-name)) 0)) BTW, I wonder if this is really needed. Obviously I thought it was, since I added this byte-recompile-directory, but package.el does call byte-recompile-directory and AFAIK that works recursively, so it should already DTRT. Stefan