From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: terminal getting garbled running 'emacs -nw' Date: Sat, 9 Aug 2014 09:47:20 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0158b03452e490050035135d X-Trace: ger.gmane.org 1407603321 17464 80.91.229.3 (9 Aug 2014 16:55:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2014 16:55:21 +0000 (UTC) To: emacs development Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 09 18:55:15 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XG9vG-0006ne-69 for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 18:55:14 +0200 Original-Received: from localhost ([::1]:56878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG9vF-0007eg-SS for ged-emacs-devel@m.gmane.org; Sat, 09 Aug 2014 12:55:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG9nf-0006Ga-J0 for emacs-devel@gnu.org; Sat, 09 Aug 2014 12:47:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XG9ne-0004kb-3v for emacs-devel@gnu.org; Sat, 09 Aug 2014 12:47:23 -0400 Original-Received: from mail-ie0-x22a.google.com ([2607:f8b0:4001:c03::22a]:51112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XG9nd-0004jf-Vy for emacs-devel@gnu.org; Sat, 09 Aug 2014 12:47:22 -0400 Original-Received: by mail-ie0-f170.google.com with SMTP id rl12so7954360iec.1 for ; Sat, 09 Aug 2014 09:47:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=E4AauHKfDm5cjLMk141Y2rhg37mqGbSZPOd2AMSfCvY=; b=IwmNZUUY+Kp4/BOyo213UJ9yWTwWk4orQC1r9o3j05xVTo14EYi8SBXuzP+xCD5NA4 2Ah/UszMmizuK9bP4m6utrEJuxK7AkZk0ylN/QyOIwGdvgwsAdfJrsh3hrQpWaMwAf+4 b6lS8oLd6ivX6GloOrw7/y7LYbNM/qTvMyxmPan86wmJd+B/upMF9kIcwzfTxV7SLPRc Fs2OLSiTwLBMuoO/bmBvAsE9R+rjw1Em0LXKTKmbuT7//2MsVDWpn7pe5YhBLsLCDzc0 i18frxDvA+rxT1AejyuH119ikZYACJcubd6pv+E+Bzsmui0XGR2nZfY9wsFO+AdF2RcC UErg== X-Received: by 10.50.33.100 with SMTP id q4mr15061782igi.8.1407602841017; Sat, 09 Aug 2014 09:47:21 -0700 (PDT) Original-Received: by 10.107.155.130 with HTTP; Sat, 9 Aug 2014 09:47:20 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22a X-Mailman-Approved-At: Sat, 09 Aug 2014 12:54:52 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173513 Archived-At: --089e0158b03452e490050035135d Content-Type: text/plain; charset=ISO-8859-1 Hello, I am running GNU Emacs 24.4.50.1 (x86_64-unknown-linux-gnu) built with the following options: ./configure CFLAGS=-DHAVE_ALIGNED_ALLOC --with-gif=no --without-x. - Using putty from MS Windows to log into a GNU/Linux machine - Using tmux or the default bash shell in the putty terminal - Run emacs in terminal mode: emacs -q -nw - Open a large (large enough to have multiple pages so that you need to scroll a bit to reach the end of file) file - Scroll down using the page-down (keep it pressed) to reach the file end - Scroll up using page-up button to reach the file beginning - I first notice modeline getting garbled followed by a minibuffer that is 2 line high and finally the menubar disappears - Quit emacs via emacs-kill - The shell prompt in the terminal is garbled and you do not see the cursor. You need to clear the screen (terminal) to get back the cursor (this is not 100% reproducible but happens often enough) The same does not happen with GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.13). I am noticing this problem from around a month. Please let me know how I can help in debugging this problem. with best regards, dhruva --089e0158b03452e490050035135d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
=A0I am running GNU Emacs 24.4.50.1 (x86_64-unk= nown-linux-gnu) built with the following options: ./configure CFLAGS=3D-DHA= VE_ALIGNED_ALLOC --with-gif=3Dno --without-x.

- Us= ing putty from MS Windows to log into a GNU/Linux machine
- Using tmux or the default bash shell in the putty terminal
- Run emacs in terminal mode: emacs -q -nw
- Open a large (large= enough to have multiple pages so that you need to scroll a bit to reach th= e end of file) file
- Scroll down using the page-down (keep it pressed) to reach the file = end
- Scroll up using page-up button to reach the file beginning<= /div>
- I first notice modeline getting garbled followed by a minibuffe= r that is 2 line high and finally the menubar disappears
- Quit emacs via emacs-kill
- The shell prompt in the termin= al is garbled and you do not see the cursor. You need to clear the screen (= terminal) to get back the cursor (this is not 100% reproducible but happens= often enough)

The same does not happen with=A0GNU Emacs 24.2.1 (x86_6= 4-unknown-linux-gnu, GTK+ Version 2.24.13).

I = am noticing this problem from around a month. Please let me know how I can = help in debugging this problem.

with best regards,
dhruva
--089e0158b03452e490050035135d--