From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: subtle problem of font-lock in *compilation* buffer Date: Wed, 13 Sep 2006 15:24:16 -0400 Message-ID: References: <87ejujxg42.fsf@furball.mit.edu> <87fyewpun5.fsf@stupidchicken.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158175520 25022 80.91.229.2 (13 Sep 2006 19:25:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Sep 2006 19:25:20 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 13 21:25:18 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GNaM7-0003BR-1m for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 21:25:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNaM6-0001ge-D0 for ged-emacs-devel@m.gmane.org; Wed, 13 Sep 2006 15:25:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNaLL-00013B-1y for emacs-devel@gnu.org; Wed, 13 Sep 2006 15:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNaLK-00012A-Eq for emacs-devel@gnu.org; Wed, 13 Sep 2006 15:24:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNaLK-000121-8U for emacs-devel@gnu.org; Wed, 13 Sep 2006 15:24:18 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNaN6-0000Cx-Mk for emacs-devel@gnu.org; Wed, 13 Sep 2006 15:26:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GNaLI-0007wC-9r; Wed, 13 Sep 2006 15:24:16 -0400 Original-To: Chong Yidong In-reply-to: <87fyewpun5.fsf@stupidchicken.com> (message from Chong Yidong on Tue, 12 Sep 2006 18:50:06 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59791 Archived-At: > How about by the spaces in the "file name"? It would wrongly reject compilation messages for file names containing spaces. I'd rather have that problem than the problem we have now. People shouldn't use such names for their source files. > Or, more generally, we may be able tell that a line matching with > "^/bin/sh " is not an error message. This would be wrong if you are compiling the file /bin/sh (unlikely as that may seem). I'd rather have that problem than the problem we have now. For /bin/sh to be a source file is not just absurd, but impossible as well on GNU-like systems.