emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makefile-mode font-lock bugs and annoyances


From: Miles Bader
Subject: Re: makefile-mode font-lock bugs and annoyances
Date: Fri, 10 Jun 2005 11:02:18 +0900

Daniel Pfeiffer <address@hidden> writes:
> Nothing fancy, just statements like ifdef at bol, or $(patsubst ...) et
> al, would mean gmake, .ifdef at bol bsdmake...

That's not really good enough though.  The presence of a GNU-make
extension _anywhere_ in the file means it's a GNU-makefile.

As GNU-make is upward compatibile with traditional make, this makes the
implementation easy:  just highlight GNU-make extensions by default, no
mode-setting or whatever is necessary.

-Miles
-- 
The automobile has not merely taken over the street, it has dissolved the
living tissue of the city.  Its appetite for space is absolutely insatiable;
moving and parked, it devours urban land, leaving the buildings as mere islands
of habitable space in a sea of dangerous and ugly traffic.
[James Marston Fitch, New York Times, 1 May 1960]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]