> From: Stefan Monnier <[EMAIL PROTECTED]> > Date: Sun, 10 Apr 2005 23:40:14 -0400 > Cc: emacs-devel@gnu.org > > I haven't looked at the consing behavior, but I'll just mention that I find > stealth fontification annoying and have turned it off a while ago. > Many people have reported problems with it (typically they complain that > Emacs uses a lot of resources even when it's not used, which sucks when > you're running on batteries).
FWIW, I didn't see any such adverse effects of stealth fontification on any of the machines I work on, although I do remember reading complaints like you mention above. For the record, I have in my ~/.emacs these customizations related to stealth fontification: (setq jit-lock-stealth-time 16) (setq jit-lock-stealth-nice 0.5) (setq jit-lock-stealth-verbose t) (setq jit-lock-defer-contextually t) _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel