From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: while-no-input and pending input Date: Mon, 18 Feb 2019 21:23:05 +0200 Message-ID: <83ftskkijq.fsf@gnu.org> References: <87sh1y535s.fsf@web.de> <87k1n94gg2.fsf@web.de> <83efdg8hqv.fsf@gnu.org> <87a7o4uoo9.fsf@web.de> <83a7o484ef.fsf@gnu.org> <87o97a3rq2.fsf@web.de> <83mumtja7f.fsf@gnu.org> <87y36c7w3o.fsf@telefonica.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="112761"; mail-complaints-to="usenet@blaine.gmane.org" Cc: michael_heerdegen@web.de, emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 20:23:09 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gvoVR-000TDd-Gc for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2019 20:23:09 +0100 Original-Received: from localhost ([127.0.0.1]:35617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoVQ-00006D-CO for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2019 14:23:08 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:57371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoVK-00005y-RH for emacs-devel@gnu.org; Mon, 18 Feb 2019 14:23:03 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoVK-0002db-5d; Mon, 18 Feb 2019 14:23:02 -0500 Original-Received: from [176.228.60.248] (port=3018 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gvoVI-0004cr-5f; Mon, 18 Feb 2019 14:23:02 -0500 In-reply-to: <87y36c7w3o.fsf@telefonica.net> (message from =?iso-8859-1?Q?=D3scar?= Fuentes on Mon, 18 Feb 2019 20:08:43 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:233444 Archived-At: > From: Óscar Fuentes > Cc: Michael Heerdegen , emacs-devel@gnu.org > Date: Mon, 18 Feb 2019 20:08:43 +0100 > > >> (while-no-input (sit-for 20)) > >> > >> an hit any key I get a Quit. Why is that? > > > > Some kind of regression, looks like starting with Emacs 25.1. Please > > submit a bug report. > > Bug#31692 possibly relevant here. The problem was fixed (on master, > AFAIK). I can't reproduce it with 27.0.50 -Q, with or without -nw. I still see this with today's master on GNU/Linux in the -nw session. So either the fix for bug#31692 has regressed, or this is something different.