From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Mike Kupfer Newsgroups: gmane.emacs.devel Subject: Re: misbehavior in shell window with ksh Date: Sat, 06 May 2017 11:41:38 -0700 Message-ID: <8741.1494096098@alto> References: <83wp9vg7as.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: blaine.gmane.org 1494096148 16178 195.159.176.226 (6 May 2017 18:42:28 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 6 May 2017 18:42:28 +0000 (UTC) Cc: stephen.berman@gmx.net, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 06 20:42:20 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d74eo-00040c-C2 for ged-emacs-devel@m.gmane.org; Sat, 06 May 2017 20:42:18 +0200 Original-Received: from localhost ([::1]:52372 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d74et-0000Wq-Ks for ged-emacs-devel@m.gmane.org; Sat, 06 May 2017 14:42:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d74eN-0000Wj-8N for emacs-devel@gnu.org; Sat, 06 May 2017 14:41:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d74eK-0007mb-5O for emacs-devel@gnu.org; Sat, 06 May 2017 14:41:51 -0400 Original-Received: from shell1.rawbw.com ([198.144.192.42]:62662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d74eJ-0007mS-SX; Sat, 06 May 2017 14:41:48 -0400 Original-Received: from alto (m208-249.dsl.rawbw.com [198.144.208.249]) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTP id v46IfcbM090844; Sat, 6 May 2017 11:41:41 -0700 (PDT) (envelope-from mkupfer@alum.berkeley.edu) X-Authentication-Warning: shell1.rawbw.com: Host m208-249.dsl.rawbw.com [198.144.208.249] claimed to be alto In-Reply-To: Your message of "Fri, 05 May 2017 09:13:31 +0300." <83wp9vg7as.fsf@gnu.org> X-Mailer: MH-E 8.6+git; nmh 1.6; GNU Emacs 26.0.50 Content-ID: <8740.1494096098.1@alto> X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 198.144.192.42 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:214630 Archived-At: Eli Zaretskii wrote: > AFAIU, the conclusion is that > indeed the offending string comes from the shell as result of Emacs's > telling the shell that its screen size has changed. Agreed. > So is it enough to conclude that users of shells like this should > customize window-adjust-process-window-size-function to avoid telling > the shell its screen has been resized? Or do we need a more thorough > solution for this problem? My testing on Debian 8 shows no problem with bash, zsh, tcsh, csh, mksh, yash, or rc. Since it appears to be just a problem with ksh, I'd be fine with documenting the issue and workaround (in PROBLEMS, I guess, next to the other shell-related issues). mike