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 ED23A431FBC for ; Fri, 31 Aug 2012 07:06:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 LnbDRADSv6ls for ; Fri, 31 Aug 2012 07:06:43 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 239DF431FAF for ; Fri, 31 Aug 2012 07:06:43 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id E52E3100030; Fri, 31 Aug 2012 17:06:50 +0300 (EEST) From: Tomi Ollila To: Svend Sorensen , notmuch@notmuchmail.org Subject: Re: Bug (?) difference 24.1 and 23.3.1 In-Reply-To: <87ipcz9aro.fsf@ciffer.net> References: <87ipcz9aro.fsf@ciffer.net> User-Agent: Notmuch/0.14+11~gd9bf007 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 31 Aug 2012 14:06:47 -0000 On Fri, Aug 03 2012, Svend Sorensen wrote: > > I was also getting an error about gnus-inhibit-images when running emacs > 24. Adding (require 'gnus-art) to my emacs config fixed the problem. Where is your emacs24 from? From Debian sid? David has some gnus-inhibit-images related tests failing on his system and he is using emacs24 from debian sid. My gnus-inhibit-images related emacs24 tests don't fail (I've compiled emacs 24.1 & emacs 24.2 from source). Also buildbot at http://notmuch.hocat.ca/builders/master-emacs24/builds/173 have now successful build (we assume it uses emacs24 from gentoo -- until Tom verifies this). > > http://notmuchmail.org/pipermail/notmuch/2012/008405.html > > Svend Tomi