improvements to some emacs search tagging functions
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 2 Apr 2012 08:20:47 +0000 (01:20 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:45:58 +0000 (09:45 -0800)
13/1b2c72fb73112a1d4514759d190f6446bedeb5 [new file with mode: 0644]

diff --git a/13/1b2c72fb73112a1d4514759d190f6446bedeb5 b/13/1b2c72fb73112a1d4514759d190f6446bedeb5
new file mode 100644 (file)
index 0000000..d15c6f5
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <jrollins@finestructure.net>\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 74AC0431FC0\r
+       for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 zxaYhJKjQpE2 for <notmuch@notmuchmail.org>;\r
+       Mon,  2 Apr 2012 01:20:59 -0700 (PDT)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id DE9EB431FC2\r
+       for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:58 -0700 (PDT)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id 95DD22E50D74\r
+       for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:58 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (unknown [76.89.193.65])\r
+       (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id DF7BB2E509DC\r
+       for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 01:20:56 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 8C2ED89A; Mon,  2 Apr 2012 01:20:56 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: improvements to some emacs search tagging functions\r
+Date: Mon,  2 Apr 2012 01:20:47 -0700\r
+Message-Id: <1333354853-25729-1-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.9.1\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, 02 Apr 2012 08:20:59 -0000\r
+\r
+This series fixes a couple of minor annoyances/bugs with tagging in\r
+search-mode:\r
+\r
+* The old search-tag-thread function would not tag regions, and the\r
+  main search-tag function could not just take whole tagging\r
+  operations as input.  This series fixes that so that all tagging\r
+  operations, by thread or by region, are now handled with the main\r
+  search-tag function.  Tags can be specified as a sting or a list, or\r
+  the user can be prompted (with tab completion) if no tag is\r
+  specifically specified.\r
+\r
+* Tag tab completion was often incomplete or would throw errors.  Tag\r
+  tab completion is now more full-featured.\r
+\r
+The last patch, which fix tag tab completion for excluded tags, needs\r
+Mark Walters new exclude fixes [0] to work.\r
+\r
+The series removes one public-facing function\r
+(notmuch-search-tag-thread), and renames another\r
+(notmuch-search-archive-thread --> notmuch-search-archive).  But I\r
+think it's worth it since it makes for a much cleaner interface.\r
+\r
+jamie.\r
+\r
+[0] id:"1333234442-28616-1-git-send-email-markwalters1009@gmail.com"\r
+\r