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 1A6656DE1862 for ; Mon, 14 Mar 2016 04:25:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.633 X-Spam-Level: X-Spam-Status: No, score=0.633 tagged_above=-999 required=5 tests=[AWL=-0.019, SPF_NEUTRAL=0.652] 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 eqFyBuMOgbXM for ; Mon, 14 Mar 2016 04:25:43 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id A478F6DE185F for ; Mon, 14 Mar 2016 04:25:43 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id E21F4100063; Mon, 14 Mar 2016 13:25:41 +0200 (EET) From: Tomi Ollila 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+81~g4743a61 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'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: Mon, 14 Mar 2016 11:25:46 -0000 On Sun, Mar 13 2016, Jani Nikula wrote: > [ text/plain ] > 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. looks good, works fine. +1 Tomi PS: kept [text/plain] just for users' annoyance ;)