From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21597: 25.0.50; Extremely slow redisplay on emacsclient Date: Thu, 01 Oct 2015 21:59:01 +0300 Message-ID: <83oagi8lfu.fsf@gnu.org> References: <83r3le8oev.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1443727358 13815 80.91.229.3 (1 Oct 2015 19:22:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2015 19:22:38 +0000 (UTC) Cc: 21597@debbugs.gnu.org To: Kaushal Modi Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 01 21:22:29 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1ZhjQy-0005wW-7w for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 21:22:28 +0200 Original-Received: from localhost ([::1]:55617 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZhjQx-000514-F0 for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 Oct 2015 15:22:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhj5M-00078C-Cp for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2015 15:00:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhj5J-0004n6-Ml for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2015 15:00:08 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:33804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhj5J-0004lr-JZ for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2015 15:00:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zhj5I-0002HO-V9 for bug-gnu-emacs@gnu.org; Thu, 01 Oct 2015 15:00:05 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 01 Oct 2015 19:00:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21597 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21597-submit@debbugs.gnu.org id=B21597.14437259558675 (code B ref 21597); Thu, 01 Oct 2015 19:00:04 +0000 Original-Received: (at 21597) by debbugs.gnu.org; 1 Oct 2015 18:59:15 +0000 Original-Received: from localhost ([127.0.0.1]:51008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zhj4U-0002Fr-M4 for submit@debbugs.gnu.org; Thu, 01 Oct 2015 14:59:14 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:43254) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zhj4S-0002Fh-6j for 21597@debbugs.gnu.org; Thu, 01 Oct 2015 14:59:13 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NVK00B001W7XP00@a-mtaout22.012.net.il> for 21597@debbugs.gnu.org; Thu, 01 Oct 2015 21:59:10 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NVK00BXW22MMF90@a-mtaout22.012.net.il>; Thu, 01 Oct 2015 21:59:10 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 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.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:107177 Archived-At: > From: Kaushal Modi > Date: Thu, 1 Oct 2015 14:55:22 -0400 > Cc: 21597@debbugs.gnu.org > > Just FYI, the fix in 511a18 commit is still good after the earlier trial fix > reversal commit ( > http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=6083f333ed38aa65f1d0a4c2bd7505a29e887444 ). > Thanks.