From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Mauger Newsgroups: gmane.emacs.devel Subject: Re: [mmaug@yahoo.com: font-lock applied to comint prompts] Date: Mon, 18 Dec 2006 22:31:11 -0800 (PST) Message-ID: <20061219063111.16365.qmail@web62502.mail.re1.yahoo.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1166509894 2322 80.91.229.2 (19 Dec 2006 06:31:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2006 06:31:34 +0000 (UTC) Cc: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 19 07:31:30 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 1GwYVc-0002cp-36 for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2006 07:31:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwYVb-0000OT-JV for ged-emacs-devel@m.gmane.org; Tue, 19 Dec 2006 01:31:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GwYVP-0000OO-3o for emacs-devel@gnu.org; Tue, 19 Dec 2006 01:31:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GwYVM-0000O7-Lc for Emacs-devel@gnu.org; Tue, 19 Dec 2006 01:31:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GwYVM-0000O4-GS for Emacs-devel@gnu.org; Tue, 19 Dec 2006 01:31:12 -0500 Original-Received: from [69.147.75.94] (helo=web62502.mail.re1.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GwYVM-00081j-Em for Emacs-devel@gnu.org; Tue, 19 Dec 2006 01:31:12 -0500 Original-Received: (qmail 16367 invoked by uid 60001); 19 Dec 2006 06:31:11 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=thaoce2O9ilXiUilOUJ2vmX7BKFTFQZvFbZd94vj7Z63ExIPwNqDk8k3xBpDj1nlJFk5GCbYRyIWN9qzt78maSfdV+1E+NLxK+9Fvt4v9xhuFzq05CJMF9xLRo/7PQOPvfqLACXm0YjwkSootN+3QSFJZZq/9xIcV0/wzN0gXEk=; X-YMail-OSG: dOyJS_gVM1lEQtOBuN2teV.4dRm7W9ElTsHM0Akh Original-Received: from [151.203.3.166] by web62502.mail.re1.yahoo.com via HTTP; Mon, 18 Dec 2006 22:31:11 PST Original-To: rms@gnu.org In-Reply-To: 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:63946 Archived-At: --- Richard Stallman wrote: > 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? > [Sorry for the delay -- I've been offline for a bit] 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'm far beyond my expertise here so I'll drop this.