[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: font-lock question
From: |
Kai Grossjohann |
Subject: |
Re: font-lock question |
Date: |
Thu, 12 Feb 2004 16:46:14 +0100 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (gnu/linux) |
"Javier Oviedo" <email_joviedo@yahoo.com> writes:
> Actually, I implemented something very similar to this exact code. My
> motivation is that the occur mode buffer does not display the matches in the
> original buffers faces.
The solution here is to just copy the faces along with the text from
the original buffers to the occur buffer.
But don't let that stop you from the fun experiments ;-)
Kai