From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Diff mode faces Date: Thu, 30 Jun 2005 17:30:21 -0400 Message-ID: References: <87oea5urwm.fsf@jurta.org> <87psujj0h0.fsf@jurta.org> <86hdfv1y9b.fsf@blue.stonehenge.com> <87r7eyqzcy.fsf@jurta.org> <200506191710.j5JHAEN11479@raven.dms.auburn.edu> <877jgfi40l.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120168957 31993 80.91.229.2 (30 Jun 2005 22:02:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Jun 2005 22:02:37 +0000 (UTC) Cc: eliz@gnu.org, merlyn@stonehenge.com, teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 01 00:02:31 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Do76n-0008Vq-MJ for ged-emacs-devel@m.gmane.org; Fri, 01 Jul 2005 00:02:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do7F8-0005iV-1e for ged-emacs-devel@m.gmane.org; Thu, 30 Jun 2005 18:10:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Do7AX-0000ui-Vn for emacs-devel@gnu.org; Thu, 30 Jun 2005 18:06:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Do70T-0007Sh-FB for emacs-devel@gnu.org; Thu, 30 Jun 2005 17:55:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Do70N-0007K8-Tk for emacs-devel@gnu.org; Thu, 30 Jun 2005 17:55:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Do6ih-0002R2-N8 for emacs-devel@gnu.org; Thu, 30 Jun 2005 17:37:15 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Do6c1-0001b8-3D; Thu, 30 Jun 2005 17:30:21 -0400 Original-To: Juri Linkov In-reply-to: <877jgfi40l.fsf@jurta.org> (message from Juri Linkov on Tue, 28 Jun 2005 02:55:38 +0300) 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:39984 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39984 Something has to be done about colors of diff context, because currently it is white on black for dark backgrounds, and yellow on white for light backgrounds. I don't see any face in diff-mode.el that produces yellow-on-white. So I don't understand what specific behavior you're talking about here.