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: Re: [Emacs-diffs] master 5c9304e: Disable some display optimizations when frames need redisplay Date: Mon, 05 Oct 2015 21:19:46 -0400 Message-ID: References: <20150930193450.11644.62040@vcs.savannah.gnu.org> <831tdd75i3.fsf@gnu.org> <83eghd5ff2.fsf@gnu.org> <83vbap3qxb.fsf@gnu.org> <83r3lc4du9.fsf@gnu.org> <83mvvz0xkh.fsf@gnu.org> <83bncdz20p.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444094421 26360 80.91.229.3 (6 Oct 2015 01:20:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Oct 2015 01:20:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 06 03:20:13 2015 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 1ZjGvM-0002Ee-Az for ged-emacs-devel@m.gmane.org; Tue, 06 Oct 2015 03:20:12 +0200 Original-Received: from localhost ([::1]:48424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjGvL-0001lJ-CE for ged-emacs-devel@m.gmane.org; Mon, 05 Oct 2015 21:20:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjGv2-0001ju-Qs for emacs-devel@gnu.org; Mon, 05 Oct 2015 21:19:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjGv2-0005gw-3O for emacs-devel@gnu.org; Mon, 05 Oct 2015 21:19:52 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:36571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjGuy-0005fk-C0; Mon, 05 Oct 2015 21:19:48 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CXDQA731xV/3aQs2tcgxCEAsEVh0kCBAICgTw6EwEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSSINwjPIwEBAQEBBQEBAQEBHYs6hQUHhC0BBLUEI4I7gVkigngBAQE X-IPAS-Result: A0CXDQA731xV/3aQs2tcgxCEAsEVh0kCBAICgTw6EwEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSSINwjPIwEBAQEBBQEBAQEBHYs6hQUHhC0BBLUEI4I7gVkigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="167638211" Original-Received: from 107-179-144-118.cpe.teksavvy.com (HELO fmsmemgm.homelinux.net) ([107.179.144.118]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 05 Oct 2015 21:19:48 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id F1627AECF0; Mon, 5 Oct 2015 21:19:46 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Mon, 05 Oct 2015 18:46:20 -0400") 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:190990 Archived-At: > cost of finding all the buffer's windows would be clearly too costly. Well, it's not really that the cost would too costly, but that it would be too high. Stefan "sorry"