* Re: [quarl@hkn.eecs.berkeley.edu: [bug] python-mode, jit-lock, syntax-pss during file load]
[not found] <E1Bc7pf-0007jE-2Q@fencepost.gnu.org>
@ 2004-06-29 1:09 ` Stefan
2004-06-30 3:02 ` Richard Stallman
0 siblings, 1 reply; 2+ messages in thread
From: Stefan @ 2004-06-29 1:09 UTC (permalink / raw)
Cc: emacs-devel
> [I sent this message a week ago but did not get a response.]
> Would you please look at this?
I was away.
> (syntax-ppss) doesn't work correctly at file load when
> font-lock-support-mode is 'jit-lock-mode.
And in a few other situations as well, indeed.
It's not specific to syntax-ppss but to using jit-lock-mode (as well as
other support modes which delay the actual fontification, tho nowadays
I expect only jit-lock is relevant).
A "proper" answer is to have syntax-ppss call
font-lock-fontify-syntacitc-keywords if applicable (but since this in turn
might call syntax-ppss, we shoul do it carefully).
My own take on it was mentioned a few weeks ago: move the
font-lock-syntactic-keyword stuff to syntax.el (but not just by
moving code: redesign the functionality from scratch).
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-30 3:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1Bc7pf-0007jE-2Q@fencepost.gnu.org>
2004-06-29 1:09 ` [quarl@hkn.eecs.berkeley.edu: [bug] python-mode, jit-lock, syntax-pss during file load] Stefan
2004-06-30 3:02 ` Richard Stallman
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.