From: jack-mac <duthen.mac@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: When are the face text properties actually set?
Date: Thu, 14 Jun 2012 00:43:06 -0700 (PDT) [thread overview]
Message-ID: <ff958330-5ada-4817-a5d7-a1029bd7f9bc@l32g2000yqc.googlegroups.com> (raw)
In-Reply-To: jwvwr3b8cq1.fsf-monnier+gnu.emacs.help@gnu.org
Thanks a lot, Stefan, for your precious answers!
On 13 juin, 17:18, Stefan Monnier <monn...@iro.umontreal.ca> wrote:
> It's normal: this is handled by jit-lock which adds the property on the
> fly before a chunk of text is displayed.
I did not know the jit-lock system!
When I do "ema
Can you tell me why, when
>
> > If it's normal, is there any way to force the text properties to be
> > set the way they will be set when the point is displayed?
>
> Yes, you can use something like jit-lock-fontify-now.
>
> > I mean: I just want (get-text-property 2400 'face) to return the text
> > property whether it has already been displayed or not!
> > I tried the following which works more or less:
> > M-: (progn (goto-char 2400) (sit-for 0) (get-text-property
> > 2400 'face))
> > => font-lock-comment-face
>
> Rather than check the `face' property for `font-lock-comment-face' you
> should check the output of (syntax-ppss), which also has the advantage
> of not depending on highlighting (so you don't need to fiddle with
> jit-lock or worry about those users who disable font-lock).
>
> Stefan
next prev parent reply other threads:[~2012-06-14 7:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-13 14:32 When are the face text properties actually set? jack-mac
2012-06-13 15:18 ` Stefan Monnier
2012-06-14 7:43 ` jack-mac [this message]
2012-06-14 8:40 ` jack-mac
2012-06-14 19:16 ` Stefan Monnier
2012-06-18 9:17 ` jack-mac
2012-06-13 15:39 ` Eli Zaretskii
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ff958330-5ada-4817-a5d7-a1029bd7f9bc@l32g2000yqc.googlegroups.com \
--to=duthen.mac@gmail.com \
--cc=help-gnu-emacs@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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).