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: xterm.c (x_clear_frame) - commented out call to XClearWindow Date: Tue, 22 Nov 2011 10:37:00 -0500 Message-ID: References: <87k46uukcl.fsf@gnu.org> <87d3cldffb.fsf@gnu.org> <391CC3E1-BEF3-4561-8902-8BEE63CDEAE7@swipnet.se> <87wras4taz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1321976449 4264 80.91.229.12 (22 Nov 2011 15:40:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2011 15:40:49 +0000 (UTC) Cc: Chong Yidong , Geoff Gole , Emacs development discussions To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 16:40:45 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RSsSi-0001bT-7w for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 16:40:44 +0100 Original-Received: from localhost ([::1]:41141 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsSh-0001lU-Ro for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 10:40:43 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:52302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsSf-0001lC-35 for emacs-devel@gnu.org; Tue, 22 Nov 2011 10:40:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSsSY-0007wZ-N4 for emacs-devel@gnu.org; Tue, 22 Nov 2011 10:40:41 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:60833) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSsSY-0007bc-Ik; Tue, 22 Nov 2011 10:40:34 -0500 Original-Received: from faina.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id pAMFb18m007824; Tue, 22 Nov 2011 10:37:01 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id DA1A7B4043; Tue, 22 Nov 2011 10:37:01 -0500 (EST) In-Reply-To: ("Jan =?iso-8859-1?Q?Dj=E4rv=22's?= message of "Tue, 22 Nov 2011 07:41:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV4049=0 X-NAI-Spam-Version: 2.2.0.9286 : core <4049> : streams <703823> : uri <1013222> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:146146 Archived-At: > It would be nice if we could just fix ther leftover spaces. But I think it > is too long in to pretest to fix this. You have to first find all leftover I think I agree, but I don't like just reverting without adding a comment explaining the reason for this "redundant" call. Stefan