From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: Error message in Makefile mode when font-lock-mode is active. Date: Tue, 06 Jul 2004 12:43:24 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40EAF2CC.7020307@yahoo.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089139450 7669 80.91.224.253 (6 Jul 2004 18:44:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2004 18:44:10 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 20:44:01 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bhuv9-0002yP-00 for ; Tue, 06 Jul 2004 20:43:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhuxB-0004oe-NL for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Jul 2004 14:46:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bhux9-0004mr-77 for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:46:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bhux7-0004lX-KO for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:46:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bhux7-0004lU-H9 for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:46:01 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bhuud-0004x5-0E for bug-gnu-emacs@gnu.org; Tue, 06 Jul 2004 14:43:27 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BhuuZ-0000gd-00 for ; Tue, 06 Jul 2004 20:43:25 +0200 Original-Received: from 170.207.1.200 ([170.207.1.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2004 20:43:23 +0200 Original-Received: from ihs_4664 by 170.207.1.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 06 Jul 2004 20:43:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 170.207.1.200 User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8363 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8363 Jens Kilian wrote: > In GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) > of 2003-05-22 on porky.devel.redhat.com ... > I have the following settings for font-lock-mode in my ~/.emacs file: > > (setq font-lock-support-mode 'lazy-lock-mode) > (setq font-lock-maximum-decoration t) > (global-font-lock-mode t) > > When I load a Makefile containing an "include" statement, like the following: > ---8<-------------------------------------------------------------------8<--- > include foo > ---8<-------------------------------------------------------------------8<--- > > I get the error message: > > (error No match 2 in highlight (2 font-lock-variable-name-face)) I can't replicate that here: GNU Emacs 21.3.1 (i386-pc-solaris2.7, X toolkit) of 2003-04-24 on briard. Does it happen if you start emacs with -q --no-site-file, and evaluate those forms in the *scratch* buffer? -- Kevin Rodgers