From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#44743: native-comp: confirm-exit-emacs warns about active processes when compiling Date: Fri, 20 Nov 2020 13:35:41 +0200 Message-ID: <83y2iwz2eq.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25602"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, 44743@debbugs.gnu.org To: Andrea Corallo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 20 12:37:12 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kg4j2-0006X3-1V for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 20 Nov 2020 12:37:12 +0100 Original-Received: from localhost ([::1]:59898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kg4j1-0007ki-08 for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 20 Nov 2020 06:37:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:38774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kg4is-0007it-5Y for bug-gnu-emacs@gnu.org; Fri, 20 Nov 2020 06:37:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58881) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kg4ir-00021i-To for bug-gnu-emacs@gnu.org; Fri, 20 Nov 2020 06:37:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kg4ir-0006sz-Ry for bug-gnu-emacs@gnu.org; Fri, 20 Nov 2020 06:37:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 20 Nov 2020 11:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44743 X-GNU-PR-Package: emacs Original-Received: via spool by 44743-submit@debbugs.gnu.org id=B44743.160587216226389 (code B ref 44743); Fri, 20 Nov 2020 11:37:01 +0000 Original-Received: (at 44743) by debbugs.gnu.org; 20 Nov 2020 11:36:02 +0000 Original-Received: from localhost ([127.0.0.1]:42194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kg4ht-0006rQ-SB for submit@debbugs.gnu.org; Fri, 20 Nov 2020 06:36:02 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:38470) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kg4hs-0006r6-7f for 44743@debbugs.gnu.org; Fri, 20 Nov 2020 06:36:01 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:51858) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kg4hm-0001hA-Kv; Fri, 20 Nov 2020 06:35:54 -0500 Original-Received: from [176.228.60.248] (port=4504 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kg4hl-0004tb-VX; Fri, 20 Nov 2020 06:35:54 -0500 In-Reply-To: (bug-gnu-emacs@gnu.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:193779 Archived-At: > Cc: 44743@debbugs.gnu.org > Date: Fri, 20 Nov 2020 08:35:49 +0000 > From: Andrea Corallo via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > > 0. rm -rf ~/.emacs.d/eln-cache > > 1. emacs -Q > > 2. C-x C-c > > 3. Press "y" (I am sure I want to quit) > > > > A prompt is now shown with this text: > > "Active processes exist; kill them and exit anyway? (y or n) " > > > > The processes are all native-comp processes. > > > > Expected result: No prompt is shown. The native-comp processes are > > recognized and killed automatically. > > Hi Stefan, > > I agree this would be nice to have. FWIW, I think this should be controlled by a user option. It is not at all obvious that everyone would like compilation processes to be killed automatically, people might want to wait for them to complete.