Romain Francoise <[EMAIL PROTECTED]> wrote:
> I'm (obviously) also using emacs-snapshot and No Gnus (although not from
> the Debian package) and I don't have this problem... Are you sure
> you're using jit-lock? What's the value of `jit-lock-stealth-time'?
> If you change that to nil, does the problem go away?
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)
)
My jit-lock-stealth-time is already nil.
I'll investigate this a bit more if I can figure out how to reproduce
it. Thanks for the quick response.
--Jay
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]