From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Robert W Anderson Newsgroups: gmane.emacs.devel Subject: simple improvements to make-mode.el Date: Tue, 29 Oct 2002 17:31:51 -0800 Sender: emacs-devel-admin@gnu.org Message-ID: <3DBF3687.8020804@alumni.princeton.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035941668 21455 80.91.224.249 (30 Oct 2002 01:34:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 01:34:28 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186hkZ-0005Zj-00 for ; Wed, 30 Oct 2002 02:34:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186hpR-0004XW-00 for ; Wed, 30 Oct 2002 02:39:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186hiW-00045y-00; Tue, 29 Oct 2002 20:32:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186hhz-0003Pk-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 20:31:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186hhw-0003HE-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 20:31:46 -0500 Original-Received: from pimout4-ext.prodigy.net ([207.115.63.103]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186hhv-0003Eg-00 for emacs-devel@gnu.org; Tue, 29 Oct 2002 20:31:43 -0500 Original-Received: from alumni.princeton.edu (adsl-66-127-243-55.dsl.sntc01.pacbell.net [66.127.243.55]) by pimout4-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g9U1Vg7t274562 for ; Tue, 29 Oct 2002 20:31:42 -0500 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en Original-To: emacs-devel@gnu.org Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8938 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8938 In make-mode.el, the definition of makefile-macroassign-regex misses macro assignments that prepend the keyword "export". font-lock then misses them for colorization. In addition, it seems natural to include in font-lock-keyword-face additional keywords beyond include directives and conditionals, to include for example all of GNU make's keywords (foreach, etc.) What is the proper procedure for submitting these extensions? diff against CVS HEAD and mail to the list? Thanks, Bob Anderson