From: Stefan Monnier <monnier@iro.umontreal.ca>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: Emacs-Devel <emacs-devel@gnu.org>
Subject: Re: how to prevent font-lock from messing with a portion of text?
Date: Fri, 23 Mar 2007 18:36:14 -0400 [thread overview]
Message-ID: <jwvbqij61qd.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <EIENLHALHGIMHGDOLMIMCEBEDAAA.drew.adams@oracle.com> (Drew Adams's message of "Fri\, 23 Mar 2007 10\:13\:06 -0700")
>> > Use put-text-property to add a face to some text using the
>> > `face' property.
>> > Prevent subsequent "erasure" of that highlighting by font-lock.
>>
>> The `font-lock-face' property was designed specifically for this
>> kind of case.
> 1. That's only for Emacs 22.
Yup.
> 2. It doesn't prevent font-lock from clobbering the highlighted text when
> doing syntactic font lock (e.g. in comments).
It's true that font-lock's own faces take precedence. But the
font-lock-face property is not clobbered.
> 3. The highlighting is removed when font-lock-mode is turned off.
Again, the lont-lock-face properties are not removed. But yes, it is made
inactive.
> 4. It won't help with other code (e.g. 3rd library) that happens to use the
> `face' property.
Yup.
> IOW, no, `font-lock-face' property was not at all designed specifically for
> this
> kind of case. Highlight some text, and have it stay highlighted whether or
> not font-lock-mode is on. Have font-lock ignore that text when it does its
> own highlighting.
Well, with those extra conditions, then indeed, no it doesn't quite fit
your bill.
How 'bout:
- use font-lock-mode-hook to move `face' properties to/from a new property
`persistent-face' when turning font-lock-mode on/off.
- add a font-lock-fontify-region-function so that after fontifying
the region normally, you scan the region for `persistent-face' properties
and copy those to the `face' property.
> That's too bad. How about adding that, after the release?
I'm not interested in coding it up because I don't see a need for it, but if
someone provides a clean patch, I don't see any reason why I'd oppose it.
> From what you say, it sounds as if that whole passage about that property
> should be stated in terms of jit-lock only. And there should be a cross
> reference to the place where jit-lock is introduced.
Yes, that's probably right.
Stefan
next prev parent reply other threads:[~2007-03-23 22:36 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-22 16:56 how to prevent font-lock from messing with a portion of text? Drew Adams
2007-03-22 18:35 ` Stefan Monnier
2007-03-22 19:20 ` Drew Adams
2007-03-22 20:09 ` Lennart Borgman (gmail)
2007-03-22 20:49 ` Drew Adams
2007-03-22 21:40 ` Lennart Borgman (gmail)
2007-03-22 21:57 ` Miles Bader
2007-03-23 16:07 ` Stefan Monnier
2007-03-23 17:13 ` Drew Adams
2007-03-23 17:31 ` Lennart Borgman (gmail)
2007-03-23 22:36 ` Stefan Monnier [this message]
2007-03-24 1:33 ` Drew Adams
2007-03-24 1:57 ` Lennart Borgman (gmail)
2007-03-24 4:21 ` Stefan Monnier
2007-03-24 8:20 ` Lennart Borgman (gmail)
2007-03-25 3:11 ` Stefan Monnier
2007-03-25 3:31 ` Lennart Borgman (gmail)
2007-03-24 4:20 ` Stefan Monnier
2007-03-26 1:48 ` Drew Adams
2007-03-26 1:59 ` Lennart Borgman (gmail)
2007-03-26 5:52 ` Drew Adams
2007-03-26 8:47 ` Lennart Borgman (gmail)
2007-03-26 14:49 ` Drew Adams
2007-03-26 13:01 ` Stefan Monnier
2007-03-26 13:26 ` Miles Bader
2007-03-26 15:56 ` Drew Adams
2007-03-26 15:56 ` Drew Adams
2007-03-26 19:11 ` Stefan Monnier
2007-03-26 20:14 ` Drew Adams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvbqij61qd.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=drew.adams@oracle.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.