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 9CB6D6DE11B3 for ; Sun, 12 Nov 2017 07:16:31 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, 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 Xa1oiVk3LFEH for ; Sun, 12 Nov 2017 07:16:30 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id E823E6DE115C for ; Sun, 12 Nov 2017 07:16:29 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1eDtzn-0002xg-03; Sun, 12 Nov 2017 10:16:27 -0500 Received: (nullmailer pid 24263 invoked by uid 1000); Sun, 12 Nov 2017 15:16:25 -0000 From: David Bremner To: Matthew Lear , notmuch@notmuchmail.org Subject: Re: some issues with emacs 25 In-Reply-To: <58126A0E.8030702@bubblegen.co.uk> References: <58126A0E.8030702@bubblegen.co.uk> Date: Sun, 12 Nov 2017 11:16:25 -0400 Message-ID: <87lgjbbk8m.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Sun, 12 Nov 2017 15:16:31 -0000 Matthew Lear writes: > I'm of the opinion that this is probably some sort of set up / > configuration issue specific to 25, but I'm quite surprised. I don't > have many settings for handling html stuff: > > (setq mm-text-html-renderer 'shr) > (setq shr-inhibit-images nil) > (setq mime-view-text/html-previewer 'shr) > (setq mm-inline-text-html-with-images t) > (setq notmuch-multipart/alternative-discouraged '("text/plain")) > > Is this reproducible for anyone else with notmuch from git/master as of > today? According to emacs upstream, this problem (or at least my reduced test case) is fixed in emacs 26.1 https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29273 Can you confirm that?