[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: font-lock applied to comint prompts]
From: |
Michael Mauger |
Subject: |
Re: address@hidden: font-lock applied to comint prompts] |
Date: |
Mon, 18 Dec 2006 22:31:11 -0800 (PST) |
--- Richard Stallman <address@hidden> 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.