From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Getting rid of redisplay-dont-pause Date: Mon, 15 Dec 2014 15:34:53 -0500 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1418675732 27228 80.91.229.3 (15 Dec 2014 20:35:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Dec 2014 20:35:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 15 21:35:26 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 1Y0cMX-0003PE-8n for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2014 21:35:25 +0100 Original-Received: from localhost ([::1]:41790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0cMW-00007m-Sa for ged-emacs-devel@m.gmane.org; Mon, 15 Dec 2014 15:35:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0cMA-000056-C2 for emacs-devel@gnu.org; Mon, 15 Dec 2014 15:35:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0cM2-00032g-UI for emacs-devel@gnu.org; Mon, 15 Dec 2014 15:35:02 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:58965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0cM2-00032Z-Ny for emacs-devel@gnu.org; Mon, 15 Dec 2014 15:34:54 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlMPAOwQflTO+ILA/2dsb2JhbABbgwcBg1+FWr51higEgSgXAQEBAQEBfIRfciYYDYh3sEGmRJEMhDIFiwGkLoF4gUkMgkQhgncBAQE X-IPAS-Result: AlMPAOwQflTO+ILA/2dsb2JhbABbgwcBg1+FWr51higEgSgXAQEBAQEBfIRfciYYDYh3sEGmRJEMhDIFiwGkLoF4gUkMgkQhgncBAQE X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="102580088" Original-Received: from 206-248-130-192.dsl.teksavvy.com (HELO ceviche.home) ([206.248.130.192]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Dec 2014 15:34:54 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 97190660DC; Mon, 15 Dec 2014 15:34:53 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:180175 Archived-At: I'm planning on obsoleting redisplay-dont-pause. Any objection? AFAIK, the only effect it has it to sometimes skip the actual redraw of some windows, but nowadays this is always a fast operation (compared to the total time to perform redisplay). Furthermore, when a redisplay is "paused" this way, the next redisplay sometimes ends up having to do more work to "cleanup the mess". Stefan