From xemacs-m  Mon Mar 24 21:18:25 1997
Received: from alphatech.com (erebus.alphatech.com [198.112.236.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id VAA10176
	for <xemacs-beta@xemacs.org>; Mon, 24 Mar 1997 21:18:22 -0600 (CST)
Received: from venus.alphatech.com by alphatech.com (4.1/SMI-4.1)
	id AA27469; Mon, 24 Mar 97 22:13:04 EST
Received: from pochacco.alphatech.com by venus.alphatech.com (4.1/SMI-4.1)
	id AA13850; Mon, 24 Mar 97 22:21:23 EST
Received: by pochacco.alphatech.com (SMI-8.6/SMI-SVR4)
	id WAA01754; Mon, 24 Mar 1997 22:10:42 -0500
Sender: greg@pochacco.alphatech.com
From: greg@alphatech.com (Greg Klanderman)
To: derrell@vis-av.com
Cc: XEmacs Beta List <xemacs-beta@xemacs.org>
Subject: Re: *compilation* buffer face regexp
References: <199703242255.RAA24747@amber.vis-av.com>
Reply-To: greg@alphatech.com
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Mar 1997 22:10:41 -0500
In-Reply-To: Derrell Lipman's message of Mon, 24 Mar 1997 17:55:24 -0500 (EST)
Message-Id: <ugd8sopsy6.fsf@pochacco.alphatech.com>
Lines: 22
X-Mailer: Gnus v5.4.33/XEmacs 19.15(beta103)


I looked into that once, I think that's a hack to try to pick out
unix commands - look for a command line argument starting with "-".
guess it should at least be " -"... but its still pretty broken

greg

>>>>> "Derrell" == Derrell Lipman <derrell@vis-av.com> writes:
Derrell> 
Derrell> While compiling b104 (with b103) I noticed that the face selection for
Derrell> the Loading... messages was inconsistent.  For example:
Derrell> 
Derrell> Loading float-sup... (340)		<- font-lock-doc-string-face
Derrell> Loading itimer... (13288)		<- default face
Derrell> Loading itimer-autosave... (796)	<- font-lock-doc-string-face
Derrell> Loading scrollbar... (944)		<- default face
Derrell> 
Derrell> It seems to have to do with whether there is a dash in the line.  Are
Derrell> there any patches available correct this?
Derrell> 
Derrell> Derrell
Derrell> 

