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 mode's sh comment non-exactness Date: Fri, 27 Aug 2004 13:26:34 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87hdqpw3qt.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 1093712238 26177 80.91.224.253 (28 Aug 2004 16:57:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2004 16:57:18 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Aug 28 18:57:11 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 1C16Vq-0000AX-00 for ; Sat, 28 Aug 2004 18:57:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C16aa-0003fL-0N for geb-bug-gnu-emacs@m.gmane.org; Sat, 28 Aug 2004 13:02:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C16aY-0003ef-8s for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 13:02:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C16aX-0003dk-9Y for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 13:02:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C16aX-0003dh-7I for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 13:02:01 -0400 Original-Received: from [203.79.224.63] (helo=smtp2.apol.com.tw) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C16Vm-0000hR-68 for bug-gnu-emacs@gnu.org; Sat, 28 Aug 2004 12:57:07 -0400 Original-Received: from jidanni1 (TC218-187-81-55.2-7.dynamic.apol.com.tw [218.187.81.55]) by smtp2.apol.com.tw (8.9.3/8.9.3) with ESMTP id AAA28586526 for ; Sun, 29 Aug 2004 00:56:35 +0800 (CST) Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1C0ZFy-0001pX-Bg for bug-gnu-emacs@gnu.org; Fri, 27 Aug 2004 13:26:34 +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:8838 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8838 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.