unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* makefile-fill-paragraph vs. comments
@ 2004-08-28 19:18 Dan Jacobson
       [not found] ` <E1C1aMb-0004Ke-5D@fencepost.gnu.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2004-08-28 19:18 UTC (permalink / raw)


The not documented makefile-fill-paragraph function's hands are tied
when one attempts to fill comments that look like
#this instead of
# this with one space at front.

And in the case of the latter, the end of this

debs:$(DIRS) $(FILES)
	-$(APT_GET) -d -yy -u $(AGD) dist-upgrade
	-$(APT_GET) -d -y -u $(AGD) --force-yes install \
		`sed /^#/d extra-packages`
# Forcing for now to download only.  Deal with conflicts more delicately
# upon actual installation.

turns into

		`sed /^#/d extra-packages` Forcing for now to download
# only.  Deal with conflicts more delicately upon actual installation.

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

* Re: makefile-fill-paragraph vs. comments
       [not found] ` <E1C1aMb-0004Ke-5D@fencepost.gnu.org>
@ 2004-08-30 23:48   ` Dan Jacobson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Jacobson @ 2004-08-30 23:48 UTC (permalink / raw)


rms> It does not fail for me.  Your test case is not 100% precise;
rms> maybe some omitted detail is crucial.
$ cat Makefile
debs:$(DIRS) $(FILES)
	-$(APT_GET) -d -yy -u $(AGD) dist-upgrade
	-$(APT_GET) -d -y -u $(AGD) --force-yes install \
		`sed /^#/d extra-packages`
# Forcing for now to download only.  Deal with conflicts more delicately
# upon actual installation.
$ emacs --no-site-file -nw -q Makefile
C-n C-n C-n C-n ESC q C-x C-s C-x C-c
$ cat Makefile
debs:$(DIRS) $(FILES)
	-$(APT_GET) -d -yy -u $(AGD) dist-upgrade
	-$(APT_GET) -d -y -u $(AGD) --force-yes install \
		`sed /^#/d extra-packages` Forcing for now to download
# only.  Deal with conflicts more delicately upon actual installation.
$ emacs --version
GNU Emacs 21.3.1

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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-28 19:18 makefile-fill-paragraph vs. comments Dan Jacobson
     [not found] ` <E1C1aMb-0004Ke-5D@fencepost.gnu.org>
2004-08-30 23:48   ` 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).