From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1EA64431FAF for ; Tue, 28 Feb 2012 10:41:29 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ewdXdjMWsdnA for ; Tue, 28 Feb 2012 10:41:28 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1671B431FAE for ; Tue, 28 Feb 2012 10:41:27 -0800 (PST) Received: by wibhi8 with SMTP id hi8so4304144wib.26 for ; Tue, 28 Feb 2012 10:41:25 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.83.97 as permitted sender) client-ip=10.180.83.97; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.83.97 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.83.97]) by 10.180.83.97 with SMTP id p1mr41206739wiy.19.1330454485705 (num_hops = 1); Tue, 28 Feb 2012 10:41:25 -0800 (PST) Received: by 10.180.83.97 with SMTP id p1mr32682758wiy.19.1330454485565; Tue, 28 Feb 2012 10:41:25 -0800 (PST) Received: from localhost ([109.131.112.224]) by mx.google.com with ESMTPS id 9sm51311079wid.2.2012.02.28.10.41.23 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Feb 2012 10:41:24 -0800 (PST) From: Pieter Praet To: Michal Sojka , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Mention race condition safety in user visible documentation In-Reply-To: <1329605059-15358-1-git-send-email-sojkam1@fel.cvut.cz> References: <1329605059-15358-1-git-send-email-sojkam1@fel.cvut.cz> User-Agent: Notmuch/0.11.1+210~g6afc43e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) Date: Tue, 28 Feb 2012 19:39:01 +0100 Message-ID: <87k436ola2.fsf@praet.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkIzRdIcskfqxmHJgkogum48+OZsXfrLFVkM2BHNIP5CXNrI/CNIfcgZFk4tJZ1NOFSa73I X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 28 Feb 2012 18:41:29 -0000 On Sat, 18 Feb 2012 23:44:18 +0100, Michal Sojka wrote: > After recent rework of a/A/x/X key bindings, the important paragraph in > documentation of `notmuch-show-archive-thread' stayed hidden from users, > because no key is bound to this function. > > This patch copies the important paragraph to the documentation of > functions currently bound to keys. > --- FYI, I've removed the 'needs-review' flag from this patch, as it's obsoleted by the one @ id:"87linwsg2r.fsf@steelpick.2x.cz". Keep in mind that one needs to run `git-am' with the '--scissors' option when applying the latter. Peace -- Pieter