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 62C4D431FD0 for ; Mon, 26 Sep 2011 10:24:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.7 X-Spam-Level: * X-Spam-Status: No, score=1.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLY=2.499, 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 8Lpq6ho2b+o6 for ; Mon, 26 Sep 2011 10:24:57 -0700 (PDT) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 92FB3431FB6 for ; Mon, 26 Sep 2011 10:24:57 -0700 (PDT) Received: by bkbzt12 with SMTP id zt12so7064640bkb.26 for ; Mon, 26 Sep 2011 10:24:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=KGsoUluqai+4dBSGo7Iktn+ExKPqCPmdRE/Toq8Yi1Y=; b=EFf8Q/kKj/AzukTDzF4bELDYh2B2gJE/VGIa+x4SOziNPw5AiZ4zjz2wFTdxfCdtaO 02k2q00OARkY8u18UT9zTpsAZn2fQXw+9HBxkSOkYhjgWrGcBGtIK3hmHK3h+6hbDHfh 1RLsVpqzQaeg4guHfmPKhPeOWKXwaT17XavuM= Received: by 10.204.153.23 with SMTP id i23mr4551834bkw.128.1317057894781; Mon, 26 Sep 2011 10:24:54 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id l15sm3209148bkw.9.2011.09.26.10.24.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Sep 2011 10:24:53 -0700 (PDT) From: Dmitry Kurochkin To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH 3/3] test: add emacs test for hiding a message following an HTML part In-Reply-To: <87zkhrlg8z.fsf@zancas.localnet> References: <1309744743-8556-1-git-send-email-dmitry.kurochkin@gmail.com> <1309744743-8556-3-git-send-email-dmitry.kurochkin@gmail.com> <87zkhrlg8z.fsf@zancas.localnet> User-Agent: Notmuch/0.8-50-gd528fd9 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Mon, 26 Sep 2011 21:25:08 +0400 Message-ID: <874nzz2p3f.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 26 Sep 2011 17:24:58 -0000 Hi David. On Mon, 26 Sep 2011 08:01:16 -0300, David Bremner wrote: > On Mon, 4 Jul 2011 05:59:03 +0400, Dmitry Kurochkin wrote: > > Result: nothing happens except for "No URL at point" message > > > > Expected result: the second message is shown/hidden > > I didn't track out why so far, but this test is show as FIXED when > compiled in a Debian chroot. > > see e.g. > > https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=kfreebsd-amd64&ver=0.9%7Erc1-1&stamp=1316965004 > > Someone else also reported this on the IRC channel; not sure if that was > Debian or somewhere else. > I see it failing on my system (Debian unstable). But I have some more patches on top of master. Most likely the test passes because emacs is run in server mode and visibility stuff works differently. I sent a patch series [1] to run emacs in screen exactly for this reason. Please consider pushing it. Then the test should fail as expected. Note, if you push the series, a new dependency would be required to run the tests - screen(1). Also, the emacs tests should handle missing screen(1) better using prereqs. But there are no prereqs for emacs and gpg anyway... [2] Regards, Dmitry [1] id:"1309496122-4965-1-git-send-email-dmitry.kurochkin@gmail.com" [2] id:"874o2germq.fsf@gmail.com" > d