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

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

Makefile mode: everything beyond the # became "comment color"


From: Dan Jacobson
Subject: Makefile mode: everything beyond the # became "comment color"
Date: 26 Jan 2003 03:29:06 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

I was editing Makefile, whereupon everything beyond the # became
"comment color",
        V=$$(($$RANDOM%$$#+1))
indeed, even
        echo abc#def
exhibits the same problem.

Maybe it should take a lesson from shell-script-mode, where these are
colored correctly,
echo a#b
echo aa #bbfdbfd
echo 'dddf #dfdfd'
i.e. only the second one gets comment colored.
-- 
http://jidanni.org/ Taiwan(04)25854780





reply via email to

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