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#32438: 26.1; Long command in shell-mode results in ^G being displayed Date: Sat, 06 Feb 2021 12:00:26 +0200 Message-ID: <83tuqpo6rp.fsf@gnu.org> References: <1534264792.1726113.1473947424.493E07CA@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18372"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 32438@debbugs.gnu.org To: =?UTF-8?Q?=E5=90=B4=E9=94=90=E6=89=AC?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Feb 06 11:01:33 2021 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 1l8KPD-0004fG-Ey for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 06 Feb 2021 11:01:31 +0100 Original-Received: from localhost ([::1]:53006 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8KPC-0005ye-Cs for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 06 Feb 2021 05:01:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53022) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l8KOp-0005xZ-Ss for bug-gnu-emacs@gnu.org; Sat, 06 Feb 2021 05:01:08 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:33498) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1l8KOk-0006Tv-D0 for bug-gnu-emacs@gnu.org; Sat, 06 Feb 2021 05:01:06 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1l8KOk-0007xS-CP for bug-gnu-emacs@gnu.org; Sat, 06 Feb 2021 05:01:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Feb 2021 10:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 32438 X-GNU-PR-Package: emacs Original-Received: via spool by 32438-submit@debbugs.gnu.org id=B32438.161260563730545 (code B ref 32438); Sat, 06 Feb 2021 10:01:02 +0000 Original-Received: (at 32438) by debbugs.gnu.org; 6 Feb 2021 10:00:37 +0000 Original-Received: from localhost ([127.0.0.1]:45042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8KOL-0007wY-GA for submit@debbugs.gnu.org; Sat, 06 Feb 2021 05:00:37 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35034) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l8KOK-0007wE-Db for 32438@debbugs.gnu.org; Sat, 06 Feb 2021 05:00:36 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36754) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8KOE-0006C3-E5; Sat, 06 Feb 2021 05:00:31 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2322 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l8KO1-0001Z2-IO; Sat, 06 Feb 2021 05:00:24 -0500 In-Reply-To: (message from =?UTF-8?Q?=E5=90=B4_?= =?UTF-8?Q?=E9=94=90=E6=89=AC?= on Fri, 5 Feb 2021 22:20:56 -0700) 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:199406 Archived-At: > From: 吴锐扬 > Date: Fri, 5 Feb 2021 22:20:56 -0700 > > I just want to follow up on this bug since it has been around for a while. Although I cannot reproduce this bug with the steps described in the original bug report, it definitely exists and can be reproduced in a clearer way: https://emacs.stackexchange.com/questions/40603/process-input-seems-buggy-in-emacs-on-os-x > I personally encountered this in ESS inferior R buffer: https://github.com/emacs-ess/ESS/issues/1093 > > I have tested this under macOS Catalina and Big Sur with master branch Emacs and Yamamoto’s Emacs Mac Port. This bug can always be reproduced. I also tried on an m1 arm MacBook, and it is still there so it has nothing to do with architecture. > > Hopefully this can help you identify the issue. Didn't Andreas already identify it in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=32438#13 ?