From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCHv2] files.el: avoid asking whether to kill Emacs multiple times Date: Fri, 30 Jan 2015 01:11:44 -0500 Message-ID: References: <1422540409-4134-1-git-send-email-mpn@google.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1422598316 21956 80.91.229.3 (30 Jan 2015 06:11:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Jan 2015 06:11:56 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Michal Nazarewicz Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 30 07:11:55 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YH4o6-0007UW-D4 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 07:11:54 +0100 Original-Received: from localhost ([::1]:34907 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH4o5-0000XB-O1 for ged-emacs-devel@m.gmane.org; Fri, 30 Jan 2015 01:11:53 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH4o2-0000X6-Bv for emacs-devel@gnu.org; Fri, 30 Jan 2015 01:11:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YH4ny-0005Cj-8k for emacs-devel@gnu.org; Fri, 30 Jan 2015 01:11:50 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:59711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YH4ny-0005Cf-5J for emacs-devel@gnu.org; Fri, 30 Jan 2015 01:11:46 -0500 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id t0U6BjZx008509; Fri, 30 Jan 2015 01:11:45 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 07E5E66100; Fri, 30 Jan 2015 01:11:45 -0500 (EST) In-Reply-To: (Michal Nazarewicz's message of "Fri, 30 Jan 2015 02:39:17 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5201=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5201> : inlines <1996> : streams <1381739> : uri <1844361> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182017 Archived-At: > I=E2=80=99m happy to remove that comparison. I just wanted to avoid situ= ations > where we break things for someone doing something weird like: > (setq confirm-kill-emacs > (lambda (_) =E2=80=A6something that really should be=20 > a kill-emacs-query-functions=E2=80=A6)) I think we can take this risk. Feel free to install your patch. Stefan