From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Cloos Newsgroups: gmane.emacs.devel Subject: Default colours in X11 frames? Date: Sun, 20 Jul 2008 14:44:33 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216579564 30051 80.91.229.12 (20 Jul 2008 18:46:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jul 2008 18:46:04 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 20 20:46:52 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KKdvi-0005X3-UX for ged-emacs-devel@m.gmane.org; Sun, 20 Jul 2008 20:46:52 +0200 Original-Received: from localhost ([127.0.0.1]:35322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKduk-0000w9-Qo for ged-emacs-devel@m.gmane.org; Sun, 20 Jul 2008 14:45:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KKdua-0000tR-Qr for emacs-devel@gnu.org; Sun, 20 Jul 2008 14:45:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKduZ-0000st-Fr for emacs-devel@gnu.org; Sun, 20 Jul 2008 14:45:36 -0400 Original-Received: from [199.232.76.173] (port=57358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKduY-0000so-SF for emacs-devel@gnu.org; Sun, 20 Jul 2008 14:45:35 -0400 Original-Received: from eagle.jhcloos.com ([207.210.242.212]:2942) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KKduX-0001So-BS for emacs-devel@gnu.org; Sun, 20 Jul 2008 14:45:34 -0400 Original-Received: by eagle.jhcloos.com (Postfix, from userid 10) id 9F72D4008D; Sun, 20 Jul 2008 18:45:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jhcloos.com; s=eagle; t=1216579518; bh=tMFGddvtMSONdvD7pbWR8NnKToOgBADf08dVueMuX Vw=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=AwNIJQnGrFPp9BJhgA8BpOkJrJ21SjA2V2ToAuD20XGJtUiwid7xAfeI+sFJj0UQR LLcBp30EA13Kan+vT3+tedtN21eJHEUVTahxUhK3x16m7HJNNwrbcRCqH+lY0FEzE1o XtXMDaKHxWYLjx7y0GK5YvUK5RFvSX6xRuoOumw= Original-Received: by lugabout.jhcloos.org (Postfix, from userid 500) id CA000210680; Sun, 20 Jul 2008 18:44:56 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Face: iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAI1J REFUOE+lU9ESgCAIg64P1y+ngUdxhl5H8wFbbM0OmUiEhKkCYaZThXCo6KE5sCbA1DDX3genvO4d eBQgEMaM5qy6uWk4SfBYfdu9jvBN9nSVDOKRtwb+I3epboOsOX5pZbJNsBJFvmQQ05YMfieIBnYX FK2N6dOawd97r/e8RjkTLzmMsiVgrAoEugtviCM3v2WzjgAAAABJRU5ErkJggg== Copyright: Copyright 2008 James Cloos OpenPGP: ED7DAEA6; url=http://jhcloos.com/public_key/0xED7DAEA6.asc OpenPGP-Fingerprint: E9E9 F828 61A4 6EA9 0F2B 63E7 997A 9F17 ED7D AEA6 Original-Lines: 27 X-Hashcash: 1:23:080720:emacs-devel@gnu.org::cf6Zu4qxLbqB/U1a:0000000000000000000000000000000000000000012AZ4 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:101024 Archived-At: I notice that my compile of CVS from yesterday has new colours for many faces. Did I miss any changes (my last compile was from before the ns merge) from the commit list which would affect how colours are presented to the X server? As an example, gnus' message-header-xheader face says Foreground: blue but is displaying as purple. The other message-header faces (using cornflower blue and steel blue) look correct (but a comparison shows that they, too, are off; just not as much as blue is). Also, font-local-comment-face, using Firebrick, looks brighter than it used to. I also updated the X server at that time (from its Git master), but other apps seem to have the same colours. I definitely do not get the same colours from this emacs compile as I do from, eg: :; ppmmake 640 640|xv - Interestingly, my background colour, LightYellow2, looks the same as in other apps. As does black. -JimC -- James Cloos OpenPGP: 1024D/ED7DAEA6