From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ams@kemisten.nu (Alfred M. Szmidt) Newsgroups: gmane.emacs.bugs Subject: Colors getting screwed up after set-foreground-color. Date: 01 Jul 2002 00:00:53 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <87y9cwl94a.fsf@lgh163a.kemisten.nu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1025474575 5346 127.0.0.1 (30 Jun 2002 22:02:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 30 Jun 2002 22:02:55 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17OmmV-0001O7-00 for ; Mon, 01 Jul 2002 00:02:55 +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 17Ommw-0002nE-00; Sun, 30 Jun 2002 18:03:22 -0400 Original-Received: from mailhost.bonet.ac ([194.165.224.191]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17OmkZ-0002Zd-00 for ; Sun, 30 Jun 2002 18:00:55 -0400 Original-Received: from lgh163a.kemisten.nu (lgh163a.kemisten.nu [212.32.172.173]) by mailhost.bonet.ac (8.8.8/8.8.8) with ESMTP id AAA23893 for ; Mon, 1 Jul 2002 00:00:54 +0200 (MET DST) Original-Received: from ams by lgh163a.kemisten.nu with local (Exim 3.35 #1 (Debian)) id 17OmkX-0000GY-00 for ; Mon, 01 Jul 2002 00:00:53 +0200 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2353 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2353 Hi, Setting the foreground color and background color to anything other than black or white, respectively, messes up font-lock mode. For example: message-header-to-face in its default state is MidnightBlue (according to describe-face). But after changing the foreground/background color to something other than white/black, it is green3. This happens for all modes (font-lock-warning which is Red becomes Pink after the color change). This is with Emacs from CVS HEAD (2002-06-23). And I haven't been able to reproduce this on any other system, so it probably is something that is weird with my system. Any pointers on where to start looking for this bug (if it is a bug)? Cheers, -- Alfred M. Szmidt