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