unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#63137: Remember single letter variables in Makefile syntax
@ 2023-04-28  1:05 Dan Jacobson
  0 siblings, 0 replies; only message in thread
From: Dan Jacobson @ 2023-04-28  1:05 UTC (permalink / raw)
  To: 63137

$ 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"





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-28  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-28  1:05 bug#63137: Remember single letter variables in Makefile syntax Dan Jacobson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).