Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c3 / dec60e7a2c4ce60ecfc0c41bd717ffb3c767db
1 Return-Path: <dme@dme.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8D2FB4048D2\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:09:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.305\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.305 tagged_above=-999 required=5 tests=[AWL=0.294,\r
12         BAYES_00=-2.599] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id mbs-wWJ0mEqn for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 05:09:05 -0800 (PST)\r
17 Received: from mail-bw0-f210.google.com (mail-bw0-f210.google.com\r
18         [209.85.218.210])\r
19         by olra.theworths.org (Postfix) with ESMTP id A38214048CF\r
20         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:09:05 -0800 (PST)\r
21 Received: by bwz2 with SMTP id 2so1010521bwz.30\r
22         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 05:09:04 -0800 (PST)\r
23 Received: by 10.204.5.213 with SMTP id 21mr2585298bkw.66.1268399344563;\r
24         Fri, 12 Mar 2010 05:09:04 -0800 (PST)\r
25 Received: from aw.hh.sledj.net (gmp-ea-fw-1b.sun.com [192.18.8.1])\r
26         by mx.google.com with ESMTPS id s17sm5152026bkd.10.2010.03.12.05.09.03\r
27         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
28         Fri, 12 Mar 2010 05:09:04 -0800 (PST)\r
29 Received: by aw.hh.sledj.net (Postfix, from userid 1000)\r
30         id 9685A3A0A1; Fri, 12 Mar 2010 13:08:54 +0000 (GMT)\r
31 To: notmuch@notmuchmail.org\r
32 In-Reply-To: <1268398629-28163-1-git-send-email-dme@dme.org>\r
33 References: <1268398629-28163-1-git-send-email-dme@dme.org>\r
34 From: David Edmondson <dme@dme.org>\r
35 X-Now-Playing: Attribute (conntype) does not pass the type constraint because:\r
36         Validation failed for 'CONNTYPE' failed with value undef at\r
37         /home/dme/u/bin/now-playing line 33\r
38         main::now_playing() called at /home/dme/u/bin/now-playing line 49\r
39 Date: Fri, 12 Mar 2010 13:08:54 +0000\r
40 Message-ID: <878w9xvg9l.fsf@aw.hh.sledj.net>\r
41 MIME-Version: 1.0\r
42 Content-Type: text/plain; charset=us-ascii\r
43 Subject: [notmuch] [PATCH] Add the emacs directory to the load-path when\r
44         byte compiling\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Fri, 12 Mar 2010 13:09:06 -0000\r
58 \r
59 When the emacs UI is split into multiple files they are likely to be\r
60 interdependent. Adding the emacs directory to the load-path means that\r
61 one file will be able to `require' another.\r
62 \r
63 Signed-off-by: David Edmondson <dme@dme.org>\r
64 ---\r
65  Makefile |    2 +-\r
66  1 files changed, 1 insertions(+), 1 deletions(-)\r
67 \r
68 diff --git a/Makefile b/Makefile\r
69 index 46f001c..f0b96e0 100644\r
70 --- a/Makefile\r
71 +++ b/Makefile\r
72 @@ -68,7 +68,7 @@ quiet ?= $($1)\r
73         $(call quiet,CC,$(CFLAGS)) -c $(FINAL_CFLAGS) $< -o $@\r
74  \r
75  %.elc: %.el\r
76 -       $(call quiet,EMACS) -batch -f batch-byte-compile $<\r
77 +       $(call quiet,EMACS) -batch -L emacs -f batch-byte-compile $<\r
78  \r
79  .deps/%.d: %.c $(global_deps)\r
80         @set -e; rm -f $@; mkdir -p $$(dirname $@) ; \\r
81 -- \r
82 1.7.0\r
83 \r
84 \r
85 dme.\r
86 -- \r
87 David Edmondson, http://dme.org\r