Re: [PATCH 0/5] Notmuch Pick (WIP or contrib)
authorDavid Bremner <david@tethera.net>
Mon, 24 Sep 2012 15:00:40 +0000 (12:00 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:35 +0000 (09:49 -0800)
95/4c593dd86e50895993bc3cf5737839c29a8fea [new file with mode: 0644]

diff --git a/95/4c593dd86e50895993bc3cf5737839c29a8fea b/95/4c593dd86e50895993bc3cf5737839c29a8fea
new file mode 100644 (file)
index 0000000..302d95a
--- /dev/null
@@ -0,0 +1,75 @@
+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 F17E3431FC4\r
+       for <notmuch@notmuchmail.org>; Mon, 24 Sep 2012 08:00:46 -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 Df8EW-jTBwkf for <notmuch@notmuchmail.org>;\r
+       Mon, 24 Sep 2012 08:00:46 -0700 (PDT)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 89068431FAF\r
+       for <notmuch@notmuchmail.org>; Mon, 24 Sep 2012 08:00:46 -0700 (PDT)\r
+Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
+       by tesseract.cs.unb.ca with esmtpsa\r
+       (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1TGA9N-0004bQ-PB; Mon, 24 Sep 2012 12:00:45 -0300\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
+       (envelope-from <bremner@unb.ca>)\r
+       id 1TGA9I-0000CK-D3; Mon, 24 Sep 2012 12:00:40 -0300\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 0/5] Notmuch Pick (WIP or contrib)\r
+In-Reply-To: <1343164911-31589-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1343164911-31589-1-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.14+20~g69843dd (http://notmuchmail.org) Emacs/24.2.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Mon, 24 Sep 2012 12:00:40 -0300\r
+Message-ID: <87r4prcvon.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Spam_bar: -\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: Mon, 24 Sep 2012 15:00:47 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+>\r
+> The code is not of the same standard as mainline code: in particular a\r
+> lot of the code is written by me and is working but unidiomatic\r
+> lisp. It has also not had widespread testing so I would expect it to\r
+> have several bugs.\r
+\r
+I have gotten the following traceback when running in emacs 24.2.1 if\r
+the pick buffer is the sole window.  It might be related somehow to\r
+running emacsclient.\r
+\r
+Debugger entered--Lisp error: (error "Attempt to delete minibuffer or sole ordinary window")\r
+  signal(error ("Attempt to delete minibuffer or sole ordinary window"))\r
+  error("Attempt to delete minibuffer or sole ordinary window")\r
+  byte-code(" ")\r
+  delete-window(#<window 327 on *notmuch-pick-thread:00000000000270ce*<2>>)\r
+  notmuch-pick-close-message-window()\r
+  notmuch-pick-quit()\r
+  call-interactively(notmuch-pick-quit nil nil)\r