Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3C3E5429E3B for ; Mon, 16 Jan 2012 13:17:09 -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 C2JnazPHtOEX for ; Mon, 16 Jan 2012 13:17:08 -0800 (PST) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8E327429E35 for ; Mon, 16 Jan 2012 13:17:08 -0800 (PST) Received: by eaah10 with SMTP id h10so1635711eaa.26 for ; Mon, 16 Jan 2012 13:17:07 -0800 (PST) Received: by 10.213.11.12 with SMTP id r12mr3382653ebr.87.1326748627274; Mon, 16 Jan 2012 13:17:07 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id y12sm77014685eeb.11.2012.01.16.13.17.05 (version=SSLv3 cipher=OTHER); Mon, 16 Jan 2012 13:17:06 -0800 (PST) From: Jani Nikula To: Xavier Maillard , Ethan Glasser-Camp , notmuch@notmuchmail.org Subject: Re: [PATCH v2] Document external dependencies in the test suite In-Reply-To: References: <1326739967-23823-1-git-send-email-glasse@cs.rpi.edu> User-Agent: Notmuch/0.11+76~g1de742d (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Mon, 16 Jan 2012 23:17:03 +0200 Message-ID: <87boq3l54g.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ethan Glasser-Camp 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: Mon, 16 Jan 2012 21:17:09 -0000 On Mon, 16 Jan 2012 22:09:55 +0100, Xavier Maillard wrote: > Hi, > > On Mon, 16 Jan 2012 13:52:47 -0500, Ethan Glasser-Camp wrote: > > [...] > > > +Prerequisites > > +------------- > > +Some tests require external dependencies to run. Without them, they > > +will be skipped, or (rarely) marked failed. Please install these, so > > +that you know if you break anything. > > + > > + - dtach(1) > > + - emacs(1) > > + - emacsclient(1) > > + - gdb(1) > > + - gpg(1) > > + - python(1) > > Looks good but just a nit: what is the meaning of the '1' ? It's the man page section. See 'man man'. HTH, Jani.