From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: Re: Invalid face reference: quote Date: Sun, 19 Jun 2016 21:17:09 -0700 (PDT) Message-ID: <1566ab5b-b35d-4e0e-be2c-0dffa0d3e1ee@googlegroups.com> References: <0df9de35-c113-4a32-b05b-e5d1ec5a73a7@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1466396433 23134 80.91.229.3 (20 Jun 2016 04:20:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2016 04:20:33 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 20 06:20:28 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bEqhI-0007K9-3X for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jun 2016 06:20:28 +0200 Original-Received: from localhost ([::1]:41182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEqhG-00084J-NX for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jun 2016 00:20:26 -0400 X-Received: by 10.28.45.208 with SMTP id t199mr1241615wmt.0.1466396229689; Sun, 19 Jun 2016 21:17:09 -0700 (PDT) X-Received: by 10.36.204.4 with SMTP id x4mr206179itf.1.1466396229579; Sun, 19 Jun 2016 21:17:09 -0700 (PDT) Original-Path: usenet.stanford.edu!oe3no5479008lbb.1!news-out.google.com!di11ni4267lbb.1!nntp.google.com!w10no3678968lbo.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=115.189.99.160; posting-account=SVVH0AoAAABplEQzMkIR3gU7a0gK8IuF Original-NNTP-Posting-Host: 115.189.99.160 User-Agent: G2/1.0 Injection-Date: Mon, 20 Jun 2016 04:17:09 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:218204 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:110513 Archived-At: On Monday, June 20, 2016 at 3:28:08 PM UTC+12, Stefan Monnier wrote: > > What is the reason for all of the "Invalid face reference: quote" > > error messages? >=20 > This means that somewhere in a buffer (more specifically in one of the > visible parts of one of your buffers), there is a `face' property whose > value is either `quote' or a list that contains `quote'. What is a property? Is it related to plists? I am unfamiliar with manipul= ating plists. > Most likely you're in the second case and the better way to try and > track down the source of the problem might be to try and see what else > is in that list. >=20 > > I have added the following setq's to my font lock file. >=20 > I don't what what is a "font lock file". >=20 >=20 > Stefan My font lock file is an offshoot from .emacs which one day grew so unimagin= ably large that I had to split it into several files. My font lock file ju= st deals with font lock matters. I have uploaded my file to my website so = that one of you braniacs could help me to debug it. Here it is in all of i= ts glory: http://davinpearson.com/binaries/d-flock.el