emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New paren matching feature request


From: Stefan Monnier
Subject: Re: New paren matching feature request
Date: Fri, 30 Jan 2009 20:39:35 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> I have a feeling that the right way to do this kind of colorization
> is through Font Lock mode, and that the hardest part of the job
> is hooking it up to the structure of jit-lock.

I agree and I also think that Alin's right in that the best way to do it
is via parse-partial-sexp (suitably enhanced if/as needed).
Font-lock-mode already uses parse-partial-sexp to do
comment&string highlighting.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]