From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Invalid face reference: quote Date: Sun, 19 Jun 2016 23:27:51 -0400 Message-ID: References: <0df9de35-c113-4a32-b05b-e5d1ec5a73a7@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1466393329 16279 80.91.229.3 (20 Jun 2016 03:28:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Jun 2016 03:28:49 +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 05:28:42 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 1bEptB-0001J7-Vt for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Jun 2016 05:28:42 +0200 Original-Received: from localhost ([::1]:41062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEptB-00055l-6S for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Jun 2016 23:28:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39231) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEpsa-00052s-9X for help-gnu-emacs@gnu.org; Sun, 19 Jun 2016 23:28:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEpsX-0008UO-26 for help-gnu-emacs@gnu.org; Sun, 19 Jun 2016 23:28:04 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:52181) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEpsW-0008UG-R3 for help-gnu-emacs@gnu.org; Sun, 19 Jun 2016 23:28:00 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1bEpsU-0000kw-Aw for help-gnu-emacs@gnu.org; Mon, 20 Jun 2016 05:27:58 +0200 Original-Received: from 45.72.244.67 ([45.72.244.67]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 05:27:58 +0200 Original-Received: from monnier by 45.72.244.67 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 20 Jun 2016 05:27:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 45.72.244.67 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:klwCD//ec5BImpsHLhvx9TBhg5M= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:110511 Archived-At: > What is the reason for all of the "Invalid face reference: quote" > error messages? 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'. 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. > I have added the following setq's to my font lock file. I don't what what is a "font lock file". Stefan