all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35299: GNUmakefile mode wrong color sometime beyond TAB
@ 2019-04-16 19:26 積丹尼 Dan Jacobson
  2019-04-16 20:51 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-04-16 19:26 UTC (permalink / raw)
  To: 35299

$ cat Makefile
external_robots:
	mech-dump --links index.html|perl -nwle 'next unless m!http://[^/]+/!; print $$& . "robots.txt"'|xargs -n 1 wwwoffle
scp:
	set -x -- $$(find * -type f -cmin -$${min-111}); for i do $${TEST} scp $$i $J:$J/$$i; done
$ emacs Makefile
The last line is mostly blue!





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#35299: GNUmakefile mode wrong color sometime beyond TAB
  2019-04-16 19:26 bug#35299: GNUmakefile mode wrong color sometime beyond TAB 積丹尼 Dan Jacobson
@ 2019-04-16 20:51 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2019-04-16 20:51 UTC (permalink / raw)
  To: 35299


Minimum example:

foo:
	scp a:b

Quadruplicate of bug#33900.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-16 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16 19:26 bug#35299: GNUmakefile mode wrong color sometime beyond TAB 積丹尼 Dan Jacobson
2019-04-16 20:51 ` Glenn Morris

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.