From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Warren Harris Newsgroups: gmane.emacs.help Subject: white is #e5e5e5 Date: Sun, 23 Jan 2011 21:53:11 -0800 Message-ID: <07807786-5346-4F06-8FAE-EF2BF97B0460@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1295884552 11147 80.91.229.12 (24 Jan 2011 15:55:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2011 15:55:52 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 24 16:55:48 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PhOlf-0006Y7-M4 for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 16:55:47 +0100 Original-Received: from localhost ([127.0.0.1]:34105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhOlf-0003mi-1U for geh-help-gnu-emacs@m.gmane.org; Mon, 24 Jan 2011 10:55:47 -0500 Original-Received: from [140.186.70.92] (port=40378 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PhFMb-0002FF-Do for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 00:53:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PhFMa-0001py-9O for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 00:53:17 -0500 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:33211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PhFMa-0001po-6r for help-gnu-emacs@gnu.org; Mon, 24 Jan 2011 00:53:16 -0500 Original-Received: by ywj3 with SMTP id 3so1350755ywj.0 for ; Sun, 23 Jan 2011 21:53:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:content-type:content-transfer-encoding :subject:date:message-id:to:mime-version:x-mailer; bh=QBz/1VSjfq+qB1Jq7ML9v1NdNhz6hwvkHMkqPPAU/m8=; b=ev9mTggX7hpoTn/Gwt7ns6Dn1llybrk0C8sQLHdL/qZdga+RyOcAdE91GpCy7Vloc4 Ovb8A0tSGMW7GcmgK+GYODk7HkaDLmSkzlzFJ4T/Td7Qefh1i+HffidTYB2OLbsLtBNL EqScUtSmn9tovwawcRa57oKT/vxTaXQOpIaGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=k1YcLfcsMmA3X7g7lHxx1VjDbvyWUjylPcGcVrPLvE/O2ixy2AnkuqKmlBJIOzd8vY JuUKq1NsdhyWVumbxb5SxrtLTr2zYTZ9IzMpICp4XDX1Vw8qhPFirt1+u6Cx+8Km7IFW k4D4p/iLxL7q15grnZRbF3I99EGIrn5lMZwpU= Original-Received: by 10.151.7.20 with SMTP id k20mr4070699ybi.302.1295848394961; Sun, 23 Jan 2011 21:53:14 -0800 (PST) Original-Received: from dhcp-172-19-247-116.mtv.corp.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id u10sm2645111yba.13.2011.01.23.21.53.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 23 Jan 2011 21:53:14 -0800 (PST) X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Mon, 24 Jan 2011 10:49:45 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78707 Archived-At: When I run emacsclient -nw in my Apple Terminal, I get a dark grey = background instead of white like I expect. Here's what = list-colors-display shows: black black = #000000 = =20 red red = #cd0000 = =20 green green = #00cd00 = =20 yellow yellow = #cdcd00 = =20 blue blue = #0000ee = =20 magenta magenta = #cd00cd = =20 cyan cyan = #00cdcd = =20 white white = #e5e5e5 = =20 How can I fix this? Thanks, Warren=