comparison man/cc-mode.texi @ 76599:b57f15fb2d75

(Performance Issues): Update note about 21.3 to 22.1.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 19 Mar 2007 22:52:28 +0000
parents 3d45362f1d38
children 307c1e602f07 738ce3540ffb c0409ee15cee
comparison
equal deleted inserted replaced
76598:f6af159b0e9f 76599:b57f15fb2d75
6699 Emacs' recommended style of putting top-level braces in column zero, 6699 Emacs' recommended style of putting top-level braces in column zero,
6700 this hack can degrade performance by about as much. Thus this variable 6700 this hack can degrade performance by about as much. Thus this variable
6701 is set to @code{nil} by default, since the Emacs-friendly styles should 6701 is set to @code{nil} by default, since the Emacs-friendly styles should
6702 be more common (and encouraged!). Note that this variable has no effect 6702 be more common (and encouraged!). Note that this variable has no effect
6703 in Emacs since the necessary built-in functions don't exist (in Emacs 6703 in Emacs since the necessary built-in functions don't exist (in Emacs
6704 21.3 as of this writing in May 2003). 6704 22.1 as of this writing in February 2007).
6705 6705
6706 Text properties are used to speed up skipping over syntactic whitespace, 6706 Text properties are used to speed up skipping over syntactic whitespace,
6707 i.e. comments and preprocessor directives. Indenting a line after a 6707 i.e. comments and preprocessor directives. Indenting a line after a
6708 huge macro definition can be slow the first time, but after that the 6708 huge macro definition can be slow the first time, but after that the
6709 text properties are in place and it should be fast (even after you've 6709 text properties are in place and it should be fast (even after you've