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: Fri, 15 Sep 2006 10:29:41 -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 1158331167 26208 80.91.229.2 (15 Sep 2006 14:39:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Sep 2006 14:39:27 +0000 (UTC) Cc: cyd@stupidchicken.com, handa@m17n.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 15 16:39:26 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 1GOEqZ-00027l-UC for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 16:39:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOEjo-0008Tk-JI for ged-emacs-devel@m.gmane.org; Fri, 15 Sep 2006 10:32:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GOEhh-0007Zg-Id for emacs-devel@gnu.org; Fri, 15 Sep 2006 10:30:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GOEhh-0007ZJ-2s for emacs-devel@gnu.org; Fri, 15 Sep 2006 10:30:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GOEhg-0007ZD-MZ for emacs-devel@gnu.org; Fri, 15 Sep 2006 10:30:04 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GOEjq-0004YL-TK for emacs-devel@gnu.org; Fri, 15 Sep 2006 10:32:18 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GOEhJ-000735-Ku; Fri, 15 Sep 2006 10:29:41 -0400 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on Wed, 13 Sep 2006 15:45:23 -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:59871 Archived-At: Sadly, it seems to be becoming more and more common for people to use spaces in their file/directory names. We can try to find clever ways to distinguish, as you've done here. (Thanks for thinking of it.) Despite the best we can do, there will still be some names that could be confused with parts of compiler messages, such that we can't distinguish. When that happens, we have to parse the compiler messages properly. If someone actually uses a name that causes confusion, we have to tell him "Don't use names like that."