From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: John Paul Wallington Newsgroups: gmane.emacs.help Subject: Re: Why .\.emacs doesn't work after upgrade to 21.2.2 Date: Wed, 18 Sep 2002 01:01:22 +0100 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <878z20upwt.fsf@bundalo.shootybangbang.com> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032307578 23961 127.0.0.1 (18 Sep 2002 00:06:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 18 Sep 2002 00:06:18 +0000 (UTC) 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 17rSMC-0006EL-00 for ; Wed, 18 Sep 2002 02:06:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17rSMQ-000358-00; Tue, 17 Sep 2002 20:06:30 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!diablo.theplanet.net!news.theplanet.net!127.0.0.1!nobody Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: modem-1.diglett.dialup.pol.co.uk Original-X-Trace: news5.svr.pol.co.uk 1032306980 12535 217.135.109.1 (17 Sep 2002 23:56:20 GMT) Original-NNTP-Posting-Date: 17 Sep 2002 23:56:20 GMT Original-X-Complaints-To: abuse@theplanet.net X-Face: +HUXJOuL$>S'Y(TcMmn:'53#"{#IGIj5l8G\T}8~+U%Df'MsC4bj+le)7h()--tE|@*f@RK k3kq8:bj[VkB;J>[FH~5*5WY=A/+MXY68cWV{A_H&fp\:`dejln?JcBp@FD-:7.#RsVx qVjl+V`>':H\paf%B.a User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (i686-pc-linux-gnu) Cancel-Lock: sha1:AJ7EA/ktnfLUKIBkRkUIBuTGMUM= Original-Xref: nntp.stanford.edu gnu.emacs.help:105009 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:1564 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1564 tclin1998@yahoo.com (TCLin) wrote: > error: "Invalid face", font-lock-reference-face from the NEWS file: "The face and variable previously known as font-lock-reference-face are now called font-lock-constant-face to better reflect their typical use for highlighting constants and labels. (Its face properties are unchanged.) The variable font-lock-reference-face remains for now for compatibility reasons, but its value is font-lock-constant-face." You could search for all uses of font-lock-reference-face in your .emacs and replace them with font-lock-constant-face. -- John Paul Wallington