From xemacs-m  Sun Jun  8 14:53:13 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA02791
	for <xemacs-beta@xemacs.org>; Sun, 8 Jun 1997 14:53:12 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id VAA21617; Sun, 8 Jun 1997 21:53:11 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: gnuclient -nw does not use tty face settings.
References: <199706070705.AAA32735@bittersweet.inetarena.com> 	<kigenaen8et.fsf@jagor.srce.hr> <199706081939.MAA22497@bittersweet.inetarena.com>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 08 Jun 1997 21:53:11 +0200
In-Reply-To: "Karl M. Hegbloom"'s message of Sun, 8 Jun 1997 12:39:21 -0700
Message-ID: <kig206cx460.fsf@jagor.srce.hr>
Lines: 20
X-Mailer: Gnus v5.4.52/XEmacs 20.3(beta4)

"Karl M. Hegbloom" <karlheg@inetarena.com> writes:

> I've my default face for tty's configured to be white on black, the
> color of my xterm windows (white on grey33), but gnuclient -nw uses
> the colors of X frames instead.  It looks like this(...):

Can we please see the exact code for your initialization?  It may
prove important.  For example, if you initialize like this:

(if (console-on-window-system-p)             ; or the yucky `window-system'
    (progn
      ...X stuff...)
  ...TTY stuff...)

Then it won't work.  The correct way is to...  <falls dead>

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
main(){printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);}

