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: Mon, 11 Sep 2006 15:57:19 -0400 Message-ID: References: <87ejujxg42.fsf@furball.mit.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1158004743 9324 80.91.229.2 (11 Sep 2006 19:59:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Sep 2006 19:59:03 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 11 21:59:01 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 1GMrvd-00070C-TX for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 21:58:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMrvd-0005q6-Ja for ged-emacs-devel@m.gmane.org; Mon, 11 Sep 2006 15:58:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GMruC-0004ty-NY for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:57:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GMruC-0004th-Dj for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:57:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GMruC-0004te-7W for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:57:20 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GMrvX-0006nd-3i for emacs-devel@gnu.org; Mon, 11 Sep 2006 15:58:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GMruB-0007hr-Fa; Mon, 11 Sep 2006 15:57:19 -0400 Original-To: Chong Yidong In-reply-to: <87ejujxg42.fsf@furball.mit.edu> (message from Chong Yidong on Sun, 10 Sep 2006 22:59:57 -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:59700 Archived-At: > /bin/sh ../libtool --tag=CC --mode=link gcc -g -Wall --pedantic -o libm17n-core.la -rpath /usr/local/lib -export-dynamic -version-info 1:0:1 character.lo chartab.lo plist.lo m17n-core.lo mtext.lo symbol.lo textprop.lo mtext-lbrk.lo mtext-wseg.lo -L/usr/lib -lxml2 -lz -lpthread -lm -L/usr/local/lib -lthai -ldl > > That is perhaps because of "1:0:1". How can the compilation font-lock pattern distinguish this from a legitimate error message? How about by the spaces in the "file name"?