From xemacs-m  Fri Sep 26 13:49:33 1997
Received: from ns1.eds.com (ns1.eds.com [192.85.154.78])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id NAA26717
	for <xemacs-beta@xemacs.org>; Fri, 26 Sep 1997 13:49:31 -0500 (CDT)
Received: from nnsa.eds.com (nnsa.eds.com [130.174.31.78])
	by ns1.eds.com (8.8.6/8.8.5) with ESMTP id OAA01231;
	Fri, 26 Sep 1997 14:49:36 -0400 (EDT)
Received: from kocrsv04.delcoelect.com (kocrsv04.delcoelect.com [144.250.100.205])
	by nnsa.eds.com (8.8.5/8.8.5) with ESMTP id OAA09040;
	Fri, 26 Sep 1997 14:49:06 -0400 (EDT)
Received: from kocrsw12.delcoelect.com (kocrsw12.delcoelect.com [144.250.106.18]) by kocrsv04.delcoelect.com (8.7.5/8.7.3) with SMTP id NAA19697; Fri, 26 Sep 1997 13:49:05 -0500 (EST)
Received: from kocrsw12 by kocrsw12.delcoelect.com (SMI-8.6/SMI-SVR4)
	id NAA12291; Fri, 26 Sep 1997 13:49:04 -0500
X-Mailer: exmh version 2.0gamma 1/27/97
To: Kyle Jones <kyle_jones@wonderworks.com>
cc: xemacs-beta@xemacs.org
Subject: Re: [PATCH] 20.3-b23: fix for default background pixmap overridding background color of another face. 
X-Attribution: mts
X-Face: 4tk3bJx]I+QTZ|=]*1+Z){9+;5u_hK*NBeZK6[+B+iB%bVuOJ%^uK~fIG}O-}%WLX*D
 ^aW>Gv8E3Xtz0\N&fQl^:pj<K{xM`:d>pPt:9lF-YXB%O)?@rd?*/jE!s94`?]:jJ#C5RDP:;M
 r.3lwo`0{vIT+<{%IRwe]vLd]7>\X|*z{TUX_t;?TPcOLBMIv8_V92!Vk(*DJVU~0M[`5D^PAW
 LniO1?YYWArMU*j9o+>?1MWi.lO?F-?aVt:qQ8OaG?R}B:I!7S_+KuzxZ.f9M@$z#n\bG2$Q2{od
Date: Fri, 26 Sep 1997 13:49:02 -0500
Message-ID: <12289.875299742@kocrsw12>
From: Mike Scheidler <c23mts@eng.delcoelect.com>

"Kyle" == Kyle Jones <kyle_jones@wonderworks.com> writes:
 Kyle> 
 Kyle> 	* src/faces.c (update_face_cachel_data): Don't allow the
 Kyle> 	  background pixmap of the default face to override the
 Kyle> 	  background of a face if that color has been specified.

Hey, this is great!  Thanks, Kyle.  This lets me get rid of all these
resources in my app-defaults file:

  Emacs.font-lock-whitespace-face.attributeBackgroundPixmap:      nil
  Emacs.gnus-x-face.attributeBackgroundPixmap:                    nil
  Emacs.gui-button-face.attributeBackgroundPixmap:                nil
  Emacs.highlight.attributeBackgroundPixmap:                      nil
  Emacs.isearch.attributeBackgroundPixmap:                        nil
  Emacs.list-mode-item-selected.attributeBackgroundPixmap:        nil
  Emacs.m4-face.attributeBackgroundPixmap:                        nil
  Emacs.paren-match.attributeBackgroundPixmap:                    nil
  Emacs.paren-mismatch.attributeBackgroundPixmap:                 nil
  Emacs.pointer.attributeBackgroundPixmap:                        nil
  Emacs.primary-selection.attributeBackgroundPixmap:              nil
  Emacs.secondary-selection.attributeBackgroundPixmap:            nil
  Emacs.text-cursor.attributeBackgroundPixmap:                    nil
  Emacs.whitespace-blank-face.attributeBackgroundPixmap:          nil
  Emacs.whitespace-tab-face.attributeBackgroundPixmap:            nil
  Emacs.ws-face.attributeBackgroundPixmap:                        nil
  Emacs.x-face.attributeBackgroundPixmap:                         nil
  Emacs.zmacs-region.attributeBackgroundPixmap:                   nil

-- 
Mike Scheidler                     c23mts@eng.delcoelect.com
Corporate Software Technology
Delco Electronics Corporation      PHONE:  (765) 451-0319
Kokomo, IN 46904-9005              GMNET:  8-322-0319


