Re: [PATCH 1/1] emacs/notmuch.el: remove instruction to (require 'notmuch) in ~/...
authorDavid Bremner <david@tethera.net>
Sun, 31 Mar 2013 19:52:44 +0000 (15:52 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:54:09 +0000 (09:54 -0800)
4a/428a0159acd3b159a8d2a009e73c19a1f67397 [new file with mode: 0644]

diff --git a/4a/428a0159acd3b159a8d2a009e73c19a1f67397 b/4a/428a0159acd3b159a8d2a009e73c19a1f67397
new file mode 100644 (file)
index 0000000..b658ae3
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <bremner@unb.ca>\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 722FE431E64\r
+       for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 12:52:53 -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 2wlc4A0otxXa for <notmuch@notmuchmail.org>;\r
+       Sun, 31 Mar 2013 12:52:52 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 361F6431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 31 Mar 2013 12:52:52 -0700 (PDT)\r
+Received: from remotemail by tesseract.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1UMOJ6-000748-ND; Sun, 31 Mar 2013 16:52:48 -0300\r
+Received: (nullmailer pid 2769 invoked by uid 1000);\r
+       Sun, 31 Mar 2013 19:52:44 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 1/1] emacs/notmuch.el: remove instruction to (require\r
+       'notmuch) in ~/.emacs\r
+In-Reply-To: <1364752324-25966-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1364752324-25966-1-git-send-email-tomi.ollila@iki.fi>\r
+User-Agent: Notmuch/0.15.1 (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 31 Mar 2013 15:52:44 -0400\r
+Message-ID: <87k3onny7n.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+Cc: tomi.ollila@iki.fi\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, 31 Mar 2013 19:52:53 -0000\r
+\r
+Tomi Ollila <tomi.ollila@iki.fi> writes:\r
+\r
+> The (require 'notmuch) is unnecessary to be added to ~/.emacs for\r
+> M-x notmuch or emacs -f notmuch to start it.\r
+>\r
+> If (require 'notmuch) is added to ~/.emacs it is loaded to every\r
+> instance of emacs although it may not be used in majority of\r
+> those instances (but if needed M-x notmuch will load it).\r
+\r
+Hi Tomi;\r
+\r
+Isn't an autoload needed if there is no require?\r
+\r
+d\r