From xemacs-m  Tue Jun 24 22:34:24 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id WAA29781
	for <xemacs-beta@xemacs.org>; Tue, 24 Jun 1997 22:34:23 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcvkg11836; Tue, 24 Jun 1997 23:34:24 -0400 (EDT)
Date: Tue, 24 Jun 1997 23:34:24 -0400 (EDT)
Message-Id: <QQcvkg11836.199706250334@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: Re: Invalid color instantiator ?
In-Reply-To: <m2d8pb1i73.fsf@altair.xemacs.org>
References: <Pine.LNX.3.96.970624225129.17552C-100000@fenun>
	<m2d8pb1i73.fsf@altair.xemacs.org>
X-Mailer: VM 6.33 under 20.3 "Copenhagen" XEmacs Lucid (beta8)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

Steven L Baur writes:
 > >  set-face-foreground(eif-quoted-feature nil)
 >                                           ^^^
 > 
 > That should be a color not nil.  `nil' was a legal color in 19.13 and
 > earlier but I'm not sure what the semantics of using it were, nor why
 > it was changed.

Change was probably related to specifiers.  Semantics of the old
code were equivalent to

(remove-specifier (face-foreground 'elf-quoted-face) 'global)

