GNU bug report logs - #63137
Remember single letter variables in Makefile syntax

Previous Next

Package: emacs;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Fri, 28 Apr 2023 01:13:01 UTC

Severity: wishlist

Full log


View this message in rfc822 format

From: Dan Jacobson <jidanni <at> jidanni.org>
To: 63137 <at> debbugs.gnu.org
Subject: bug#63137: Remember single letter variables in Makefile syntax
Date: Fri, 28 Apr 2023 09:05:44 +0800
$ cat Makefile
t=bla
x:
	echo $t.0 #here "t" has a different color than the surrounding characters
	echo $t0 #here it doesn't, but should. Remember, in Makefiles, as apposed to the shell, this is still the same $t !
$ emacs -Q Makefile
emacs-version "28.2"




This bug report was last modified 1 year and 284 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.