comparison lisp/font-core.el @ 90203:187d6a1f84f7

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-71 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 485-492) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 92-94) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Fri, 22 Jul 2005 08:27:27 +0000
parents f9a65d7ebd29 cd2fa63ea66d
children 2d92f5c9d6ae
comparison
equal deleted inserted replaced
90202:7597b4a23c3b 90203:187d6a1f84f7
123 major modes support different levels of fontification, you can use the variable 123 major modes support different levels of fontification, you can use the variable
124 `font-lock-maximum-decoration' to specify which level you generally prefer. 124 `font-lock-maximum-decoration' to specify which level you generally prefer.
125 When you turn Font Lock mode on/off the buffer is fontified/defontified, though 125 When you turn Font Lock mode on/off the buffer is fontified/defontified, though
126 fontification occurs only if the buffer is less than `font-lock-maximum-size'. 126 fontification occurs only if the buffer is less than `font-lock-maximum-size'.
127 127
128 For example, to specify that Font Lock mode use use Lazy Lock mode as a support 128 For example, to specify that Font Lock mode uses Lazy Lock mode as a support
129 mode and use maximum levels of fontification, put in your ~/.emacs: 129 mode and use maximum levels of fontification, put in your ~/.emacs:
130 130
131 (setq font-lock-support-mode 'lazy-lock-mode) 131 (setq font-lock-support-mode 'lazy-lock-mode)
132 (setq font-lock-maximum-decoration t) 132 (setq font-lock-maximum-decoration t)
133 133