From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "amit.patel@gmail.com" Newsgroups: gmane.emacs.help Subject: Re: Syntax highlighting of operators in C and C++ mode Date: 17 Apr 2007 10:20:24 -0700 Organization: http://groups.google.com Message-ID: <1176830424.878670.110250@n76g2000hsh.googlegroups.com> References: <1176819786.890850.258980@n76g2000hsh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1176831372 18405 80.91.229.12 (17 Apr 2007 17:36:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Apr 2007 17:36:12 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 17 19:36:05 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hdrac-00039U-AL for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Apr 2007 19:35:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HdrfL-0000xE-SN for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Apr 2007 13:40:31 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!postnews.google.com!n76g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 24.6.193.168 Original-X-Trace: posting.google.com 1176830425 30350 127.0.0.1 (17 Apr 2007 17:20:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 17 Apr 2007 17:20:25 +0000 (UTC) In-Reply-To: <1176819786.890850.258980@n76g2000hsh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.3pre) Gecko/20070309 Camino/1.1b+,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: n76g2000hsh.googlegroups.com; posting-host=24.6.193.168; posting-account=J_V4MA0AAAB41JefzwKWdR2CxnorgH98 Original-Xref: shelby.stanford.edu gnu.emacs.help:147154 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:42758 Archived-At: On Apr 17, 7:23 am, Nordl=F6w wrote: > What have done wrong? Check your *Messages* buffer. If you see a "no such face" error, try changing font-lock-operator-face to 'font-lock-operator-face (i.e., add the quote character). Alternatively, (defvar font-lock-operator- face 'font-lock-operator-face). - Amit