From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs 25.1 RC2 - sporadic display errors on Linux virtual terminal. Date: Wed, 07 Sep 2016 15:10:58 -0400 Message-ID: References: <20160907155927.GE2145@acm.fritz.box> <83fupbacre.fsf@gnu.org> <20160907165338.GF2145@acm.fritz.box> <83a8fjaau3.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1473275301 18424 195.159.176.226 (7 Sep 2016 19:08:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Sep 2016 19:08:21 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 07 21:08:17 2016 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 1bhiCb-0003A0-Kq for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2016 21:08:05 +0200 Original-Received: from localhost ([::1]:42620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhiCc-0000hM-Kx for ged-emacs-devel@m.gmane.org; Wed, 07 Sep 2016 15:08:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhiCW-0000eT-Fj for emacs-devel@gnu.org; Wed, 07 Sep 2016 15:08:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhiCS-00088v-MF for emacs-devel@gnu.org; Wed, 07 Sep 2016 15:07:59 -0400 Original-Received: from [195.159.176.226] (port=42377 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhiCS-00088l-FJ for emacs-devel@gnu.org; Wed, 07 Sep 2016 15:07:56 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bhiCL-0001QV-QG for emacs-devel@gnu.org; Wed, 07 Sep 2016 21:07:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:WLvGlcBxEeKCYiIXt4Ln9IaVDwY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 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:207273 Archived-At: >> > If you open a termscript file and then type, do you see the missing >> > characters in the termscript file, which means they were sent to the >> > screen? >> No, the termscript file contained what I typed, not what I saw on the >> screen. > So this means Emacs writes the stuff correctly to the screen, and the > problem happens between terminal driver (or its emulation) and the > glass. Indeed. Alan, what Eli is saying here is that the problem is unrelated to Emacs itself, it's a bug in your xterm program. Stefan