From: David Bremner Date: Mon, 14 Mar 2016 23:02:00 +0000 (+2100) Subject: Re: [PATCH] emacs: hello: promote '?' as the universal help key X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85184c6c0bbff3343adef18c6766d171aa6bacc1;p=notmuch-archives.git Re: [PATCH] emacs: hello: promote '?' as the universal help key --- diff --git a/20/a29a86981608e162dde1f8925fd41b6a63d64e b/20/a29a86981608e162dde1f8925fd41b6a63d64e new file mode 100644 index 000000000..9962bbb34 --- /dev/null +++ b/20/a29a86981608e162dde1f8925fd41b6a63d64e @@ -0,0 +1,64 @@ +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 62A666DE185A + for ; Mon, 14 Mar 2016 16:02:07 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.031 +X-Spam-Level: +X-Spam-Status: No, score=-0.031 tagged_above=-999 required=5 + tests=[AWL=-0.020, 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 p1IGqRHNCbNn for ; + Mon, 14 Mar 2016 16:02:05 -0700 (PDT) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 9D2E36DE1849 + for ; Mon, 14 Mar 2016 16:02:05 -0700 (PDT) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1afbVX-0005Op-0H; Mon, 14 Mar 2016 19:02:39 -0400 +Received: (nullmailer pid 15800 invoked by uid 1000); + Mon, 14 Mar 2016 23:02:00 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: hello: promote '?' as the universal help key +In-Reply-To: <1457872037-22561-1-git-send-email-jani@nikula.org> +References: <1457872037-22561-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.21+74~g6c60fb1 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 14 Mar 2016 20:02:00 -0300 +Message-ID: <8737rs64uv.fsf@zancas.localnet> +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: Mon, 14 Mar 2016 23:02:07 -0000 + +Jani Nikula writes: + +> Move the brief help text at the bottom of the hello screen to the +> notmuch-hello-mode help, and promote '?' as the universal help key +> across Notmuch. This unclutters the hello screen, and allows for a +> more verbose description in the mode help. Hopefully, this change is +> useful for both experienced and new users alike. +> +> While at it, improve the links to Notmuch and hello screen +> customization. + +pushed. + +d