[notmuch] [PATCH] Add the emacs directory to the load-path when byte compiling
authorDavid Edmondson <dme@dme.org>
Fri, 12 Mar 2010 13:08:54 +0000 (13:08 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:22 +0000 (09:36 -0800)
c3/dec60e7a2c4ce60ecfc0c41bd717ffb3c767db [new file with mode: 0644]

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