From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#39564: Date: Fri, 28 Feb 2020 09:26:02 +0200 Message-ID: <83imjrgol1.fsf@gnu.org> References: <20200211144941.godmcifegapmqg6i@Ergus> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="23608"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39564@debbugs.gnu.org To: Matt Kramer Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 28 08:27:11 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 1j7a3D-00063r-2B for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Feb 2020 08:27:11 +0100 Original-Received: from localhost ([::1]:42710 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7a3C-00087Q-1W for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 28 Feb 2020 02:27:10 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34092) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7a35-00087I-4K for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2020 02:27:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7a34-0001iz-7H for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2020 02:27:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j7a34-0001it-4V for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2020 02:27:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j7a33-0004UG-VZ for bug-gnu-emacs@gnu.org; Fri, 28 Feb 2020 02:27: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, 28 Feb 2020 07:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39564 X-GNU-PR-Package: emacs Original-Received: via spool by 39564-submit@debbugs.gnu.org id=B39564.158287478517195 (code B ref 39564); Fri, 28 Feb 2020 07:27:01 +0000 Original-Received: (at 39564) by debbugs.gnu.org; 28 Feb 2020 07:26:25 +0000 Original-Received: from localhost ([127.0.0.1]:60583 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7a2S-0004TH-SO for submit@debbugs.gnu.org; Fri, 28 Feb 2020 02:26:25 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47175) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1j7a2R-0004T4-Pj for 39564@debbugs.gnu.org; Fri, 28 Feb 2020 02:26:24 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1j7a2M-0001NF-Ig; Fri, 28 Feb 2020 02:26:18 -0500 Original-Received: from [176.228.60.248] (port=3413 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1j7a2L-0000xm-JC; Fri, 28 Feb 2020 02:26:18 -0500 In-reply-to: (message from Matt Kramer on Wed, 26 Feb 2020 12:04:25 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:176555 Archived-At: > From: Matt Kramer > Date: Wed, 26 Feb 2020 12:04:25 -0800 > > In my case I *do* get different behavior in emacs -Q between 26.3 and 27.0.60 (75a9eee8b). I had to replace > minibuffer-keyboard-quit with abort-recursive-edit, since the former doesn't exist in 26.3. Please show the code you used, and please describe the exact sequence of keys you type to reproduce the problem in Emacs 27. Thanks.