From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.devel Subject: Re: comint-preoutput-filter-functions and flickering redisplay in TTY Date: Wed, 04 Jun 2014 12:36:12 +0200 Message-ID: <87fvjlgdwj.fsf@geodiff-mac3.ulb.ac.be> References: <87r4366w66.fsf@fx.delysid.org> <87vbsigou7.fsf@geodiff-mac3.ulb.ac.be> <87fvjm3zna.fsf@fx.delysid.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1401878147 7743 80.91.229.3 (4 Jun 2014 10:35:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2014 10:35:47 +0000 (UTC) Cc: emacs-devel@gnu.org To: Mario Lang Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 12:35:41 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 1Ws8Xk-0001C6-P8 for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 12:35:40 +0200 Original-Received: from localhost ([::1]:59400 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws8Xk-00019v-1b for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2014 06:35:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws8XD-0000fh-3U for emacs-devel@gnu.org; Wed, 04 Jun 2014 06:35:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ws8X7-0004Sp-CQ for emacs-devel@gnu.org; Wed, 04 Jun 2014 06:35:07 -0400 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:30137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ws8X7-0004Rx-7K for emacs-devel@gnu.org; Wed, 04 Jun 2014 06:35:01 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoKADL1jlOkD4Xx/2dsb2JhbABZg1mrGQEEBpgnAYEhdIImAQV5EAsOEw0BFw8BBEkTiC0BFK5SnR0Bhl8XhVWCA4Z6BxIBhC0BA5dRg32FGYxegzo7gTIHFw Original-Received: from mathsrv4.ulb.ac.be (HELO geodiff-mac3.ulb.ac.be) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 04 Jun 2014 12:34:58 +0200 In-Reply-To: <87fvjm3zna.fsf@fx.delysid.org> (Mario Lang's message of "Tue, 03 Jun 2014 15:12:41 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 164.15.128.112 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:172325 Archived-At: Mario Lang writes: >>> To reproduce: Install chess.el, call M-x chess-ics RET, login to >>> freechess.org (as guest is OK), and wait a bit. Your screen (at least in -nw mode) >>> should start to flicker noticeably every once in a while. Perhaps you should file a bug report so as to ensure this does not get forgotten. FWIW, I would even completely remove the call to (recenter) in tabulated-list-print because I don't know what purpose it serves. -- Nico.