Jay Berkenbilt <[EMAIL PROTECTED]> writes:

> I am using jit-lock.  I also load font-lock.  I'll have to check the
> documentation to make sure this is okay, but this is what I did in
> emacs 20 and 21.

>   (condition-case nil
>       (progn
>       (require 'font-lock)
>       (global-font-lock-mode t)
>       )
>     (error nil)
>   )
>   (condition-case nil
>       (require 'jit-lock)
>     (error nil)
>   )

This is unnecessary in Emacs 22; global-font-lock mode is now enabled by
default, and both font-lock.el and jit-lock.el are included in the
dumped Emacs binary.

But that shouldn't make any difference anyway.

> My jit-lock-stealth-time is already nil.

Okay, that's good to know.  It's the only jit-lock setting I have in my
config, so the difference must be elsewhere.

> I'll investigate this a bit more if I can figure out how to reproduce
> it.

Thanks.

-- 
  ,''`.
 : :' :        Romain Francoise <[EMAIL PROTECTED]>
 `. `'         http://people.debian.org/~rfrancoise/
   `-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to