From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: Makefile mode comment color didn't notice backslash continuation Date: Tue, 4 Feb 2003 09:36:07 +0200 (IST) Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1044344137 26168 80.91.224.249 (4 Feb 2003 07:35:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Feb 2003 07:35:37 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18fxcD-0006nk-00 for ; Tue, 04 Feb 2003 08:35:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fxdq-00082d-01 for gnu-bug-gnu-emacs@m.gmane.org; Tue, 04 Feb 2003 02:37:14 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fxdi-0007xq-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 02:37:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18fxdh-0007uq-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 02:37:05 -0500 Original-Received: from trinity.ranger.supernews.net ([216.168.1.22] helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18fxdh-0007tF-00 for bug-gnu-emacs@prep.ai.mit.edu; Tue, 04 Feb 2003 02:37:05 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by trinity.supernews.net with esmtp (Exim 4.12) id 18fxdg-0001ec-00 for gnu-emacs-bug@moderators.isc.org; Tue, 04 Feb 2003 07:37:04 +0000 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id JAA24629; Tue, 4 Feb 2003 09:36:07 +0200 (IST) X-Sender: eliz@is Original-To: "Paul D. Smith" In-Reply-To: X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:4387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:4387 On 3 Feb 2003, Paul D. Smith wrote: > In short (too late...) the font-locking in makefile mode should ignore > everything except make variables for colorization in a line that begins > with a TAB (that's what make does, after all...) I agree.