From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Really prevent quitting in sensitive contexts Date: Thu, 12 Mar 2020 04:29:33 +0100 Message-ID: <87o8t21c9u.fsf@telefonica.net> References: <20200312020554.194607-1-dancol@dancol.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="129530"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux) To: emacs-devel@gnu.org Cancel-Lock: sha1:I+KOlfD+hdTXguwAOZ7DXlyf/Zw= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 12 04:31:06 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jCEYq-000XXH-Jq for ged-emacs-devel@m.gmane-mx.org; Thu, 12 Mar 2020 04:31:04 +0100 Original-Received: from localhost ([::1]:32810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCEYp-0006AU-Mg for ged-emacs-devel@m.gmane-mx.org; Wed, 11 Mar 2020 23:31:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49819) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCEXW-00055O-Jl for emacs-devel@gnu.org; Wed, 11 Mar 2020 23:29:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jCEXV-0007DL-Ea for emacs-devel@gnu.org; Wed, 11 Mar 2020 23:29:42 -0400 Original-Received: from ciao.gmane.io ([159.69.161.202]:46110) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jCEXV-0007Bm-8i for emacs-devel@gnu.org; Wed, 11 Mar 2020 23:29:41 -0400 Original-Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jCEXT-000Vr1-30 for emacs-devel@gnu.org; Thu, 12 Mar 2020 04:29:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 159.69.161.202 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:245483 Archived-At: Stefan Monnier writes: >> +behaves as if 'inhibit-quit' were t. This change prevents >> +with-local-quit from accidentally allowing quits inside process >> +filters, redisplay callbacks, and other special contexts. > > I'm not really familiar with those accidental cases. > Maybe they can be fixed more directly by not using with-local-quit? > > Are there bug#NNN where these are discussed? bug#31692 dealed with missing key events and while-no-input / with-local-quit were discussed.