From 4f6ee729dfeb7a806dd02c8c98e845522ae74b91 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 23 Jan 2012 09:20:44 +2000 Subject: [PATCH] Re: [PATCH] test: make (kill-emacs) from emacsclient work with emacs 23.(1|2) --- 04/d8d51abe3c9b3613d01e65a815fa8ac9a63b6a | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 04/d8d51abe3c9b3613d01e65a815fa8ac9a63b6a diff --git a/04/d8d51abe3c9b3613d01e65a815fa8ac9a63b6a b/04/d8d51abe3c9b3613d01e65a815fa8ac9a63b6a new file mode 100644 index 000000000..f94f90f43 --- /dev/null +++ b/04/d8d51abe3c9b3613d01e65a815fa8ac9a63b6a @@ -0,0 +1,67 @@ +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 95041429E54 + for ; Sun, 22 Jan 2012 05:20:51 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.3 +X-Spam-Level: +X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3] 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 c36A-BHGqsqn for ; + Sun, 22 Jan 2012 05:20:51 -0800 (PST) +Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 09E30429E40 + for ; Sun, 22 Jan 2012 05:20:50 -0800 (PST) +Received: from zancas.localnet + (fctnnbsc36w-156034071197.pppoe-dynamic.High-Speed.nb.bellaliant.net + [156.34.71.197]) (authenticated bits=0) + by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id q0MDKjLQ009759 + (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); + Sun, 22 Jan 2012 09:20:46 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.77) + (envelope-from ) + id 1RoxLg-0002iA-RA; Sun, 22 Jan 2012 09:20:44 -0400 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH] test: make (kill-emacs) from emacsclient work with emacs + 23.(1|2) +In-Reply-To: <1326442648-5060-1-git-send-email-tomi.ollila@iki.fi> +References: <20120112170244.GB18625@mit.edu> + <1326442648-5060-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.11+89~g85665a2 (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 22 Jan 2012 09:20:44 -0400 +Message-ID: <87aa5fc1qr.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Cc: Tomi Ollila +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, 22 Jan 2012 13:20:51 -0000 + +On Fri, 13 Jan 2012 10:17:28 +0200, Tomi Ollila wrote: +> emacsclient --eval '(kill-emacs)' makes emacs versions 23.1 +> and 23.2 ask user input from running emacs. Redefining +> yes-or-no-p function when kill-emacs is executed for these +> emacs versions in test-lib.el avoids this test problem. + +pushed, + +d -- 2.26.2