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 330116DE128E for ; Tue, 11 Oct 2016 19:05:22 -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 42YNP-OhrOio for ; Tue, 11 Oct 2016 19:05:19 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 63C7E6DE1205 for ; Tue, 11 Oct 2016 19:05:19 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bu8um-0005wS-7I; Tue, 11 Oct 2016 22:05:04 -0400 Received: (nullmailer pid 29956 invoked by uid 1000); Wed, 12 Oct 2016 02:05:16 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Re: "id buttonization" test failure In-Reply-To: <87fuo5wmlk.fsf@zancas.localnet> References: <8737ka19iu.fsf@guixsd.i-did-not-set--mail-host-address--so-tickle-me> <8737k7lj9s.fsf@zancas.localnet> <87eg3r3tr0.fsf@zancas.localnet> <87fuo5wmlk.fsf@zancas.localnet> Date: Tue, 11 Oct 2016 23:05:16 -0300 Message-ID: <87oa2quxsz.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain 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: Wed, 12 Oct 2016 02:05:22 -0000 David Bremner writes: > David Bremner writes: > >> >> >> The following "fixes" this test failure. This suggests to me something >> that only fails when notmuch-show-buttonise-links is called from the C >> redisplay code, and not when it's called from lisp. > > The last paragraph of > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=20146#47 > > made a lightbulb turn on over my head. I _think_ the problem is that > that fontification expects to be called with the whole message, but jit > lock really doesn't guarantee that. > > If you run the attached test with emacs25, you see the list of calls (in tmp.foo/MESSAGES) This should now be fixed in master. d