emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/font-core.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/font-core.el
Date: Thu, 20 Oct 2005 01:48:52 -0400

Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.32 emacs/lisp/font-core.el:1.33
*** emacs/lisp/font-core.el:1.32        Sat Aug  6 22:13:42 2005
--- emacs/lisp/font-core.el     Thu Oct 20 05:48:50 2005
***************
*** 118,134 ****
  
   (global-font-lock-mode t)
  
! There are a number of support modes that may be used to speed up Font Lock 
mode
! in various ways, specified via the variable `font-lock-support-mode'.  Where
! major modes support different levels of fontification, you can use the 
variable
! `font-lock-maximum-decoration' to specify which level you generally prefer.
! When you turn Font Lock mode on/off the buffer is fontified/defontified, 
though
! fontification occurs only if the buffer is less than `font-lock-maximum-size'.
  
! For example, to specify that Font Lock mode uses Lazy Lock mode as a support
! mode and use maximum levels of fontification, put in your ~/.emacs:
  
-  (setq font-lock-support-mode 'lazy-lock-mode)
   (setq font-lock-maximum-decoration t)
  
  To add your own highlighting for some major mode, and modify the highlighting
--- 118,131 ----
  
   (global-font-lock-mode t)
  
! Where major modes support different levels of fontification, you can use
! the variable `font-lock-maximum-decoration' to specify which level you
! generally prefer.  When you turn Font Lock mode on/off the buffer is
! fontified/defontified, though fontification occurs only if the buffer is
! less than `font-lock-maximum-size'.
  
! For example, to use maximum levels of fontification, put in your ~/.emacs:
  
   (setq font-lock-maximum-decoration t)
  
  To add your own highlighting for some major mode, and modify the highlighting




reply via email to

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