comparison man/cc-mode.texi @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents 489f57a838ef
children
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
44 44
45 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 45 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
46 @comment The title is printed in a large font. 46 @comment The title is printed in a large font.
47 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 47 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
48 48
49 @center @titlefont{CC Mode 5.18} 49 @center @titlefont{CC Mode 5.19}
50 @sp 2 50 @sp 2
51 @center @subtitlefont{A GNU Emacs mode for editing C and C-like languages} 51 @center @subtitlefont{A GNU Emacs mode for editing C and C-like languages}
52 @sp 2 52 @sp 2
53 @center Barry A. Warsaw 53 @center Barry A. Warsaw
54 54
1140 Lex, yacc, and other code generators usually output some pretty 1140 Lex, yacc, and other code generators usually output some pretty
1141 perversely formatted code. @emph{Don't} try to indent this stuff!}. 1141 perversely formatted code. @emph{Don't} try to indent this stuff!}.
1142 Some provision has been made to at least inform you as to the progress 1142 Some provision has been made to at least inform you as to the progress
1143 of the re-indentation. The variable @code{c-progress-interval} controls 1143 of the re-indentation. The variable @code{c-progress-interval} controls
1144 how often a progress message is displayed. Set this variable to 1144 how often a progress message is displayed. Set this variable to
1145 @code{nil} to inhibit progress messages. 1145 @code{nil} to inhibit progress messages, including messages normally
1146 printed when indentation is started and completed.
1146 1147
1147 Also, except as noted below, re-indentation is always driven by the 1148 Also, except as noted below, re-indentation is always driven by the
1148 same mechanisms that control on-the-fly indentation of code. @xref{New 1149 same mechanisms that control on-the-fly indentation of code. @xref{New
1149 Indentation Engine} for details. 1150 Indentation Engine} for details.
1150 1151