unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Makefile mode's sh comment non-exactness
@ 2004-08-27  5:26 Dan Jacobson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Jacobson @ 2004-08-27  5:26 UTC (permalink / raw)


Makefile mode's colors show that it thinks this
	cd $?.d && sed /^#/d ../$?|wget -w 2 ...
is a comment starting at #.
Yes I could use
	cd $?.d && sed '/^#/d' ../$?|wget -w 2 ...
but then my friends would think I was silly.

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <mailman.532.1093712523.1998.bug-gnu-emacs@gnu.org>]

end of thread, other threads:[~2004-08-30 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27  5:26 Makefile mode's sh comment non-exactness Dan Jacobson
     [not found] <mailman.532.1093712523.1998.bug-gnu-emacs@gnu.org>
2004-08-30 15:59 ` Kevin Rodgers

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).