Re: [PATCH v2 1/3] emacs: tree: move binding for pressing button in message pane...
authorDavid Bremner <david@tethera.net>
Fri, 3 Jun 2016 18:08:38 +0000 (15:08 +2100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:57 +0000 (16:21 -0700)
f3/b0a3ba5a6c4827db2c82c6e851497a6ddbbdfa [new file with mode: 0644]

diff --git a/f3/b0a3ba5a6c4827db2c82c6e851497a6ddbbdfa b/f3/b0a3ba5a6c4827db2c82c6e851497a6ddbbdfa
new file mode 100644 (file)
index 0000000..319f43e
--- /dev/null
@@ -0,0 +1,67 @@
+Return-Path: <david@tethera.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 arlo.cworth.org (Postfix) with ESMTP id 159E66DE0159\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Jun 2016 11:08:52 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.012\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5\r
+ tests=[AWL=-0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id MPm8ACGqb-0M for <notmuch@notmuchmail.org>;\r
+ Fri,  3 Jun 2016 11:08:44 -0700 (PDT)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 4F6546DE0243\r
+ for <notmuch@notmuchmail.org>; Fri,  3 Jun 2016 11:08:43 -0700 (PDT)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1b8tWI-0008Dg-4g; Fri, 03 Jun 2016 14:08:30 -0400\r
+Received: (nullmailer pid 4518 invoked by uid 1000);\r
+ Fri, 03 Jun 2016 18:08:38 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2 1/3] emacs: tree: move binding for pressing button in\r
+ message pane to g\r
+In-Reply-To: <1464976195-23134-2-git-send-email-markwalters1009@gmail.com>\r
+References: <1464976195-23134-1-git-send-email-markwalters1009@gmail.com>\r
+ <1464976195-23134-2-git-send-email-markwalters1009@gmail.com>\r
+User-Agent: Notmuch/0.22+28~gb9bf3f4 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 03 Jun 2016 15:08:38 -0300\r
+Message-ID: <87zir2jgbd.fsf@tesseract.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 03 Jun 2016 18:08:52 -0000\r
+\r
+Mark Walters <markwalters1009@gmail.com> writes:\r
+\r
+> We want to use "e" for editting postponed messages in show, and in\r
+> tree view, so bind the function which does\r
+>\r
+>      (In message pane) Activate BUTTON or button at point\r
+>\r
+> to "g" (go) instead.\r
+\r
+IMHO it's a minor irritant that we don't use 'g' for refresh. That's an\r
+almost universal convention in emacs. Of course that problem exists\r
+already, but this somehow makes it worse by precluding using 'g' for\r
+refresh in the future.\r
+\r
+d\r