emacs-devel
[Top][All Lists]
Advanced

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

Re: font-lock patch for automated edits


From: Stefan Monnier
Subject: Re: font-lock patch for automated edits
Date: Sun, 31 Aug 2008 02:15:31 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>   I have some tests for the CEDET/Semantic incremental parsing engine.
> This test calls 'erase-buffer', and performs edits very quickly, and
> was causing font-lock to throw errors in my tests.

Do you have backtraces for those bugs?

>   This patch basically protects various determined regions (BEG/END)
> from being out of bounds of a buffer.  I'd guess there is a better way
> to do it, but this allows my tests to run.

I'm not sure if there's a better place to enforce the bounds, but it's
indeed possible.  Some stack traces would help figure it out,


        Stefan




reply via email to

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