[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#38361: GNUmakefile mode: fooled by stuff after single letter variabl
From: |
積丹尼 Dan Jacobson |
Subject: |
bug#38361: GNUmakefile mode: fooled by stuff after single letter variables |
Date: |
Sun, 24 Nov 2019 17:13:47 +0800 |
$ cat makefile
g:
v.build.polylines input=$Q output=$Q1
$ emacs makefile
Both "$Q"s should look the same.
Just because we put a 1 after the last shouldn't affect it.
The 1 should be a different color than the Q.
If we really wanted to, we would have used $(Q1).
(Here we mean $(Q)1.)
emacs-version "26.3"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#38361: GNUmakefile mode: fooled by stuff after single letter variables,
積丹尼 Dan Jacobson <=