From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: makefile-fill-paragraph vs. comments Date: Sun, 29 Aug 2004 03:18:31 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <876573ysu0.fsf@jidanni.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1093743169 5300 80.91.224.253 (29 Aug 2004 01:32:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Aug 2004 01:32:49 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 29 03:32:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C1EYl-0004Py-00 for ; Sun, 29 Aug 2004 03:32:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1EdW-0002ZH-7K for geb-bug-gnu-emacs@m.gmane.org; Sat, 28 Aug 2004 21:37:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C1EdT-0002YW-GZ for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 21:37:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C1EdR-0002We-Tx for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 21:37:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C1EdR-0002WU-Qe for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 21:37:33 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C1EYO-0001aH-41 for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 21:32:20 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by mx20.gnu.org with esmtp (Exim 4.34) id 1C1EQX-0006Le-2V for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 21:24:13 -0400 Original-Received: from jidanni1 (TC218-187-80-97.2-7.dynamic.apol.com.tw [218.187.80.97]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id JAA28602956 for ; Sun, 29 Aug 2004 09:23:51 +0800 (CST) Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1C18id-0001Gu-Ia for bug-gnu-emacs@gnu.org; Sun, 29 Aug 2004 03:18:31 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8847 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8847 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.