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 1AB7A6DE1994 for ; Sat, 2 Jan 2016 08:50:22 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.713 X-Spam-Level: X-Spam-Status: No, score=-1.713 tagged_above=-999 required=5 tests=[AWL=1.137, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] 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 qAJHooItehin for ; Sat, 2 Jan 2016 08:50:19 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by arlo.cworth.org (Postfix) with ESMTP id 82BAD6DE1962 for ; Sat, 2 Jan 2016 08:50:19 -0800 (PST) Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id B8F6319F48D2; Sat, 2 Jan 2016 17:50:18 +0100 (CET) X-Virus-Scanned: IMAP STYX AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id 3niQgR5S0bQI; Sat, 2 Jan 2016 17:50:16 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id 676EC19F4374; Sat, 2 Jan 2016 17:50:16 +0100 (CET) Received: from wsh by steelpick.2x.cz with local (Exim 4.86) (envelope-from ) id 1aFPNg-0007IV-01; Sat, 02 Jan 2016 17:50:16 +0100 From: Michal Sojka To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v2] emacs: Improve notmuch-message-mode initialization In-Reply-To: <87wprt2r4f.fsf@zancas.localnet> References: <1450690875-2111-1-git-send-email-sojkam1@fel.cvut.cz> <1450690875-2111-2-git-send-email-sojkam1@fel.cvut.cz> <87ziwp2vhz.fsf@zancas.localnet> <87wprt2r4f.fsf@zancas.localnet> User-Agent: Notmuch/0.21+30~g55c056a (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Sat, 02 Jan 2016 17:50:15 +0100 Message-ID: <87lh8853js.fsf@steelpick.2x.cz> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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, 02 Jan 2016 16:50:22 -0000 On Fri, Jan 01 2016, David Bremner wrote: > David Bremner writes: > >> Michal Sojka writes: >> >>> This commit fixes these problems by replacing a call to message-mail >>> with notmuch-specific code that is (hopefully) equivalent to >>> message-mail functionality before introduction of >>> notmuch-message-mode. >> >> pushed to master > > It seems to have broken something with emacs23 > > https://travis-ci.org/notmuch/notmuch/builds/99715812 > > I just verified the same problems (more or less) exist in debian > oldstable. A fixup patch was sent as id:1451753265-26713-2-git-send-email-sojkam1@fel.cvut.cz. -Michal