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: [mmaug@yahoo.com: font-lock applied to comint prompts] Date: Wed, 20 Dec 2006 08:01:13 -0500 Message-ID: References: <20061219063111.16365.qmail@web62502.mail.re1.yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: dough.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1166619884 1470 80.91.229.10 (20 Dec 2006 13:04:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Dec 2006 13:04:44 +0000 (UTC) Cc: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 20 14:04:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gx17c-0003eo-6e for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 14:04:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx17a-0005zn-Op for ged-emacs-devel@m.gmane.org; Wed, 20 Dec 2006 08:04:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gx14N-0003yz-Ts for emacs-devel@gnu.org; Wed, 20 Dec 2006 08:01:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gx14N-0003yg-EV for Emacs-devel@gnu.org; Wed, 20 Dec 2006 08:01:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gx14N-0003ya-8Z for Emacs-devel@gnu.org; Wed, 20 Dec 2006 08:01:15 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gx14M-0007E4-SI for Emacs-devel@gnu.org; Wed, 20 Dec 2006 08:01:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Gx14L-0000Qz-BO; Wed, 20 Dec 2006 08:01:13 -0500 Original-To: Michael Mauger In-reply-to: <20061219063111.16365.qmail@web62502.mail.re1.yahoo.com> (message from Michael Mauger on Mon, 18 Dec 2006 22:31:11 -0800 (PST)) 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:63993 Archived-At: > If you can put the `face' property on the overlay > only when the text it is over has a `face' property, > then I think it will be correct, because when Font-Lock is off > it won't do anything. Could you do it that way? I tried this and it's no-go. The face due to font-lock isn't getting applied until after the prompt is processed in the output filter. I don't understand the description of the problem -- could you spell it out more?