From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: non-break-space in tutorial Date: Sun, 29 May 2005 20:40:19 +0300 Message-ID: References: <87y8a1o9u0.fsf-monnier+emacs@gnu.org> <87acmgubin.fsf@jurta.org> <87ll5yqbya.fsf@jurta.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1117388365 22281 80.91.229.2 (29 May 2005 17:39:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 May 2005 17:39:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 29 19:39:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DcRkm-00024n-4n for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 19:39:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcRpU-0007kI-8y for ged-emacs-devel@m.gmane.org; Sun, 29 May 2005 13:44:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcRpF-0007hf-QE for emacs-devel@gnu.org; Sun, 29 May 2005 13:43:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcRpE-0007gi-CU for emacs-devel@gnu.org; Sun, 29 May 2005 13:43:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcRpE-0007gB-08 for emacs-devel@gnu.org; Sun, 29 May 2005 13:43:48 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DcRn7-0003Ej-Fz for emacs-devel@gnu.org; Sun, 29 May 2005 13:41:37 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-85-216.inter.net.il [80.230.85.216]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BJM24906 (AUTH halo1); Sun, 29 May 2005 20:40:09 +0300 (IDT) Original-To: Juri Linkov In-reply-to: <87ll5yqbya.fsf@jurta.org> (message from Juri Linkov on Sun, 29 May 2005 19:08:48 +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:37863 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37863 > From: Juri Linkov > Date: Sun, 29 May 2005 19:08:48 +0300 > Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org > > -(defface escape-glyph '((((background dark)) :foreground "cyan") > +(defface escape-glyph '((((background dark)) :background "rosybrown4") > ;; See the comment in minibuffer-prompt for > ;; the reason not to use blue on MS-DOS. > - (((type pc)) :foreground "magenta") > - (t :foreground "blue")) > + (((type pc)) :background "magenta") > + (t :background "rosybrown1")) You've changed all the colors except the ones for (type pc). I think it doesn't make sense to use the same color for background as we did for foreground.