Re: [PATCH] emacs: address completion, allow sender/recipient and filters
[notmuch-archives.git] / c0 / 3881877e393976228c99956f1daaac087fcd9b
1 Return-Path: <tomi.ollila@iki.fi>\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 5C095431FBD\r
6         for <notmuch@notmuchmail.org>; Sun, 30 Mar 2014 00:49:32 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 0iTQ8+Zvgpod for <notmuch@notmuchmail.org>;\r
16         Sun, 30 Mar 2014 00:49:25 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7E43D431FBC\r
19         for <notmuch@notmuchmail.org>; Sun, 30 Mar 2014 00:49:25 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id CDCFE10005E;\r
22         Sun, 30 Mar 2014 10:49:17 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH 2/2] emacs: add defcustom notmuch-init-file and load it if\r
26         exists\r
27 In-Reply-To: <87a9c89mho.fsf@qmul.ac.uk>\r
28 References: <1396080479-19161-1-git-send-email-tomi.ollila@iki.fi>\r
29         <1396080479-19161-2-git-send-email-tomi.ollila@iki.fi>\r
30         <87a9c89mho.fsf@qmul.ac.uk>\r
31 User-Agent: Notmuch/0.17+171~g9a127b7 (http://notmuchmail.org) Emacs/24.3.1\r
32         (x86_64-unknown-linux-gnu)\r
33 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
34         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
35         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
36 Date: Sun, 30 Mar 2014 10:49:17 +0300\r
37 Message-ID: <m24n2gw2gy.fsf@guru.guru-group.fi>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Sun, 30 Mar 2014 07:49:32 -0000\r
53 \r
54 On Sun, Mar 30 2014, Mark Walters <markwalters1009@gmail.com> wrote:\r
55 \r
56 > This looks good, but I haven't tested as it doesn't fit with my current\r
57 > setup. (Just to clarify my current setup still works, but it would be a\r
58 > moderate amount of effort to actually exercise the new code)\r
59 \r
60 tnx for looking :D\r
61 \r
62 How do you currently do it? all in .emacs or done someting like in\r
63 http://notmuchmail.org/emacstips/#index6h2\r
64 \r
65 > One question: is it possible to get emacs to save notmuch customizations\r
66 > to the notmuch init file rather than to .emacs? I think it isn't but\r
67 > thought it worth checking in case.\r
68 \r
69 My .emacs is static, cloned from git repository everywhere. Last lines of\r
70 my .emacs are:\r
71 \r
72 ---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--\r
73 (load-file (concat compiled-directory "/dot-emacs.elc"))\r
74 \r
75 (setq custom-file "~/local/custom.el")\r
76 (load custom-file)\r
77 \r
78 ; -- if there are lines below this, those has been added\r
79 ; -- by some program -- and those needs to be moved elsewhere.\r
80 ---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--\r
81 \r
82 i.e. (at least) all customizations can be moved to other file.\r
83 \r
84 I currently have a problem w/ customizations as those work well in\r
85 terminal with light background. Occasionally I read mail using my\r
86 Nokia N9 fingerterm which has black background (many things unreadable\r
87 there). I may end up ditching customization settings and do those with\r
88 setq's in these configuration files I have (that is what I've done in\r
89 all other emacs software)\r
90 \r
91 >\r
92 > Best wishes\r
93 >\r
94 > Mark\r
95 >\r
96 \r
97 Tomi\r