From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: gerd.moellmann@t-online.de (Gerd Moellmann) Newsgroups: gmane.emacs.devel Subject: Re: A different color appears in the unused screen lines Date: 02 Jun 2002 14:48:32 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: <86elfpkfrz.fsf@gerd.free-bsd.org> References: <200205262225.g4QMPfp06457@aztec.santafe.edu> <86heknfgqa.fsf@gerd.free-bsd.org> <200206020252.g522q7F17952@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1023022312 23042 127.0.0.1 (2 Jun 2002 12:51:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2002 12:51:52 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17EUpr-0005zX-00 for ; Sun, 02 Jun 2002 14:51:51 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17EV8p-0000C0-00 for ; Sun, 02 Jun 2002 15:11:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EUp5-00077r-00; Sun, 02 Jun 2002 08:51:03 -0400 Original-Received: from mailout06.sul.t-online.com ([194.25.134.19]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17EUmu-00071X-00; Sun, 02 Jun 2002 08:48:49 -0400 Original-Received: from fwd10.sul.t-online.de by mailout06.sul.t-online.com with smtp id 17EUmq-0007uq-05; Sun, 02 Jun 2002 14:48:44 +0200 Original-Received: from gerd.free-bsd.org (520015515780-0001@[80.130.107.126]) by fwd10.sul.t-online.com with esmtp id 17EUmg-0vFkLQC; Sun, 2 Jun 2002 14:48:34 +0200 Original-Received: from gerd.free-bsd.org (localhost [127.0.0.1]) by gerd.free-bsd.org (8.12.3/8.12.3) with ESMTP id g52CmXrY000493; Sun, 2 Jun 2002 14:48:33 +0200 (CEST) (envelope-from gerd.moellmann@t-online.de) Original-Received: (from gerd@localhost) by gerd.free-bsd.org (8.12.3/8.12.3/Submit) id g52CmWIP000490; Sun, 2 Jun 2002 14:48:32 +0200 (CEST) X-Authentication-Warning: gerd.free-bsd.org: gerd set sender to gerd.moellmann@t-online.de using -f Original-To: rms@gnu.org In-Reply-To: <200206020252.g522q7F17952@aztec.santafe.edu> Original-Lines: 9 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-Sender: 520015515780-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:4557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:4557 Richard Stallman writes: > Do you know how we can diagnose this any further? I'd look at the function setting the bg color of the X window, x_set_background_color (?), and see what it uses to translate a color name to a pixel color. If the bg color of the face is different from the bg color of the X window, there should be a difference to what faces do, which is found in load_color, IIRC.