Re: [RFC PATCH v2] emacs: make show view a/A/x/X key bindings more consistent
authorTomi Ollila <tomi.ollila@iki.fi>
Fri, 3 Feb 2012 12:45:31 +0000 (14:45 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:01 +0000 (09:44 -0800)
66/a945ab8cab20fd977664abe7e1716fea4b7598 [new file with mode: 0644]

diff --git a/66/a945ab8cab20fd977664abe7e1716fea4b7598 b/66/a945ab8cab20fd977664abe7e1716fea4b7598
new file mode 100644 (file)
index 0000000..53fa869
--- /dev/null
@@ -0,0 +1,78 @@
+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 3A4D9431FAF\r
+       for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 04:45:29 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.312\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.312 tagged_above=-999 required=5\r
+       tests=[GAPPY_SUBJECT=1.312] 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 NiIqasLHAjkK for <notmuch@notmuchmail.org>;\r
+       Fri,  3 Feb 2012 04:45:28 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id 86DB3431FAE\r
+       for <notmuch@notmuchmail.org>; Fri,  3 Feb 2012 04:45:28 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 0830368055; Fri,  3 Feb 2012 14:45:31 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
+Subject: Re: [RFC PATCH v2] emacs: make show view a/A/x/X key bindings more\r
+       consistent\r
+In-Reply-To: <1328030946-9793-1-git-send-email-jani@nikula.org>\r
+References: <id:1328022235-8400-1-git-send-email-jani@nikula.org>\r
+       <1328030946-9793-1-git-send-email-jani@nikula.org>\r
+User-Agent: Notmuch/0.11+146~geb6dc33 (http://notmuchmail.org) Emacs/23.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: Fri, 03 Feb 2012 14:45:31 +0200\r
+Message-ID: <m2d39wozkk.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Fri, 03 Feb 2012 12:45:29 -0000\r
+\r
+On Tue, 31 Jan 2012 19:29:06 +0200, Jani Nikula <jani@nikula.org> wrote:\r
+> Modify the show view key bindings as follows to make them more\r
+> consistent:\r
+> \r
+> 'a' = Archive current message, then move to next message, or show next\r
+> thread from search if at the last message in thread.\r
+> \r
+> 'A' = Archive each message in thread, then show next thread from\r
+> search.\r
+> \r
+> 'x' = Archive current message, then move to next message, or exit back\r
+> to search results if at the last message in thread.\r
+> \r
+> 'X' = Archive each message in thread, then exit back to search\r
+> results.\r
+> \r
+> The changes make the key bindings more consistent in two ways:\r
+> 1) 'a'/'A' both advance to the next thread like 'a' used to.\r
+> 2) 'x' operates on messages and 'X' on threads like 'a'/'A'.\r
+> \r
+> ---\r
+\r
++1 for the time being -- quickly after this patch has been pushed\r
+way to avoid 'next-thread' MAGIC in 'a' and 'A' needs to be implemented...\r
+but that should not hinder pushing this patch.\r
+\r
+Tomi\r