Re: [PATCH 2/2] emacs: add defcustom notmuch-init-file and load it if exists
authorTomi Ollila <tomi.ollila@iki.fi>
Sun, 30 Mar 2014 07:49:17 +0000 (10:49 +0300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:01:04 +0000 (10:01 -0800)
c0/3881877e393976228c99956f1daaac087fcd9b [new file with mode: 0644]

diff --git a/c0/3881877e393976228c99956f1daaac087fcd9b b/c0/3881877e393976228c99956f1daaac087fcd9b
new file mode 100644 (file)
index 0000000..d0acf80
--- /dev/null
@@ -0,0 +1,97 @@
+Return-Path: <tomi.ollila@iki.fi>\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 5C095431FBD\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Mar 2014 00:49:32 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\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 0iTQ8+Zvgpod for <notmuch@notmuchmail.org>;\r
+       Sun, 30 Mar 2014 00:49:25 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7E43D431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Mar 2014 00:49:25 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+       by guru.guru-group.fi (Postfix) with ESMTP id CDCFE10005E;\r
+       Sun, 30 Mar 2014 10:49:17 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 2/2] emacs: add defcustom notmuch-init-file and load it if\r
+       exists\r
+In-Reply-To: <87a9c89mho.fsf@qmul.ac.uk>\r
+References: <1396080479-19161-1-git-send-email-tomi.ollila@iki.fi>\r
+       <1396080479-19161-2-git-send-email-tomi.ollila@iki.fi>\r
+       <87a9c89mho.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.17+171~g9a127b7 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+       $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+       !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Sun, 30 Mar 2014 10:49:17 +0300\r
+Message-ID: <m24n2gw2gy.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Sun, 30 Mar 2014 07:49:32 -0000\r
+\r
+On Sun, Mar 30 2014, Mark Walters <markwalters1009@gmail.com> wrote:\r
+\r
+> This looks good, but I haven't tested as it doesn't fit with my current\r
+> setup. (Just to clarify my current setup still works, but it would be a\r
+> moderate amount of effort to actually exercise the new code)\r
+\r
+tnx for looking :D\r
+\r
+How do you currently do it? all in .emacs or done someting like in\r
+http://notmuchmail.org/emacstips/#index6h2\r
+\r
+> One question: is it possible to get emacs to save notmuch customizations\r
+> to the notmuch init file rather than to .emacs? I think it isn't but\r
+> thought it worth checking in case.\r
+\r
+My .emacs is static, cloned from git repository everywhere. Last lines of\r
+my .emacs are:\r
+\r
+---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--\r
+(load-file (concat compiled-directory "/dot-emacs.elc"))\r
+\r
+(setq custom-file "~/local/custom.el")\r
+(load custom-file)\r
+\r
+; -- if there are lines below this, those has been added\r
+; -- by some program -- and those needs to be moved elsewhere.\r
+---8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<--\r
+\r
+i.e. (at least) all customizations can be moved to other file.\r
+\r
+I currently have a problem w/ customizations as those work well in\r
+terminal with light background. Occasionally I read mail using my\r
+Nokia N9 fingerterm which has black background (many things unreadable\r
+there). I may end up ditching customization settings and do those with\r
+setq's in these configuration files I have (that is what I've done in\r
+all other emacs software)\r
+\r
+>\r
+> Best wishes\r
+>\r
+> Mark\r
+>\r
+\r
+Tomi\r