From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: xterm.c (x_clear_frame) - commented out call to XClearWindow Date: Tue, 22 Nov 2011 10:38:52 +0800 Message-ID: References: <87k46uukcl.fsf@gnu.org> <87d3cldffb.fsf@gnu.org> <391CC3E1-BEF3-4561-8902-8BEE63CDEAE7@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1321929547 19210 80.91.229.12 (22 Nov 2011 02:39:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Nov 2011 02:39:07 +0000 (UTC) Cc: Chong Yidong , Emacs development discussions To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 22 03:39:02 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 1RSgGC-0001XY-Dm for ged-emacs-devel@m.gmane.org; Tue, 22 Nov 2011 03:39:00 +0100 Original-Received: from localhost ([::1]:47076 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSgGB-0003Ax-Jn for ged-emacs-devel@m.gmane.org; Mon, 21 Nov 2011 21:38:59 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:56947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSgG8-0003Ap-Kl for emacs-devel@gnu.org; Mon, 21 Nov 2011 21:38:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSgG7-0006CZ-Dy for emacs-devel@gnu.org; Mon, 21 Nov 2011 21:38:56 -0500 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:49991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSgG5-0006CJ-Jl; Mon, 21 Nov 2011 21:38:53 -0500 Original-Received: by wwf25 with SMTP id 25so6372614wwf.0 for ; Mon, 21 Nov 2011 18:38:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T4BIntM1gob3jxQSbd7KV0eN6aMe+OPLARSE5hoUxjU=; b=HD76aSvlUtwM9aYtQiRPnltHguMTV5EGnJJkcGBPsarNls4UChhJDoRjtAbfpdfeS0 Oq8gP2SkXZL2aSuqLFgcBL4Dwn2Ec05WFVIUPvPa2DJrRfTOuDHeBikcO0KlwcnqLk1w Fj7OFW/d77ouEQud0yN0tJ+jZo5iQ7J/dgZ5E= Original-Received: by 10.216.137.86 with SMTP id x64mr2692746wei.2.1321929532413; Mon, 21 Nov 2011 18:38:52 -0800 (PST) Original-Received: by 10.180.97.135 with HTTP; Mon, 21 Nov 2011 18:38:52 -0800 (PST) In-Reply-To: <391CC3E1-BEF3-4561-8902-8BEE63CDEAE7@swipnet.se> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.41 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:146124 Archived-At: > > The uncommented XClearWindow in x_clear_frame must be there so I activated it again. > > Just doing > (set-background-color "green") > > and then > > (set-background-color "white") > > leaves big chunks of green where there is no text unless x_clear_frame does its job. Hmm, I don't see that behaviour.