From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: RB Newsgroups: gmane.emacs.help Subject: Re: still no colors in rxvt Date: Mon, 02 Jun 2003 19:21:08 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86n0h05amz.fsf@SanMarco.rationalbuilding.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054596328 16197 80.91.224.249 (2 Jun 2003 23:25:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 2 Jun 2003 23:25:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 03 01:25:25 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 19Myg9-0004Cx-00 for ; Tue, 03 Jun 2003 01:25:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MygW-0005it-58 for gnu-help-gnu-emacs@m.gmane.org; Mon, 02 Jun 2003 19:25:48 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!mickle.dialup.access.NET!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: mickle.dialup.access.net (166.84.194.82) Original-X-Trace: fu-berlin.de 1054596143 9811960 166.84.194.82 (16 [111929]) User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) Cancel-Lock: sha1:rMfIpS6CScVcqOKjFFXb4EjYKrQ= Original-Xref: shelby.stanford.edu gnu.emacs.help:114012 Original-To: help-gnu-emacs@gnu.org 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:10506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:10506 Joe Corneli writes: > ok, I tried RB's .emacs, no go there. I guess this may involve > more work. > > PS., RB, have you tried changing '(cursor ((t (:background "white")))) > to '(cursor ((t (:background "black")))) My understanding is that those customizations are for emacs running in an X windows environment, so the customizations will not apply to emacs in rxvt at all, because rxvt is simulating a terminal environment, but thanks for the suggestion. RB