From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: simple improvements to make-mode.el Date: 30 Oct 2002 22:57:51 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: <5xk7jzy4gw.fsf@kfs2.cua.dk> References: <3DBF3687.8020804@alumni.princeton.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036011478 13350 80.91.224.249 (30 Oct 2002 20:57:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2002 20:57:58 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186zuW-0003TC-00 for ; Wed, 30 Oct 2002 21:57:56 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186zzn-0004xr-00 for ; Wed, 30 Oct 2002 22:03:23 +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 186zvQ-0001zD-00; Wed, 30 Oct 2002 15:58:52 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186zuU-00008v-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 15:57:54 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186zuT-00008j-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 15:57:54 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186zuT-00008f-00 for emacs-devel@gnu.org; Wed, 30 Oct 2002 15:57:53 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id E24807C019; Wed, 30 Oct 2002 20:57:51 +0000 (GMT) Original-To: Robert W Anderson In-Reply-To: <3DBF3687.8020804@alumni.princeton.edu> Original-Lines: 22 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:8974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8974 Robert W Anderson writes: > 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? This question pops up time and again! Maybe we could add a test to the makefile, so that doing 'make' if e.g. lisp/files.elc does not exist, it does 'cat INSTALL_CVS' and exits? -- Kim F. Storm http://www.cua.dk