From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.bugs Subject: bug#40589: ^L printed when resizing Emacs split window using ksh93 Date: Thu, 17 Jun 2021 19:53:11 -0700 Message-ID: <31166.1623984791@alto> References: <421A39CF-3345-4951-B406-830F4D4F132E@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18224"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Nicholas Papadonis , Lars Ingebrigtsen , Bruno =?UTF-8?Q?F=C3=A9lix?= Rezende Ribeiro , Korn Shell , 40589@debbugs.gnu.org To: Andreas Schwab Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Jun 18 04:54:36 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 1lu4eR-0004XE-Hy for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 18 Jun 2021 04:54:35 +0200 Original-Received: from localhost ([::1]:40948 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lu4eP-00017g-SI for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 17 Jun 2021 22:54:34 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lu4du-00017V-B4 for bug-gnu-emacs@gnu.org; Thu, 17 Jun 2021 22:54:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:43861) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lu4du-0007fV-2u for bug-gnu-emacs@gnu.org; Thu, 17 Jun 2021 22:54:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lu4du-0008UQ-0H for bug-gnu-emacs@gnu.org; Thu, 17 Jun 2021 22:54:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Mike Kupfer Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 18 Jun 2021 02:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40589 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Original-Received: via spool by 40589-submit@debbugs.gnu.org id=B40589.162398480232589 (code B ref 40589); Fri, 18 Jun 2021 02:54:01 +0000 Original-Received: (at 40589) by debbugs.gnu.org; 18 Jun 2021 02:53:22 +0000 Original-Received: from localhost ([127.0.0.1]:55407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lu4dG-0008TZ-DH for submit@debbugs.gnu.org; Thu, 17 Jun 2021 22:53:22 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:26042 ident=root) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lu4dD-0008TO-OU for 40589@debbugs.gnu.org; Thu, 17 Jun 2021 22:53:20 -0400 Original-Received: from alto (96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 15I2rCQX071792 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 17 Jun 2021 19:53:17 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host 96-95-200-133-static.hfc.comcastbusiness.net [96.95.200.133] claimed to be alto In-Reply-To: Your message of "Wed, 16 Jun 2021 09:05:54 +0200." <87zgvqs2zx.fsf@igel.home> X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.0.50 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:208683 Archived-At: Andreas Schwab wrote: > Make sure the emacs (or vi) option is enabled. Ah, right, I had EDITOR set to a wrapper script. Yes, I can now reproduce the problem with just ksh and a terminal emulator, without Emacs. mike