From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: make-mode.el syntax highlighting bug Date: Mon, 16 May 2005 15:28:28 -0400 Message-ID: References: <87acmw6bst.fsf@wigwam.deepwood.net> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1116360104 21927 80.91.229.2 (17 May 2005 20:01:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 20:01:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 17 22:01:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY8Eg-0005HT-JS for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 22:00:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY8Gy-0002y9-QV for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 16:02:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXlJN-0004dv-F8 for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXlJM-0004dA-6B for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXlJL-0004cW-TG for emacs-devel@gnu.org; Mon, 16 May 2005 15:31:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DXlOX-0006GY-LE for emacs-devel@gnu.org; Mon, 16 May 2005 15:36:53 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DXlGO-0006Fo-GQ; Mon, 16 May 2005 15:28:28 -0400 Original-To: Daniel Brockman In-reply-to: <87acmw6bst.fsf@wigwam.deepwood.net> (message from Daniel Brockman on Sun, 15 May 2005 12:09:06 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:37177 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37177 @echo 'The following files were installed:' The last line is erroneously fontified with `makefile-targets-face': This is because makefile-dependency-regex matches that line. I can see why that happens; however, I don't understand the intended functioning of that regexp well enough to think about fixing the problem. I have long forgotten the details of obscure kinds of makefile syntax that it is trying to match. Is there someone here who has the knowledge necessary to work on this problem efficiently?