From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: while-no-input and pending input Date: Mon, 18 Feb 2019 20:08:43 +0100 Message-ID: <87y36c7w3o.fsf@telefonica.net> 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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="51642"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) Cc: Michael Heerdegen , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 18 20:09:29 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 1gvoIC-000DMK-Ik for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2019 20:09:28 +0100 Original-Received: from localhost ([127.0.0.1]:35468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoIB-0005EB-Ge for ged-emacs-devel@m.gmane.org; Mon, 18 Feb 2019 14:09:27 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gvoI1-0005Cq-1e for emacs-devel@gnu.org; Mon, 18 Feb 2019 14:09:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gvoI0-0004Px-7B for emacs-devel@gnu.org; Mon, 18 Feb 2019 14:09:17 -0500 Original-Received: from relayout03.e.movistar.es ([86.109.101.203]:33685 helo=relayout03-redir.e.movistar.es) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gvoHl-0003zJ-7v; Mon, 18 Feb 2019 14:09:04 -0500 Original-Received: from sky (159.red-79-146-31.dynamicip.rima-tde.net [79.146.31.159]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: 981711563@telefonica.net) by relayout03.e.movistar.es (Postfix) with ESMTPSA id 443D176Mq4zMlXQ; Mon, 18 Feb 2019 20:08:43 +0100 (CET) In-Reply-To: <83mumtja7f.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 18 Feb 2019 19:08:36 +0200") X-CTCH-Score: 0.000 X-CTCH-ScoreCust: 0.000 X-TnetOut-Country: IP: 79.146.31.159 | Country: ES X-TnetOut-Information: AntiSPAM and AntiVIRUS on relayout03 X-TnetOut-MsgID: 443D176Mq4zMlXQ.AD34D X-TnetOut-SpamCheck: no es spam, Unknown X-TnetOut-From: ofv@wanadoo.es X-TnetOut-Watermark: 1551121724.2164@gb8Wsv33bW1IZdqCEvURFw X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 86.109.101.203 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:233443 Archived-At: Eli Zaretskii writes: >> I found something worse: in an emacs -nw, when I eval something like >> >> (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.