From bf1fe1c0196f1ffbf95beccbdd4bf21058414276 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 27 Jan 2014 09:28:19 +2000 Subject: [PATCH] Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el --- 47/8f0c8c51e6bf4dde5fc3fe483926461293c1f5 | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 47/8f0c8c51e6bf4dde5fc3fe483926461293c1f5 diff --git a/47/8f0c8c51e6bf4dde5fc3fe483926461293c1f5 b/47/8f0c8c51e6bf4dde5fc3fe483926461293c1f5 new file mode 100644 index 000000000..be11f09d0 --- /dev/null +++ b/47/8f0c8c51e6bf4dde5fc3fe483926461293c1f5 @@ -0,0 +1,68 @@ +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 9E359431FBD + for ; Sun, 26 Jan 2014 05:28:37 -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 UXiGd8N2eSQ4 for ; + Sun, 26 Jan 2014 05:28:28 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 7B977431FBC + for ; Sun, 26 Jan 2014 05:28:28 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1W7Pl8-0000W5-Tu; Sun, 26 Jan 2014 09:28:22 -0400 +Received: (nullmailer pid 5690 invoked by uid 1000); Sun, 26 Jan 2014 + 13:28:19 -0000 +From: David Bremner +To: Tomi Ollila , Mark Walters + , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: initialize ido mode in notmuch-mua.el +In-Reply-To: +References: <87y5sipcjn.fsf@qmul.ac.uk> + <1329900529-16295-1-git-send-email-markwalters1009@gmail.com> + <87bnyzoqq9.fsf@zancas.localnet> + <87y523mtd1.fsf@zancas.localnet> +User-Agent: Notmuch/0.17+42~gb867564 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 26 Jan 2014 09:28:19 -0400 +Message-ID: <87mwiina8c.fsf@zancas.localnet> +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 13:28:37 -0000 + +Tomi Ollila writes: +> +> (describe-variable 'minibuffer-setup-hook) +> +> -> (ido-minibuffer-setup rfn-eshadow-setup-minibuffer minibuffer-history-isearch-setup minibuffer-history-initialize) +> +> SO, although permanent, consistent w/ newer emacs versions... +> + +Yeah, the other hook is set permanently as well. So, do these three +lines of code (in advice if you must ;) ) fix the problem? + +d -- 2.26.2