From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: Emacs and Colors and RedHat Date: Sat, 03 May 2003 00:43:20 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <7458-Sat03May2003004320+0300-eliz@elta.co.il> References: <20030502195758.GA4548@nmt.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1051912487 29005 80.91.224.249 (2 May 2003 21:54:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 2 May 2003 21:54:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Fri May 02 23:54:45 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19BiUP-0007Xe-00 for ; Fri, 02 May 2003 23:54:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BiTU-0004rz-06 for gnu-help-gnu-emacs@m.gmane.org; Fri, 02 May 2003 17:53:48 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19BiPJ-0003Ww-00 for help-gnu-emacs@gnu.org; Fri, 02 May 2003 17:49:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19BiNE-0002aw-00 for help-gnu-emacs@gnu.org; Fri, 02 May 2003 17:47:24 -0400 Original-Received: from thor.inter.net.il ([192.114.186.11]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19BiMS-0001gy-00 for help-gnu-emacs@gnu.org; Fri, 02 May 2003 17:46:33 -0400 Original-Received: from zaretsky (cable-130-193.inter.net.il [213.8.130.193]) by thor.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AYB97085; Sat, 3 May 2003 00:46:28 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <20030502195758.GA4548@nmt.edu> (wcolburn+help-gnu-emacs@nmt.edu) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9179 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9179 > Date: Fri, 2 May 2003 13:57:58 -0600 > From: "William D. Colburn (aka Schlake)" > > Uh, no, didn't help. Any emacs with -nw still has weird colors in it. > > On Fri, May 02, 2003 at 09:44:06PM +0200, David Kastrup wrote: > >> Does *anyone* know how to turn this off so that I can go back to a > >> readable screen with emacs? > > > >Put the following into your ~/.Xresources file: > >Emacs.Background: white > >Emacs.Foreground: black How about "emacs -nw -q --no-site-file"? Does that produce the default colors you are used to?