From xemacs-m  Fri Feb 21 17:02:00 1997
Received: from mailhost.lanl.gov (mailhost.lanl.gov [128.165.3.12])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id RAA03091
	for <xemacs-beta@xemacs.org>; Fri, 21 Feb 1997 17:01:59 -0600 (CST)
Received: from branagh.ta52.lanl.gov (branagh.ta52.lanl.gov [128.165.144.9]) by mailhost.lanl.gov (8.8.5/8.8.3) with SMTP id QAA17269 for <xemacs-beta@xemacs.org>; Fri, 21 Feb 1997 16:01:56 -0700 (MST)
Received: by branagh.ta52.lanl.gov (SMI-8.6/SMI-SVR4)
	id PAA09811; Fri, 21 Feb 1997 15:57:33 -0700
Date: Fri, 21 Feb 1997 15:57:33 -0700
Message-Id: <199702212257.PAA09811@branagh.ta52.lanl.gov>
From: "John A. Turner" <turner@branagh.ta52.lanl.gov>
To: xemacs-beta@xemacs.org
Subject: Re: xrdb-mode.el 1.15 -> 1.17
In-Reply-To: <199702212234.RAA01124@anthem.CNRI.Reston.Va.US>
References: <199702212234.RAA01124@anthem.CNRI.Reston.Va.US>
Reply-To: turner@lanl.gov

Barry A. Warsaw writes:

 > Here's a patch from 1.15 to 1.17 of xrdb-mode.el.  I've added
 > font-lock support in the form of two faces xrdb-option-name-face and
 > xrdb-option-value-face.  See if you like it.

Looks good.  One note: I had to autoload it rather than load or
require, since font-lock-{keyword|string}-face are made in my
.xemacs-options.  So it would puke on the copy-face.

(I'm never sure which of load, require, and autoload is right anyway;
I typically just look in the header of the .el and do whatever it
tells me to do.) 

I don't know if that's bad or not (i.e. not sure what it should do if
those faces don't exist yet).

In any event, I like it.

-- 
John Turner
http://www.lanl.gov/home/turner

