bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: makefile-fill-paragraph vs. comments


From: Dan Jacobson
Subject: Re: makefile-fill-paragraph vs. comments
Date: Tue, 31 Aug 2004 07:48:04 +0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]