Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 8D2FB4048D2 for ; Fri, 12 Mar 2010 05:09:06 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.305 X-Spam-Level: X-Spam-Status: No, score=-2.305 tagged_above=-999 required=5 tests=[AWL=0.294, BAYES_00=-2.599] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mbs-wWJ0mEqn for ; Fri, 12 Mar 2010 05:09:05 -0800 (PST) Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com [209.85.218.210]) by olra.theworths.org (Postfix) with ESMTP id A38214048CF for ; Fri, 12 Mar 2010 05:09:05 -0800 (PST) Received: by bwz2 with SMTP id 2so1010521bwz.30 for ; Fri, 12 Mar 2010 05:09:04 -0800 (PST) Received: by 10.204.5.213 with SMTP id 21mr2585298bkw.66.1268399344563; Fri, 12 Mar 2010 05:09:04 -0800 (PST) Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1]) by mx.google.com with ESMTPS id s17sm5152026bkd.10.2010.03.12.05.09.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 05:09:04 -0800 (PST) Received: by aw.hh.sledj.net (Postfix, from userid 1000) id 9685A3A0A1; Fri, 12 Mar 2010 13:08:54 +0000 (GMT) To: notmuch@notmuchmail.org In-Reply-To: <1268398629-28163-1-git-send-email-dme@dme.org> References: <1268398629-28163-1-git-send-email-dme@dme.org> From: David Edmondson X-Now-Playing: Attribute (conntype) does not pass the type constraint because: Validation failed for 'CONNTYPE' failed with value undef at /home/dme/u/bin/now-playing line 33 main::now_playing() called at /home/dme/u/bin/now-playing line 49 Date: Fri, 12 Mar 2010 13:08:54 +0000 Message-ID: <878w9xvg9l.fsf@aw.hh.sledj.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] [PATCH] Add the emacs directory to the load-path when byte compiling X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 13:09:06 -0000 When the emacs UI is split into multiple files they are likely to be interdependent. Adding the emacs directory to the load-path means that one file will be able to `require' another. Signed-off-by: David Edmondson --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 46f001c..f0b96e0 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ quiet ?= $($1) $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@ %.elc: %.el - $(call quiet,EMACS) -batch -f batch-byte-compile $< + $(call quiet,EMACS) -batch -L emacs -f batch-byte-compile $< .deps/%.d: %.c $(global_deps) @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \ -- 1.7.0 dme. -- David Edmondson, http://dme.org