From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F21DA6DE128A for ; Fri, 7 Oct 2016 18:30:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=5 tests=[AWL=0.005, 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 jcGCDqJ4e6TQ for ; Fri, 7 Oct 2016 18:30:30 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 55C1C6DE127A for ; Fri, 7 Oct 2016 18:30:30 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bsgSq-0003jO-9t; Fri, 07 Oct 2016 21:30:12 -0400 Received: (nullmailer pid 1975 invoked by uid 1000); Sat, 08 Oct 2016 01:30:23 -0000 From: David Bremner To: Marius Bakke , notmuch@notmuchmail.org Subject: Re: "id buttonization" test failure In-Reply-To: <8737ka19iu.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> References: <8737ka19iu.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> Date: Fri, 07 Oct 2016 22:30:23 -0300 Message-ID: <8737k7lj9s.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sat, 08 Oct 2016 01:30:32 -0000 --=-=-= Content-Type: text/plain Marius Bakke writes: > Hi, > > I'm trying to run the test suite on GNU Guix and get a mysterious test > failure in T450-emacs-show.sh: > > T450-emacs-show: Testing emacs notmuch-show view > [...] > PASS [11] notmuch-show: disable indentation of thread content (w/ notmuch-show-toggle-thread-indentation) > FAIL [12] id buttonization > --- T450-emacs-show.13.OUTPUT 2016-10-06 01:42:21.329950576 +0000 > +++ T450-emacs-show.13.EXPECTED 2016-10-06 01:42:21.329950576 +0000 > @@ -23,4 +23,4 @@ > cid:xxx > <> <> > <> > -<>bc. <>, <>; > +<>. <>, <>; > nil > PASS [13] Show handles subprocess errors > > Any idea what's going on here? It's using emacs-25.1. > Some small progress. 1) I can duplicate the test failure with emacs 25.1 built from source on debian testing. 2) I can interactively duplicate a similar, but not identical, bug as follows. - add the attached message (extracted from the test suite) to my mail store - open it notmuch-show (emacs 25.1, gtk/GUI) - go to the last line of the body. By using C-u C-x =, we can observe that the first and third copies of mid:abc are buttonized, but not the second. - this can also be seen by using the tab button. 3) The bug in 2) seems to be sensitive to the body text. If I delete the first 8 body lines, then all of the mid's on the last line are buttonized. --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename="msg-002:2,S" Content-Transfer-Encoding: base64 RnJvbTogTm90bXVjaCBUZXN0IFN1aXRlIDx0ZXN0X3N1aXRlQG5vdG11Y2htYWlsLm9yZz4KVG86 IE5vdG11Y2ggVGVzdCBTdWl0ZSA8dGVzdF9zdWl0ZUBub3RtdWNobWFpbC5vcmc+Ck1lc3NhZ2Ut SWQ6IDxtc2ctMDAyQG5vdG11Y2gtdGVzdC1zdWl0ZT4KU3ViamVjdDogaWQgYnV0dG9uaXphdGlv bgpEYXRlOiBGcmksIDA1IEphbiAyMDAxIDE1OjQzOjU1ICswMDAwCgoKaWQ6YWJjCmlkOmFiYy5k ZWYuIGlkOmFiYyxkZWYsIGlkOmFiYztkZWY7IGlkOmFiYzpkZWY6CmlkOmZvb0BiYXIuP2Jhej8g aWQ6Zm9vQGJhciEuYmF6IQooaWQ6Zm9vQGJhci5iYXopIFtpZDpmb29AYmFyLmJhel0KaWQ6Zm9v QGJhci5iYXouLi4KaWQ6MisyPTUKaWQ6PV8tOi8uW11AJCUrCmlkOmFiYylkZWYKaWQ6YWIiYyBk ZWYKaWQ6ImFiYyJkZWYKaWQ6ImFiIiJjImRlZgppZDoiYWIgYyJkZWYKaWQ6ImFiYyIuZGVmCmlk OiJhYmMKIgppZDopCmlkOgpjaWQ6eHh4Cm1pZDphYmMgbWlkOmFiYy9kZWYKbWlkOmFiYyUyMGRl ZgptaWQ6YWJjLiBtaWQ6YWJjLCBtaWQ6YWJjOwo= --=-=-=--