[PATCH WIP v3 2/3] emacs: show: add an update seen function to post-command-hook
authorMark Walters <markwalters1009@gmail.com>
Thu, 5 Dec 2013 20:04:30 +0000 (20:04 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:58:38 +0000 (09:58 -0800)
98/c9b48d77c047790af41b0276a2660532cb0fe2 [new file with mode: 0644]

diff --git a/98/c9b48d77c047790af41b0276a2660532cb0fe2 b/98/c9b48d77c047790af41b0276a2660532cb0fe2
new file mode 100644 (file)
index 0000000..a76c1f2
--- /dev/null
@@ -0,0 +1,183 @@
+Return-Path: <markwalters1009@gmail.com>\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 5BE3A431FD8\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Dec 2013 12:04:57 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+       RCVD_IN_DNSWL_LOW=-0.7] 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 LnamzhBWdBw9 for <notmuch@notmuchmail.org>;\r
+       Thu,  5 Dec 2013 12:04:51 -0800 (PST)\r
+Received: from mail-we0-f171.google.com (mail-we0-f171.google.com\r
+       [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A419F431FDC\r
+       for <notmuch@notmuchmail.org>; Thu,  5 Dec 2013 12:04:51 -0800 (PST)\r
+Received: by mail-we0-f171.google.com with SMTP id q58so16936619wes.2\r
+       for <notmuch@notmuchmail.org>; Thu, 05 Dec 2013 12:04:50 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+       h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
+       bh=etUBDEcFj4QkWcclW/YFdwqjR5XbIOwXJamXAHPBG/w=;\r
+       b=0h0OXuJMCpZs/WsSca1U+8lwzvfu5lTs92uP4WEb+lehAz9ugUGbC0sOH6QrpCTs+Z\r
+       RA1mRTbczhcbP7VZ/ibDphjRzR6YbA4VdmqUzBTHOCnbZwSxV4Tg1xEW7/EEj7hQF4R2\r
+       xJ7A9vXX6wXUzOoYfWbqotXr7/g1RjyMHwMKW+ATAGVIMqoVQbEXx5IS2T4JWX/kSrpn\r
+       O2y/o/2rr4PRMhfKMCrV0rE1+8onUxjLxo9vxXp+2jq1OK3CgWuXgm1FvSZp7N0D+7ay\r
+       RjdGJIPL9fAYQ5SYY0083v1A5REQPghL+5PZIfvCrC4RN02A69k1DvxBzTVBCnrITBzI\r
+       ZhDg==\r
+X-Received: by 10.180.80.233 with SMTP id u9mr550165wix.6.1386273890622;\r
+       Thu, 05 Dec 2013 12:04:50 -0800 (PST)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+       by mx.google.com with ESMTPSA id n6sm9413418wix.3.2013.12.05.12.04.49\r
+       for <multiple recipients>\r
+       (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+       Thu, 05 Dec 2013 12:04:50 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH WIP v3 2/3] emacs: show: add an update seen function to\r
+       post-command-hook\r
+Date: Thu,  5 Dec 2013 20:04:30 +0000\r
+Message-Id: <1386273871-24214-3-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1386273871-24214-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1386273871-24214-1-git-send-email-markwalters1009@gmail.com>\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: Thu, 05 Dec 2013 20:04:57 -0000\r
+\r
+Add a function stub for updating seen messages to the\r
+post-command-hook. This dummy function gets called with parameters the\r
+start and end of the current window and can decide what to mark seen\r
+based on that.\r
+\r
+Since this is in the post-command-hook it should get called after most\r
+user actions (exceptions include user resizing the window) so it\r
+should be possible to make sure the seen status gets updated whether\r
+the user uses notmuch commands like next-message or normal emacs\r
+commands like scroll-up.\r
+\r
+It also removes all of the old mark read/seen points to give a clean\r
+slate for testing new mark read/seen algorithms.\r
+---\r
+ emacs/notmuch-show.el |   32 +++++++++++++++++---------------\r
+ 1 files changed, 17 insertions(+), 15 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index d64d407..7d0ac5d 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1164,6 +1164,8 @@ function is used."\r
+   (let ((inhibit-read-only t))\r
\r
+     (notmuch-show-mode)\r
++    (add-hook 'post-command-hook #'notmuch-show-command-hook nil t)\r
++\r
+     ;; Don't track undo information for this buffer\r
+     (set 'buffer-undo-list t)\r
\r
+@@ -1549,6 +1551,16 @@ marked as unread, i.e. the tag changes in\r
+     (apply 'notmuch-show-tag-message\r
+          (notmuch-tag-change-list notmuch-show-mark-read-tags unread))))\r
\r
++(defun notmuch-show-do-seen (start end)\r
++  "Update seen status for all messages between start and end."\r
++  )\r
++\r
++(defun notmuch-show-command-hook ()\r
++  (when (eq major-mode 'notmuch-show-mode)\r
++    ;; We need to redisplay to get window-start and window-end correct.\r
++    (redisplay)\r
++    (notmuch-show-do-seen (window-start) (window-end))))\r
++\r
+ ;; Functions for getting attributes of several messages in the current\r
+ ;; thread.\r
\r
+@@ -1684,9 +1696,7 @@ If a prefix argument is given and this is the last message in the\r
+ thread, navigate to the next thread in the parent search buffer."\r
+   (interactive "P")\r
+   (if (notmuch-show-goto-message-next)\r
+-      (progn\r
+-      (notmuch-show-mark-read)\r
+-      (notmuch-show-message-adjust))\r
++      (notmuch-show-message-adjust)\r
+     (if pop-at-end\r
+       (notmuch-show-next-thread)\r
+       (goto-char (point-max)))))\r
+@@ -1697,7 +1707,6 @@ thread, navigate to the next thread in the parent search buffer."\r
+   (if (= (point) (notmuch-show-message-top))\r
+       (notmuch-show-goto-message-previous)\r
+     (notmuch-show-move-to-message-top))\r
+-  (notmuch-show-mark-read)\r
+   (notmuch-show-message-adjust))\r
\r
+ (defun notmuch-show-next-open-message (&optional pop-at-end)\r
+@@ -1712,9 +1721,7 @@ to show, nil otherwise."\r
+     (while (and (setq r (notmuch-show-goto-message-next))\r
+               (not (notmuch-show-message-visible-p))))\r
+     (if r\r
+-      (progn\r
+-        (notmuch-show-mark-read)\r
+-        (notmuch-show-message-adjust))\r
++      (notmuch-show-message-adjust)\r
+       (if pop-at-end\r
+         (notmuch-show-next-thread)\r
+       (goto-char (point-max))))\r
+@@ -1727,9 +1734,7 @@ to show, nil otherwise."\r
+     (while (and (setq r (notmuch-show-goto-message-next))\r
+               (not (notmuch-show-get-prop :match))))\r
+     (if r\r
+-      (progn\r
+-        (notmuch-show-mark-read)\r
+-        (notmuch-show-message-adjust))\r
++      (notmuch-show-message-adjust)\r
+       (goto-char (point-max)))))\r
\r
+ (defun notmuch-show-open-if-matched ()\r
+@@ -1740,8 +1745,7 @@ to show, nil otherwise."\r
+ (defun notmuch-show-goto-first-wanted-message ()\r
+   "Move to the first open message and mark it read"\r
+   (goto-char (point-min))\r
+-  (if (notmuch-show-message-visible-p)\r
+-      (notmuch-show-mark-read)\r
++  (unless (notmuch-show-message-visible-p)\r
+     (notmuch-show-next-open-message))\r
+   (when (eobp)\r
+     ;; There are no matched non-excluded messages so open all matched\r
+@@ -1749,8 +1753,7 @@ to show, nil otherwise."\r
+     (notmuch-show-mapc 'notmuch-show-open-if-matched)\r
+     (force-window-update)\r
+     (goto-char (point-min))\r
+-    (if (notmuch-show-message-visible-p)\r
+-      (notmuch-show-mark-read)\r
++    (unless (notmuch-show-message-visible-p)\r
+       (notmuch-show-next-open-message))))\r
\r
+ (defun notmuch-show-previous-open-message ()\r
+@@ -1760,7 +1763,6 @@ to show, nil otherwise."\r
+                 (notmuch-show-goto-message-previous)\r
+               (notmuch-show-move-to-message-top))\r
+             (not (notmuch-show-message-visible-p))))\r
+-  (notmuch-show-mark-read)\r
+   (notmuch-show-message-adjust))\r
\r
+ (defun notmuch-show-view-raw-message ()\r
+-- \r
+1.7.9.1\r
+\r