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

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

Makefile mode's sh comment non-exactness


From: Dan Jacobson
Subject: Makefile mode's sh comment non-exactness
Date: Fri, 27 Aug 2004 13:26:34 +0800

Makefile mode's colors show that it thinks this
        cd $?.d && sed /^#/d ../$?|wget -w 2 ...
is a comment starting at #.
Yes I could use
        cd $?.d && sed '/^#/d' ../$?|wget -w 2 ...
but then my friends would think I was silly.




reply via email to

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