From: Tomi Ollila Date: Sun, 26 Jan 2014 19:56:58 +0000 (+0200) Subject: Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0014d797e3d557a717fbdd87559a13fb7552ac80;p=notmuch-archives.git Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el --- diff --git a/66/fab76596ccbf7d49859582c983fbfcf798ad5f b/66/fab76596ccbf7d49859582c983fbfcf798ad5f new file mode 100644 index 000000000..0c0a47163 --- /dev/null +++ b/66/fab76596ccbf7d49859582c983fbfcf798ad5f @@ -0,0 +1,69 @@ +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 42CB3431FBD + for ; Sun, 26 Jan 2014 11:57:04 -0800 (PST) +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 vntiRBLUmncS for ; + Sun, 26 Jan 2014 11:57:02 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 6E555431FBC + for ; Sun, 26 Jan 2014 11:57:02 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 21487100051; + Sun, 26 Jan 2014 21:56:58 +0200 (EET) +From: Tomi Ollila +To: Mark Walters , + David Bremner , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el +In-Reply-To: <8738kaa614.fsf@qmul.ac.uk> +References: <87y5sipcjn.fsf@qmul.ac.uk> + <1329900529-16295-1-git-send-email-markwalters1009@gmail.com> + <87bnyzoqq9.fsf@zancas.localnet> <8738kaa614.fsf@qmul.ac.uk> +User-Agent: Notmuch/0.17+55~g4397960 (http://notmuchmail.org) Emacs/24.3.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: Sun, 26 Jan 2014 19:57:04 -0000 + +On Sun, Jan 26 2014, Mark Walters wrote: + +> I don't have anything older than 23.4 anymore so I am afraid I can't +> test. My recollection is that I upgraded to 23.4 the problem went away +> so I forgot about it. + +Fine, I prepare and test the patch then ;/ + +Tomi + +> (I couldn't see easily what version of emacs debian stable has now as +> seemed to be called 45.) +> +> Best wishes +> +> Mark