From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: [RFC] Editing Lisp through changing indentation Date: Fri, 30 Aug 2013 00:30:12 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1377815416 15281 80.91.229.3 (29 Aug 2013 22:30:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 Aug 2013 22:30:16 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Barry OReilly Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 30 00:30:17 2013 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 1VFAjH-0000oY-R2 for ged-emacs-devel@m.gmane.org; Fri, 30 Aug 2013 00:30:15 +0200 Original-Received: from localhost ([::1]:46164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFAjH-0004Fx-CB for ged-emacs-devel@m.gmane.org; Thu, 29 Aug 2013 18:30:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55906) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFAj8-0004Bf-ID for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:30:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFAj2-0007jE-DV for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:30:06 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.10]:40269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFAj2-0007iq-7X for emacs-devel@gnu.org; Thu, 29 Aug 2013 18:30:00 -0400 Original-Received: from frontend1.mail.m-online.net (frontend1.mail.intern.m-online.net [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3cQz5w3lHKz3hhn8; Fri, 30 Aug 2013 00:29:56 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3cQz5w3bn7zbbrZ; Fri, 30 Aug 2013 00:29:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id Hp1m3sEiVMnq; Fri, 30 Aug 2013 00:29:55 +0200 (CEST) X-Auth-Info: gkmBzFzFy0tJTJa93OgoS0bQ1vL1+lcI8gzFac58I3A= Original-Received: from linux.local (p4FE4D1F7.dip0.t-ipconnect.de [79.228.209.247]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 30 Aug 2013 00:29:55 +0200 (CEST) Original-Received: by linux.local (Postfix, from userid 501) id 2AD751E569E; Fri, 30 Aug 2013 00:30:12 +0200 (CEST) X-Yow: You mean you don't want to watch WRESTLING from ATLANTA? In-Reply-To: (Barry OReilly's message of "Thu, 29 Aug 2013 16:40:41 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 212.18.0.10 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:163095 Archived-At: Barry OReilly writes: > When I manually add the necessary -L flags (-L packages/trie/ -L > packages/heap/ -L packages/tNFA/ -L packages/queue/) then I could byte > compile with warnings. But how is it supposed to get the load paths? Do you mean this? diff --git a/GNUmakefile b/GNUmakefile index 0fac72b..4ff3d31 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -127,7 +127,8 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, %.elc, $(nbc_els))) @$(EMACS) \ --eval "(setq package-directory-list '(\"$(abspath packages)\"))" \ --eval '(package-initialize)' \ - -L $(dir $@) -f batch-byte-compile $< + $(patsubst %, -L %, $(filter-out %/cl-lib, $(pkgs))) \ + -f batch-byte-compile $< .PHONY: elcs elcs: $(elcs) Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."