From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: non-break-space in tutorial Date: Mon, 30 May 2005 11:48:34 +0300 Organization: JURTA Message-ID: <87sm05p081.fsf@jurta.org> References: <87y8a1o9u0.fsf-monnier+emacs@gnu.org> <87acmgubin.fsf@jurta.org> <87ll5yqbya.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1117447692 30141 80.91.229.2 (30 May 2005 10:08:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 May 2005 10:08:12 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 30 12:08:09 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DchB6-0004a0-Mm for ged-emacs-devel@m.gmane.org; Mon, 30 May 2005 12:07:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DchFp-00046C-Hs for ged-emacs-devel@m.gmane.org; Mon, 30 May 2005 06:12:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DcgTb-00062P-GI for emacs-devel@gnu.org; Mon, 30 May 2005 05:22:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DcgJl-0005ea-4t for emacs-devel@gnu.org; Mon, 30 May 2005 05:12:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DcgAf-0005PO-Jj for emacs-devel@gnu.org; Mon, 30 May 2005 05:02:56 -0400 Original-Received: from [194.126.101.111] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dcg3R-0008BB-19; Mon, 30 May 2005 04:55:25 -0400 Original-Received: from mail.neti.ee (80-235-37-170-dsl.mus.estpak.ee [80.235.37.170]) by Relayhost2.neti.ee (Postfix) with ESMTP id 52E575A5C; Mon, 30 May 2005 11:53:49 +0300 (EEST) Original-To: Eli Zaretskii In-Reply-To: (Eli Zaretskii's message of "Sun, 29 May 2005 20:40:19 +0300") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:37884 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37884 >> -(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. I can't find a better color among other 8 values for (type pc) than magenta. Maybe this is not a bad choice. -- Juri Linkov http://www.jurta.org/emacs/