From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jens Kilian Newsgroups: gmane.emacs.bugs Subject: Error message in Makefile mode when font-lock-mode is active. Date: 05 Jul 2004 15:54:00 +0200 Organization: Agilent Technologies R&D and Marketing GmbH & Co. KG Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1089035941 20581 80.91.224.253 (5 Jul 2004 13:59:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2004 13:59:01 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 05 15:58:53 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 1BhTzh-0008L1-00 for ; Mon, 05 Jul 2004 15:58:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BhU1f-00062O-7O for geb-bug-gnu-emacs@m.gmane.org; Mon, 05 Jul 2004 10:00:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!diablo.voicenet.com!prodigy.com!prodigy.com!agilent.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 51 Original-NNTP-Posting-Host: cswreg.cos.agilent.com Original-X-Trace: cswtrans.cos.agilent.com 1089035640 11014 130.29.154.45 (5 Jul 2004 13:54:00 GMT) Original-X-Complaints-To: usenet@cswtrans.cos.agilent.com Original-NNTP-Posting-Date: Mon, 5 Jul 2004 13:54:00 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Cache-Post-Path: cswreg.cos.agilent.com!unknown@socbl180.germany.agilent.com X-Cache: nntpcache 2.3.3 (see http://www.nntpcache.org/) Original-Xref: shelby.stanford.edu gnu.emacs.bug:35604 Original-To: bug-gnu-emacs@gnu.org 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:8350 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8350 In GNU Emacs 21.3.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars) of 2003-05-22 on porky.devel.redhat.com configured using `configure --host=i386-redhat-linux --build=i386-redhat-linux --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --with-gcc --with-pop --with-sound' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: C locale-coding-system: nil default-enable-multibyte-characters: t Please describe exactly what actions triggered the bug and the precise symptoms of the bug: 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)) Regards, Jens. -- mailto:jjk@acm.org phone:+49-7031-464-7698 (TELNET 778-7698) http://www.bawue.de/~jjk/ fax:+49-7031-464-7351 As the air to a bird, or the sea to a fish, so is contempt to the contemptible. [Blake]