]> code.delx.au - gnu-emacs/blob - doc/misc/cc-mode.texi
Convert consecutive FSF copyright years to ranges.
[gnu-emacs] / doc / misc / cc-mode.texi
1 \input texinfo
2 @c Notes to self regarding line handling:
3 @c
4 @c Empty lines are often significant before @end directives; avoid them.
5 @c
6 @c Empty lines before and after @example directives are significant in
7 @c info output but not in TeX. Empty lines inside @example directives
8 @c are significant.
9
10 @c Conventions for formatting examples:
11 @c o If the example contains empty lines then put the surrounding empty
12 @c lines inside the @example directives. Put them outside otherwise.
13 @c o Use @group inside the example only if it shows indentation where
14 @c the relation between lines inside is relevant.
15 @c o Format line number columns like this:
16 @c 1: foo
17 @c 2: bar
18 @c ^ one space
19 @c ^^ two columns, right alignment
20 @c o Check line lengths in TeX output; they can typically be no longer
21 @c than 70 chars, 60 if the paragraph is indented.
22
23 @comment TBD: Document the finer details of statement anchoring?
24
25 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26 @comment %**start of header (This is for running Texinfo on a region)
27 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
28
29
30 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
31 @comment How to make the various output formats:
32 @comment (Thanks to Robert Chassell for supplying this information.)
33 @comment Note that Texinfo 4.7 (or later) is needed.
34 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
35 @ignore
36 In each of the following pairs of commands, the first generates a
37 version with cross references pointing to the GNU Emacs manuals,
38 the second with them pointing to the XEmacs manuals.
39 ## Info output
40 makeinfo cc-mode.texi
41 makeinfo -DXEMACS cc-mode.texi
42
43 ## DVI output
44 ## You may need to set up the environment variable TEXINPUTS so
45 ## that tex can find the file texinfo.tex - See the tex
46 ## manpage.
47 texi2dvi cc-mode.texi
48 texi2dvi -t "@set XEMACS " cc-mode.texi
49
50 ## HTML output. (The --no-split parameter is optional)
51 makeinfo --html --no-split cc-mode.texi
52 makeinfo --html --no-split -DXEMACS cc-mode.texi
53
54 ## Plain text output
55 makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
56 --no-headers --output=cc-mode.txt cc-mode.texi
57 makeinfo --fill-column=70 --no-split --paragraph-indent=0 \
58 --no-headers --output=cc-mode.txt -DXEMACS cc-mode.texi
59
60 ## DocBook output
61 makeinfo --docbook --no-split --paragraph-indent=0 \
62 cc-mode.texi
63 makeinfo --docbook --no-split --paragraph-indent=0 \
64 -DXEMACS cc-mode.texi
65
66 ## XML output
67 makeinfo --xml --no-split --paragraph-indent=0 \
68 cc-mode.texi
69 makeinfo --xml --no-split --paragraph-indent=0 \
70 -DXEMACS cc-mode.texi
71
72 #### (You must be in the same directory as the viewed file.)
73
74 ## View DVI output
75 xdvi cc-mode.dvi &
76
77 ## View HTML output
78 mozilla cc-mode.html
79 @end ignore
80
81 @comment No overfull hbox marks in the dvi file.
82 @finalout
83
84 @setfilename ../../info/ccmode
85 @settitle CC Mode Manual
86 @footnotestyle end
87
88 @c The following four macros generate the filenames and titles of the
89 @c main (X)Emacs manual and the Elisp/Lispref manual. Leave the
90 @c Texinfo variable `XEMACS' unset to generate a GNU Emacs version, set it
91 @c to generate an XEmacs version, e.g. with
92 @c "makeinfo -DXEMACS cc-mode.texi".
93 @ifset XEMACS
94 @macro emacsman
95 xemacs
96 @end macro
97 @macro emacsmantitle
98 XEmacs User's Manual
99 @end macro
100 @macro lispref
101 lispref
102 @end macro
103 @macro lispreftitle
104 XEmacs Lisp Reference Manual
105 @end macro
106 @end ifset
107
108 @ifclear XEMACS
109 @macro emacsman
110 emacs
111 @end macro
112 @macro emacsmantitle
113 GNU Emacs Manual
114 @end macro
115 @macro lispref
116 elisp
117 @end macro
118 @macro lispreftitle
119 GNU Emacs Lisp Reference Manual
120 @end macro
121 @end ifclear
122
123
124 @macro ccmode
125 CC Mode
126 @end macro
127
128 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
129 @comment @setchapternewpage odd !! we don't want blank pages !!
130 @comment %**end of header (This is for running Texinfo on a region)
131 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
132
133
134 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
135 @comment
136 @comment Texinfo manual for CC Mode
137 @comment Generated from the original README file by Krishna Padmasola
138 @comment <krishna@earth-gw.njit.edu>
139 @comment
140 @comment Authors:
141 @comment Barry A. Warsaw
142 @comment Martin Stjernholm
143 @comment Alan Mackenzie
144 @comment
145 @comment Maintained by Martin Stjernholm and Alan Mackenzie <bug-cc-mode@gnu.org>
146 @comment
147 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
148
149 @comment Define an index for syntactic symbols.
150 @ifnottex @c In texi2dvi, the @defindex would create an empty cc-mode.ss
151 @c For Info, unlike tex, @syncodeindex needs a matching @defindex.
152 @defindex ss
153 @end ifnottex
154
155 @comment Combine key, syntactic symbol and concept indices into one.
156 @syncodeindex ss cp
157 @syncodeindex ky cp
158
159 @copying
160 This manual is for CC Mode in Emacs.
161
162 Copyright @copyright{} 1995-2011 Free Software Foundation, Inc.
163
164 @quotation
165 Permission is granted to copy, distribute and/or modify this document
166 under the terms of the GNU Free Documentation License, Version 1.3 or
167 any later version published by the Free Software Foundation; with no
168 Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
169 and with the Back-Cover Texts as in (a) below. A copy of the license
170 is included in the section entitled ``GNU Free Documentation License''.
171
172 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
173 modify this GNU manual. Buying copies from the FSF supports it in
174 developing GNU and promoting software freedom.''
175 @end quotation
176 @end copying
177
178 @comment Info directory entry for use by install-info. The indentation
179 @comment here is by request from the FSF folks.
180 @dircategory Emacs
181 @direntry
182 * CC Mode: (ccmode). Emacs mode for editing C, C++, Objective-C,
183 Java, Pike, AWK, and CORBA IDL code.
184 @end direntry
185
186 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
187 @comment TeX title page
188 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
189
190 @titlepage
191 @sp 10
192
193 @center @titlefont{CC Mode 5.31}
194 @sp 2
195 @center @subtitlefont{A GNU Emacs mode for editing C and C-like languages}
196 @sp 2
197 @center Barry A. Warsaw, Martin Stjernholm, Alan Mackenzie
198
199 @page
200 @vskip 0pt plus 1filll
201 @insertcopying
202
203 This manual was generated from cc-mode.texi, which is distributed with Emacs,
204 or can be downloaded from @url{http://savannah.gnu.org/projects/emacs/}.
205 @end titlepage
206
207 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
208 @comment The Top node contains the master menu for the Info file.
209 @comment This appears only in the Info file, not the printed manual.
210 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
211
212 @summarycontents
213 @contents
214
215 @node Top, Introduction, (dir), (dir)
216 @comment node-name, next, previous, up
217
218 @ifnottex
219 @top @ccmode{}
220
221 @ccmode{} is a GNU Emacs mode for editing files containing C, C++,
222 Objective-C, Java, CORBA IDL (and the variants PSDL and CIDL), Pike
223 and AWK code. It provides syntax-based indentation, font locking, and
224 has several handy commands and some minor modes to make the editing
225 easier. It does not provide tools to look up and navigate between
226 functions, classes etc - there are other packages for that.
227
228 @insertcopying
229 @end ifnottex
230
231 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
232 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
233
234 @menu
235 * Introduction::
236 * Overview::
237 * Getting Started::
238 * Commands::
239 * Font Locking::
240 * Config Basics::
241 * Custom Filling and Breaking::
242 * Custom Auto-newlines::
243 * Clean-ups::
244 * Indentation Engine Basics::
245 * Customizing Indentation::
246 * Custom Macros::
247 * Odds and Ends::
248 * Sample .emacs File::
249 * Performance Issues::
250 * Limitations and Known Bugs::
251 * FAQ::
252 * Updating CC Mode::
253 * Mailing Lists and Bug Reports::
254 * GNU Free Documentation License::
255 * Command and Function Index::
256 * Variable Index::
257 * Concept and Key Index::
258
259 @detailmenu
260 --- The Detailed Node Listing ---
261
262 Commands
263
264 * Indentation Commands::
265 * Comment Commands::
266 * Movement Commands::
267 * Filling and Breaking::
268 * Minor Modes::
269 * Electric Keys::
270 * Auto-newlines::
271 * Hungry WS Deletion::
272 * Subword Movement::
273 * Other Commands::
274
275 Font Locking
276
277 * Font Locking Preliminaries::
278 * Faces::
279 * Doc Comments::
280 * AWK Mode Font Locking::
281
282 Configuration Basics
283
284 * CC Hooks::
285 * Style Variables::
286 * Styles::
287
288 Styles
289
290 * Built-in Styles::
291 * Choosing a Style::
292 * Adding Styles::
293 * File Styles::
294
295 Customizing Auto-newlines
296
297 * Hanging Braces::
298 * Hanging Colons::
299 * Hanging Semicolons and Commas::
300
301 Hanging Braces
302
303 * Custom Braces::
304
305 Indentation Engine Basics
306
307 * Syntactic Analysis::
308 * Syntactic Symbols::
309 * Indentation Calculation::
310
311 Syntactic Symbols
312
313 * Function Symbols::
314 * Class Symbols::
315 * Conditional Construct Symbols::
316 * Switch Statement Symbols::
317 * Brace List Symbols::
318 * External Scope Symbols::
319 * Paren List Symbols::
320 * Literal Symbols::
321 * Multiline Macro Symbols::
322 * Objective-C Method Symbols::
323 * Java Symbols::
324 * Statement Block Symbols::
325 * K&R Symbols::
326
327 Customizing Indentation
328
329 * c-offsets-alist::
330 * Interactive Customization::
331 * Line-Up Functions::
332 * Custom Line-Up::
333 * Other Indentation::
334
335 Line-Up Functions
336
337 * Brace/Paren Line-Up::
338 * List Line-Up::
339 * Operator Line-Up::
340 * Comment Line-Up::
341 * Misc Line-Up::
342
343 @end detailmenu
344 @end menu
345
346 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
347 @node Introduction, Overview, Top, Top
348 @comment node-name, next, previous, up
349 @chapter Introduction
350 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
351
352 @cindex BOCM
353 @cindex history
354 @cindex awk-mode.el
355 @cindex c-mode.el
356 @cindex c++-mode.el
357
358 Welcome to @ccmode{}, a GNU Emacs mode for editing files containing C,
359 C++, Objective-C, Java, CORBA IDL (and the variants CORBA PSDL and
360 CIDL), Pike and AWK code. This incarnation of the mode is descended
361 from @file{c-mode.el} (also called ``Boring Old C Mode'' or BOCM
362 @t{:-)}, @file{c++-mode.el} version 2, which Barry Warsaw had been
363 maintaining since 1992, and @file{awk-mode.el}, a long neglected mode
364 in the (X)Emacs base.
365
366 Late in 1997, Martin Stjernholm joined Barry on the @ccmode{}
367 Maintainers Team, and implemented the Pike support. In 2000 Martin
368 took over as the sole maintainer. In 2001 Alan Mackenzie joined the
369 team, implementing AWK support in version 5.30. @ccmode{} did not
370 originally contain the font lock support for its languages --- that
371 was added in version 5.30.
372
373 This manual describes @ccmode{}
374 @comment The following line must appear on its own, so that the
375 version 5.31.
376 @comment Release.py script can update the version number automatically
377
378 @ccmode{} supports the editing of K&R and ANSI C, C++, Objective-C,
379 Java, CORBA's Interface Definition Language, Pike@footnote{A C-like
380 scripting language with its roots in the LPC language used in some MUD
381 engines. See @uref{http://pike.ida.liu.se/}.} and AWK files. In this
382 way, you can easily set up consistent font locking and coding styles for
383 use in editing all of these languages, although AWK is not yet as
384 uniformly integrated as the other languages.
385
386 @findex c-mode
387 @findex c++-mode
388 @findex objc-mode
389 @findex java-mode
390 @findex idl-mode
391 @findex pike-mode
392 @findex awk-mode
393 Note that the name of this package is ``@ccmode{}'', but there is no top
394 level @code{cc-mode} entry point. All of the variables, commands, and
395 functions in @ccmode{} are prefixed with @code{c-@var{thing}}, and
396 @code{c-mode}, @code{c++-mode}, @code{objc-mode}, @code{java-mode},
397 @code{idl-mode}, @code{pike-mode}, and @code{awk-mode} entry points are
398 provided. This package is intended to be a replacement for
399 @file{c-mode.el}, @file{c++-mode.el} and @file{awk-mode.el}.
400
401 A special word of thanks goes to Krishna Padmasola for his work in
402 converting the original @file{README} file to Texinfo format. I'd
403 also like to thank all the @ccmode{} victims who help enormously
404 during the early beta stages of @ccmode{}'s development.
405
406 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
407 @node Overview, Getting Started, Introduction, Top
408 @comment node-name, next, previous, up@cindex organization of the manual
409 @chapter Overview of the Manual
410 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
411
412 @noindent
413 The manual starts with several introductory chapters (including this
414 one).
415
416 @noindent
417 The next chunk of the manual describes the day to day @emph{use} of
418 @ccmode{} (as contrasted with how to customize it).
419
420 @itemize @bullet
421 @item
422 The chapter ``Commands'' describes in detail how to use (nearly) all
423 of @ccmode{}'s features. There are extensive cross-references from
424 here to the corresponding sections later in the manual which tell you
425 how to customize these features.
426
427 @item
428 ``Font Locking'' describes how ``syntax highlighting'' is applied to
429 your buffers. It is mainly background information and can be skipped
430 over at a first reading.
431 @end itemize
432
433 @noindent
434 The next chunk of the manual describes how to @emph{customize}
435 @ccmode{}. Typically, an overview of a topic is given at the chapter
436 level, then the sections and subsections describe the material in
437 increasing detail.
438
439 @itemize @bullet
440 @item
441 The chapter ``Configuration Basics'' tells you @emph{how} to write
442 customizations - whether in hooks, in styles, in both, or in neither,
443 depending on your needs. It describes the @ccmode{} style system and
444 lists the standard styles that @ccmode{} supplies.
445
446 @item
447 The next few chapters describe in detail how to customize the various
448 features of @ccmode{}.
449
450 @item
451 Finally, there is a sample @file{.emacs} fragment, which might help you
452 in creating your own customization.
453 @end itemize
454
455 @noindent
456 The manual ends with ``this and that'', things that don't fit cleanly
457 into any of the previous chunks.
458
459 @itemize @bullet
460 @item
461 Two chapters discuss the performance of @ccmode{} and known
462 bugs/limitations.
463
464 @item
465 The FAQ contains a list of common problems and questions.
466
467 @item
468 The next two chapters tell you how to get in touch with the @ccmode{}
469 project - whether for updating @ccmode{} or submitting bug reports.
470 @end itemize
471
472 @noindent
473 Finally, there are the customary indices.
474
475 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
476 @node Getting Started, Commands, Overview, Top
477 @comment node-name, next, previous, up
478 @chapter Getting Started
479 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
480
481 If you got this version of @ccmode{} with Emacs or XEmacs, it should
482 work just fine right out of the box. Note however that you might not
483 have the latest @ccmode{} release and might want to upgrade your copy
484 (see below).
485
486 You should probably start by skimming through the entire Commands chapter
487 (@pxref{Commands}) to get an overview of @ccmode{}'s capabilities.
488
489 After trying out some commands, you may dislike some aspects of
490 @ccmode{}'s default configuration. Here is an outline of how to
491 change some of the settings that newcomers to @ccmode{} most often
492 want to change:
493
494 @table @asis
495 @item c-basic-offset
496 This Lisp variable holds an integer, the number of columns @ccmode{}
497 indents nested code. To set this value to 6, customize
498 @code{c-basic-offset} or put this into your @file{.emacs}:
499
500 @example
501 (setq c-basic-offset 6)
502 @end example
503
504 @item The (indentation) style
505 The basic ``shape'' of indentation created by @ccmode{}---by default,
506 this is @code{gnu} style (except for Java and AWK buffers). A list of
507 the available styles and their descriptions can be found in
508 @ref{Built-in Styles}. A complete specification of the @ccmode{}
509 style system, including how to create your own style, can be found in
510 the chapter @ref{Styles}. To set your style to @code{linux}, either
511 customize @code{c-default-style} or put this into your @file{.emacs}:
512
513 @example
514 (setq c-default-style '((java-mode . "java")
515 (awk-mode . "awk")
516 (other . "linux")))
517 @end example
518
519 @item Electric Indentation
520 Normally, when you type ``punctuation'' characters such as @samp{;} or
521 @samp{@{}, @ccmode{} instantly reindents the current line. This can
522 be disconcerting until you get used to it. To disable @dfn{electric
523 indentation} in the current buffer, type @kbd{C-c C-l}. Type the same
524 thing to enable it again. To have electric indentation disabled by
525 default, put the following into your @file{.emacs} file@footnote{There
526 is no ``easy customization'' facility for making this change.}:
527
528 @example
529 (setq-default c-electric-flag nil)
530 @end example
531
532 @noindent
533 Details of this and other similar ``Minor Modes'' appear in the
534 section @ref{Minor Modes}.
535
536 @item Making the @key{RET} key indent the new line
537 The standard Emacs binding for @key{RET} just adds a new line. If you
538 want it to reindent the new line as well, rebind the key. Note that
539 the action of rebinding would fail if the pertinent keymap didn't yet
540 exist---we thus need to delay the action until after @ccmode{} has
541 been loaded. Put the following code into your @file{.emacs}:
542
543 @example
544 (defun my-make-CR-do-indent ()
545 (define-key c-mode-base-map "\C-m" 'c-context-line-break))
546 (add-hook 'c-initialization-hook 'my-make-CR-do-indent)
547 @end example
548
549 @noindent
550 This example demonstrates the use of a very powerful @ccmode{} (and
551 Emacs) facility, the hook. The use of @ccmode{}'s hooks is described
552 in @ref{CC Hooks}.
553 @end table
554
555 All these settings should occur in your @file{.emacs} @emph{before}
556 any @ccmode{} buffers get loaded---in particular, before any call of
557 @code{desktop-read}.
558
559 As you get to know the mode better, you may want to make more
560 ambitious changes to your configuration. For this, you should start
561 reading the chapter @ref{Config Basics}.
562
563 If you are upgrading an existing @ccmode{} installation, please see
564 the @file{README} file for installation details. In particular, if
565 you are going to be editing AWK files, @file{README} describes how to
566 configure your (X)Emacs so that @ccmode{} will supersede the obsolete
567 @code{awk-mode.el} which might have been supplied with your (X)Emacs.
568 @ccmode{} might not work with older versions of Emacs or XEmacs. See
569 the @ccmode{} release notes at @uref{http://cc-mode.sourceforge.net}
570 for the latest information on Emacs version and package compatibility
571 (@pxref{Updating CC Mode}).
572
573 @deffn Command c-version
574 @findex version (c-)
575 You can find out what version of @ccmode{} you are using by visiting a C
576 file and entering @kbd{M-x c-version RET}. You should see this message in
577 the echo area:
578
579 @example
580 Using CC Mode version 5.XX
581 @end example
582
583 @noindent
584 where @samp{XX} is the minor release number.
585 @end deffn
586
587 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
588 @node Commands, Font Locking, Getting Started, Top
589 @comment node-name, next, previous, up
590 @chapter Commands
591 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
592
593 This chapter specifies all of CC Mode's commands, and thus contains
594 nearly everything you need to know to @emph{use} @ccmode{} (as
595 contrasted with configuring it). @dfn{Commands} here means both
596 control key sequences and @dfn{electric keys}, these being characters
597 such as @samp{;} which, as well as inserting themselves into the
598 buffer, also do other things.
599
600 You might well want to review
601 @ifset XEMACS
602 @ref{Lists,,,@emacsman{}, @emacsmantitle{}},
603 @end ifset
604 @ifclear XEMACS
605 @ref{Moving by Parens,,,@emacsman{}, @emacsmantitle{}},
606 @end ifclear
607 which describes commands for moving around brace and parenthesis
608 structures.
609
610
611 @menu
612 * Indentation Commands::
613 * Comment Commands::
614 * Movement Commands::
615 * Filling and Breaking::
616 * Minor Modes::
617 * Electric Keys::
618 * Auto-newlines::
619 * Hungry WS Deletion::
620 * Subword Movement::
621 * Other Commands::
622 @end menu
623
624 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
625 @node Indentation Commands, Comment Commands, Commands, Commands
626 @comment node-name, next, previous,up
627 @section Indentation Commands
628 @cindex indentation
629 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
630
631 The following commands reindent C constructs. Note that when you
632 change your coding style, either interactively or through some other
633 means, your file does @emph{not} automatically get reindented. You
634 will need to execute one of the following commands to see the effects
635 of your changes.
636
637 @cindex GNU indent program
638 Also, variables like @code{c-hanging-*} and @code{c-cleanup-list}
639 (@pxref{Custom Auto-newlines}) only affect how on-the-fly code is
640 formatted. Changing the ``hanginess'' of a brace and then
641 reindenting, will not move the brace to a different line. For this,
642 you're better off getting an external program like GNU @code{indent},
643 which will rearrange brace location, amongst other things.
644
645 Preprocessor directives are handled as syntactic whitespace from other
646 code, i.e. they can be interspersed anywhere without affecting the
647 indentation of the surrounding code, just like comments.
648
649 The code inside macro definitions is, by default, still analyzed
650 syntactically so that you get relative indentation there just as you'd
651 get if the same code was outside a macro. However, since there is no
652 hint about the syntactic context, i.e. whether the macro expands to an
653 expression, to some statements, or perhaps to whole functions, the
654 syntactic recognition can be wrong. @ccmode{} manages to figure it
655 out correctly most of the time, though.
656
657 Reindenting large sections of code can take a long time. When
658 @ccmode{} reindents a region of code, it is essentially equivalent to
659 hitting @key{TAB} on every line of the region.
660
661 These commands indent code:
662
663 @table @asis
664 @item @kbd{@key{TAB}} (@code{c-indent-command})
665 @kindex TAB
666 @findex c-indent-command
667 @findex indent-command (c-)
668 This command indents the current line. That is all you need to know
669 about it for normal use.
670
671 @code{c-indent-command} does different things, depending on the
672 setting of @code{c-syntactic-indentation} (@pxref{Indentation Engine
673 Basics}):
674
675 @itemize @bullet
676 @item
677 When it's non-@code{nil} (which it normally is), the command indents
678 the line according to its syntactic context. With a prefix argument
679 (@kbd{C-u @key{TAB}}), it will re-indent the entire
680 expression@footnote{this is only useful for a line starting with a
681 comment opener or an opening brace, parenthesis, or string quote.}
682 that begins at the line's left margin.
683
684 @item
685 When it's @code{nil}, the command indents the line by an extra
686 @code{c-basic-offset} columns. A prefix argument acts as a
687 multiplier. A bare prefix (@kbd{C-u @key{TAB}}) is equivalent to -1,
688 removing @code{c-basic-offset} columns from the indentation.
689 @end itemize
690
691 The precise behavior is modified by several variables: With
692 @code{c-tab-always-indent}, you can make @key{TAB} insert whitespace
693 in some circumstances---@code{c-insert-tab-function} then defines
694 precisely what sort of ``whitespace'' this will be. Set the standard
695 Emacs variable @code{indent-tabs-mode} to @code{t} if you want real
696 @samp{tab} characters to be used in the indentation, to @code{nil} if
697 you want only spaces. @xref{Just Spaces,,, @emacsman{},
698 @emacsmantitle{}}.
699
700 @defopt c-tab-always-indent
701 @vindex tab-always-indent (c-)
702 @cindex literal
703 This variable modifies how @key{TAB} operates.
704 @itemize @bullet
705 @item
706 When it is @code{t} (the default), @key{TAB} simply indents the
707 current line.
708 @item
709 When it is @code{nil}, @key{TAB} (re)indents the line only if point is
710 to the left of the first non-whitespace character on the line.
711 Otherwise it inserts some whitespace (a tab or an equivalent number of
712 spaces - see below) at point.
713 @item
714 With some other value, the line is reindented. Additionally, if point
715 is within a string or comment, some whitespace is inserted.
716 @end itemize
717 @end defopt
718
719 @defopt c-insert-tab-function
720 @vindex insert-tab-function (c-)
721 @findex tab-to-tab-stop
722 When ``some whitespace'' is inserted as described above, what actually
723 happens is that the function stored in @code{c-insert-tab-function} is
724 called. Normally, this is @code{insert-tab}, which inserts a real tab
725 character or the equivalent number of spaces (depending on
726 @code{indent-tabs-mode}). Some people, however, set
727 @code{c-insert-tab-function} to @code{tab-to-tab-stop} so as to get
728 hard tab stops when indenting.
729 @end defopt
730 @end table
731
732 @noindent
733 The kind of indentation the next five commands do depends on the
734 setting of @code{c-syntactic-indentation} (@pxref{Indentation Engine
735 Basics}):
736 @itemize @bullet
737 @item
738 when it is non-@code{nil} (the default), the commands indent lines
739 according to their syntactic context;
740 @item
741 when it is @code{nil}, they just indent each line the same amount as
742 the previous non-blank line. The commands that indent a region aren't
743 very useful in this case.
744 @end itemize
745
746 @table @asis
747 @item @kbd{C-j} (@code{newline-and-indent})
748 @kindex C-j
749 @findex newline-and-indent
750 Inserts a newline and indents the new blank line, ready to start
751 typing. This is a standard (X)Emacs command.
752
753 @item @kbd{C-M-q} (@code{c-indent-exp})
754 @kindex C-M-q
755 @findex c-indent-exp
756 @findex indent-exp (c-)
757 Indents an entire balanced brace or parenthesis expression. Note that
758 point must be on the opening brace or parenthesis of the expression
759 you want to indent.
760
761 @item @kbd{C-c C-q} (@code{c-indent-defun})
762 @kindex C-c C-q
763 @findex c-indent-defun
764 @findex indent-defun (c-)
765 Indents the entire top-level function, class or macro definition
766 encompassing point. It leaves point unchanged. This function can't be
767 used to reindent a nested brace construct, such as a nested class or
768 function, or a Java method. The top-level construct being reindented
769 must be complete, i.e. it must have both a beginning brace and an ending
770 brace.
771
772 @item @kbd{C-M-\} (@code{indent-region})
773 @kindex C-M-\
774 @findex indent-region
775 Indents an arbitrary region of code. This is a standard Emacs command,
776 tailored for C code in a @ccmode{} buffer. Note, of course, that point
777 and mark must delineate the region you want to indent.
778
779 @item @kbd{C-M-h} (@code{c-mark-function})
780 @kindex C-M-h
781 @findex c-mark-function
782 @findex mark-function (c-)
783 While not strictly an indentation command, this is useful for marking
784 the current top-level function or class definition as the current
785 region. As with @code{c-indent-defun}, this command operates on
786 top-level constructs, and can't be used to mark say, a Java method.
787 @end table
788
789 These variables are also useful when indenting code:
790
791 @defopt indent-tabs-mode
792 This is a standard Emacs variable that controls how line indentation
793 is composed. When it's non-@code{nil}, tabs can be used in a line's
794 indentation, otherwise only spaces are used.
795 @end defopt
796
797 @defopt c-progress-interval
798 @vindex progress-interval (c-)
799 When indenting large regions of code, this variable controls how often a
800 progress message is displayed. Set this variable to @code{nil} to
801 inhibit the progress messages, or set it to an integer which is how
802 often (in seconds) progress messages are to be displayed.
803 @end defopt
804
805 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
806 @node Comment Commands, Movement Commands, Indentation Commands, Commands
807 @comment node-name, next, previous, up
808 @section Comment Commands
809 @cindex comments (insertion of)
810 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
811
812 @table @asis
813 @item @kbd{C-c C-c} (@code{comment-region})
814 @kindex C-c C-c
815 @findex comment-region
816 This command comments out the lines that start in the region. With a
817 negative argument, it does the opposite - it deletes the comment
818 delimiters from these lines. @xref{Multi-Line Comments,,, emacs, GNU
819 Emacs Manual}, for fuller details. @code{comment-region} isn't
820 actually part of @ccmode{} - it is given a @ccmode{} binding for
821 convenience.
822
823 @item @kbd{M-;} (@code{comment-dwim} or @code{indent-for-comment} @footnote{The name of this command varies between (X)Emacs versions.})
824 @kindex M-;
825 @findex comment-dwim
826 @findex indent-for-comment
827 Insert a comment at the end of the current line, if none is there
828 already. Then reindent the comment according to @code{comment-column}
829 @ifclear XEMACS
830 (@pxref{Options for Comments,,, emacs, GNU Emacs Manual})
831 @end ifclear
832 @ifset XEMACS
833 (@pxref{Comments,,, xemacs, XEmacs User's Manual})
834 @end ifset
835 and the variables below. Finally, position the point after the
836 comment starter. @kbd{C-u M-;} kills any comment on the current line,
837 together with any whitespace before it. This is a standard Emacs
838 command, but @ccmode{} enhances it a bit with two variables:
839
840 @defopt c-indent-comment-alist
841 @vindex indent-comment-alist (c-)
842 @vindex comment-column
843 This style variable allows you to vary the column that @kbd{M-;} puts
844 the comment at, depending on what sort of code is on the line, and
845 possibly the indentation of any similar comment on the preceding line.
846 It is an association list that maps different types of lines to
847 actions describing how they should be handled. If a certain line type
848 isn't present on the list then the line is indented to the column
849 specified by @code{comment-column}.
850
851 See the documentation string for a full description of this
852 variable (use @kbd{C-h v c-indent-comment-alist}).
853 @end defopt
854
855 @defopt c-indent-comments-syntactically-p
856 @vindex indent-comments-syntactically-p (c-)
857 Normally, when this style variable is @code{nil}, @kbd{M-;} will
858 indent comment-only lines according to @code{c-indent-comment-alist},
859 just as it does with lines where other code precede the comments.
860 However, if you want it to act just like @key{TAB} for comment-only
861 lines you can get that by setting
862 @code{c-indent-comments-syntactically-p} to non-@code{nil}.
863
864 If @code{c-indent-comments-syntactically-p} is non-@code{nil} then
865 @code{c-indent-comment-alist} won't be consulted at all for comment-only
866 lines.
867 @end defopt
868 @end table
869
870 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
871 @node Movement Commands, Filling and Breaking, Comment Commands, Commands
872 @comment node-name, next, previous, up
873 @section Movement Commands
874 @cindex movement
875 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
876
877 @ccmode{} contains some useful commands for moving around in C code.
878
879 @table @asis
880 @item @kbd{C-M-a} (@code{c-beginning-of-defun})
881 @itemx @kbd{C-M-e} (@code{c-end-of-defun})
882 @findex c-beginning-of-defun
883 @findex c-end-of-defun
884
885 Move to the beginning or end of the current or next function. Other
886 constructs (such as a structs or classes) which have a brace block
887 also count as ``functions'' here. To move over several functions, you
888 can give these commands a repeat count.
889
890 The start of a function is at its header. The end of the function is
891 after its closing brace, or after the semicolon of a construct (such
892 as a @code{struct}) which doesn't end at the brace. These two
893 commands try to leave point at the beginning of a line near the actual
894 start or end of the function. This occasionally causes point not to
895 move at all.
896
897 These functions are analogous to the Emacs built-in commands
898 @code{beginning-of-defun} and @code{end-of-defun}, except they
899 eliminate the constraint that the top-level opening brace of the defun
900 must be in column zero. See @ref{Defuns,,,@emacsman{},
901 @emacsmantitle{}}, for more information.
902
903 @item @kbd{C-M-a} (AWK Mode) (@code{c-awk-beginning-of-defun})
904 @itemx @kbd{C-M-e} (AWK Mode) (@code{c-awk-end-of-defun})
905 @kindex C-M-a (AWK Mode)
906 @kindex C-M-e (AWK Mode)
907 @findex c-awk-beginning-of-defun
908 @findex awk-beginning-of-defun (c-)
909 @findex c-awk-end-of-defun
910 @findex awk-end-of-defun (c-)
911 Move to the beginning or end of the current or next AWK defun. These
912 commands can take prefix-arguments, their functionality being entirely
913 equivalent to @code{beginning-of-defun} and @code{end-of-defun}.
914
915 AWK Mode @dfn{defuns} are either pattern/action pairs (either of which
916 might be implicit) or user defined functions. Having the @samp{@{} and
917 @samp{@}} (if there are any) in column zero, as is suggested for some
918 modes, is neither necessary nor helpful in AWK mode.
919
920 @item @kbd{M-a} (@code{c-beginning-of-statement})
921 @itemx @kbd{M-e} (@code{c-end-of-statement})
922 @kindex M-a
923 @kindex M-e
924 @findex c-beginning-of-statement
925 @findex c-end-of-statement
926 @findex beginning-of-statement (c-)
927 @findex end-of-statement (c-)
928 Move to the beginning or end of the innermost C statement. If point
929 is already there, move to the next beginning or end of a statement,
930 even if that means moving into a block. (Use @kbd{C-M-b} or
931 @kbd{C-M-f} to move over a balanced block.) A prefix argument @var{n}
932 means move over @var{n} statements.
933
934 If point is within or next to a comment or a string which spans more
935 than one line, these commands move by sentences instead of statements.
936
937 When called from a program, these functions take three optional
938 arguments: the repetition count, a buffer position limit which is the
939 farthest back to search for the syntactic context, and a flag saying
940 whether to do sentence motion in or near comments and multiline
941 strings.
942
943 @item @kbd{C-c C-u} (@code{c-up-conditional})
944 @kindex C-c C-u
945 @findex c-up-conditional
946 @findex up-conditional (c-)
947 Move back to the containing preprocessor conditional, leaving the mark
948 behind. A prefix argument acts as a repeat count. With a negative
949 argument, move forward to the end of the containing preprocessor
950 conditional.
951
952 @samp{#elif} is treated like @samp{#else} followed by @samp{#if}, so the
953 function stops at them when going backward, but not when going
954 forward.
955
956 This key sequence is not bound in AWK Mode, which doesn't have
957 preprocessor statements.
958
959 @item @kbd{M-x c-up-conditional-with-else}
960 @findex c-up-conditional-with-else
961 @findex up-conditional-with-else (c-)
962 A variety of @code{c-up-conditional} that also stops at @samp{#else}
963 lines. Normally those lines are ignored.
964
965 @item @kbd{M-x c-down-conditional}
966 @findex c-down-conditional
967 @findex down-conditional (c-)
968 Move forward into the next nested preprocessor conditional, leaving
969 the mark behind. A prefix argument acts as a repeat count. With a
970 negative argument, move backward into the previous nested preprocessor
971 conditional.
972
973 @samp{#elif} is treated like @samp{#else} followed by @samp{#if}, so the
974 function stops at them when going forward, but not when going backward.
975
976 @item @kbd{M-x c-down-conditional-with-else}
977 @findex c-down-conditional-with-else
978 @findex down-conditional-with-else (c-)
979 A variety of @code{c-down-conditional} that also stops at @samp{#else}
980 lines. Normally those lines are ignored.
981
982 @item @kbd{C-c C-p} (@code{c-backward-conditional})
983 @itemx @kbd{C-c C-n} (@code{c-forward-conditional})
984 @kindex C-c C-p
985 @kindex C-c C-n
986 @findex c-backward-conditional
987 @findex c-forward-conditional
988 @findex backward-conditional (c-)
989 @findex forward-conditional (c-)
990 Move backward or forward across a preprocessor conditional, leaving
991 the mark behind. A prefix argument acts as a repeat count. With a
992 negative argument, move in the opposite direction.
993
994 These key sequences are not bound in AWK Mode, which doesn't have
995 preprocessor statements.
996
997 @item @kbd{M-x c-backward-into-nomenclature}
998 @itemx @kbd{M-x c-forward-into-nomenclature}
999 @findex c-backward-into-nomenclature
1000 @findex c-forward-into-nomenclature
1001 @findex backward-into-nomenclature (c-)
1002 @findex forward-into-nomenclature (c-)
1003 A popular programming style, especially for object-oriented languages
1004 such as C++ is to write symbols in a mixed case format, where the
1005 first letter of each word is capitalized, and not separated by
1006 underscores. E.g. @samp{SymbolsWithMixedCaseAndNoUnderlines}.
1007
1008 These commands move backward or forward to the beginning of the next
1009 capitalized word. With prefix argument @var{n}, move @var{n} times.
1010 If @var{n} is negative, move in the opposite direction.
1011
1012 Note that these two commands have been superseded by
1013 @code{subword-mode}, which you should use instead. @xref{Subword
1014 Movement}. They might be removed from a future release of @ccmode{}.
1015 @end table
1016
1017 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1018 @node Filling and Breaking, Minor Modes, Movement Commands, Commands
1019 @comment node-name, next, previous, up
1020 @section Filling and Line Breaking Commands
1021 @cindex text filling
1022 @cindex line breaking
1023 @cindex comment handling
1024 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1025
1026 Since there's a lot of normal text in comments and string literals,
1027 @ccmode{} provides features to edit these like in text mode. The goal
1028 is to do it seamlessly, i.e. you can use auto fill mode, sentence and
1029 paragraph movement, paragraph filling, adaptive filling etc. wherever
1030 there's a piece of normal text without having to think much about it.
1031 @ccmode{} keeps the indentation, fixes suitable comment line prefixes,
1032 and so on.
1033
1034 You can configure the exact way comments get filled and broken, and
1035 where Emacs does auto-filling (see @pxref{Custom Filling and
1036 Breaking}). Typically, the style system (@pxref{Styles}) will have
1037 set this up for you, so you probably won't have to bother.
1038
1039 @findex auto-fill-mode
1040 @cindex Auto Fill mode
1041 @cindex paragraph filling
1042 Line breaks are by default handled (almost) the same regardless of
1043 whether they are made by auto fill mode (@pxref{Auto Fill,,,
1044 @emacsman{}, @emacsmantitle{}}), by paragraph filling (e.g. with
1045 @kbd{M-q}), or explicitly with @kbd{M-j} or similar methods. In
1046 string literals, the new line gets the same indentation as the
1047 previous nonempty line.@footnote{You can change this default by
1048 setting the @code{string} syntactic symbol (@pxref{Syntactic Symbols}
1049 and @pxref{Customizing Indentation})}.
1050
1051 @table @asis
1052 @item @kbd{M-q} (@code{c-fill-paragraph})
1053 @kindex M-q
1054 @findex c-fill-paragraph
1055 @findex fill-paragraph (c-)
1056 @cindex Javadoc markup
1057 @cindex Pike autodoc markup
1058 This command fills multiline string literals and both block
1059 and line style comments. In Java buffers, the Javadoc markup words
1060 are recognized as paragraph starters. The line oriented Pike autodoc
1061 markup words are recognized in the same way in Pike mode.
1062
1063 The formatting of the starters (@code{/*}) and enders (@code{*/}) of
1064 block comments are kept as they were before the filling. I.e., if
1065 either the starter or ender were on a line of its own, then it stays
1066 on its own line; conversely, if the delimiter has comment text on its
1067 line, it keeps at least one word of that text with it on the line.
1068
1069 This command is the replacement for @code{fill-paragraph} in @ccmode{}
1070 buffers.
1071
1072 @item @kbd{M-j} (@code{c-indent-new-comment-line})
1073 @kindex M-j
1074 @findex c-indent-new-comment-line
1075 @findex indent-new-comment-line (c-)
1076 This breaks the current line at point and indents the new line. If
1077 point was in a comment, the new line gets the proper comment line
1078 prefix. If point was inside a macro, a backslash is inserted before
1079 the line break. It is the replacement for
1080 @code{indent-new-comment-line}.
1081
1082 @item @kbd{M-x c-context-line-break}
1083 @findex c-context-line-break
1084 @findex context-line-break (c-)
1085 Insert a line break suitable to the context: If the point is inside a
1086 comment, the new line gets the suitable indentation and comment line
1087 prefix like @code{c-indent-new-comment-line}. In normal code it's
1088 indented like @code{newline-and-indent} would do. In macros it acts
1089 like @code{newline-and-indent} but additionally inserts and optionally
1090 aligns the line ending backslash so that the macro remains unbroken.
1091 @xref{Custom Macros}, for details about the backslash alignment. In a
1092 string, a backslash is inserted only if the string is within a
1093 macro@footnote{In GCC, unescaped line breaks within strings are
1094 valid.}.
1095
1096 This function is not bound to a key by default, but it's intended to be
1097 used on the @kbd{RET} key. If you like the behavior of
1098 @code{newline-and-indent} on @kbd{RET}, you should consider switching to
1099 this function. @xref{Sample .emacs File}.
1100
1101 @item @kbd{M-x c-context-open-line}
1102 @findex c-context-open-line
1103 @findex context-open-line (c-)
1104 This is to @kbd{C-o} (@kbd{M-x open-line}) as
1105 @code{c-context-line-break} is to @kbd{RET}. I.e. it works just like
1106 @code{c-context-line-break} but leaves the point before the inserted
1107 line break.
1108 @end table
1109
1110
1111 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1112 @node Minor Modes, Electric Keys, Filling and Breaking, Commands
1113 @comment node-name, next, previous, up
1114 @section Minor Modes
1115 @cindex Minor Modes
1116 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1117
1118 @ccmode{} contains several minor-mode-like features that you might
1119 find useful while writing new code or editing old code:
1120
1121 @table @asis
1122 @item electric mode
1123 When this is enabled, certain visible characters cause reformatting as
1124 they are typed. This is normally helpful, but can be a nuisance when
1125 editing chaotically formatted code. It can also be disconcerting,
1126 especially for users who are new to @ccmode{}.
1127 @item auto-newline mode
1128 This automatically inserts newlines where you'd probably want to type
1129 them yourself, e.g. after typing @samp{@}}s. Its action is suppressed
1130 when electric mode is disabled.
1131 @item hungry-delete mode
1132 This lets you delete a contiguous block of whitespace with a single
1133 key - for example, the newline and indentation just inserted by
1134 auto-newline when you want to back up and write a comment after the
1135 last statement.
1136 @item subword mode
1137 This mode makes basic word movement commands like @kbd{M-f}
1138 (@code{forward-word}) and @kbd{M-b} (@code{backward-word}) treat the
1139 parts of sillycapsed symbols as different words.
1140 E.g. @samp{NSGraphicsContext} is treated as three words @samp{NS},
1141 @samp{Graphics}, and @samp{Context}.
1142 @item syntactic-indentation mode
1143 When this is enabled (which it normally is), indentation commands such
1144 as @kbd{C-j} indent lines of code according to their syntactic
1145 structure. Otherwise, a line is simply indented to the same level as
1146 the previous one and @kbd{@key{TAB}} adjusts the indentation in steps
1147 of `c-basic-offset'.
1148 @end table
1149
1150 Full details on how these minor modes work are at @ref{Electric Keys},
1151 @ref{Auto-newlines}, @ref{Hungry WS Deletion}, @ref{Subword Movement},
1152 and @ref{Indentation Engine Basics}.
1153
1154 You can toggle each of these minor modes on and off, and you can
1155 configure @ccmode{} so that it starts up with your favourite
1156 combination of them (@pxref{Sample .emacs File}). By default, when
1157 you initialize a buffer, electric mode and syntactic-indentation mode
1158 are enabled but the other two modes are disabled.
1159
1160 @ccmode{} displays the current state of the first four of these minor
1161 modes on the modeline by appending letters to the major mode's name,
1162 one letter for each enabled minor mode - @samp{l} for electric mode,
1163 @samp{a} for auto-newline mode, @samp{h} for hungry delete mode, and
1164 @samp{w} for subword mode. If all these modes were enabled, you'd see
1165 @samp{C/lahw}@footnote{The @samp{C} would be replaced with the name of
1166 the language in question for the other languages @ccmode{} supports.}.
1167
1168 Here are the commands to toggle these modes:
1169
1170 @table @asis
1171 @item @kbd{C-c C-l} (@code{c-toggle-electric-state})
1172 @kindex C-c C-l
1173 @findex c-toggle-electric-state
1174 @findex toggle-electric-state (c-)
1175 Toggle electric minor mode. When the command turns the mode off, it
1176 also suppresses auto-newline mode.
1177
1178 @item @kbd{C-c C-a} (@code{c-toggle-auto-newline})
1179 @kindex C-c C-a
1180 @findex c-toggle-auto-newline
1181 @findex toggle-auto-newline (c-)
1182 Toggle auto-newline minor mode. When the command turns the mode on,
1183 it also enables electric minor mode.
1184
1185 @item @kbd{M-x c-toggle-hungry-state}@footnote{Prior to @ccmode{} 5.31, this command was bound to @kbd{C-c C-d}.}
1186 @findex c-toggle-hungry-state
1187 @findex toggle-hungry-state (c-)
1188 Toggle hungry-delete minor mode.
1189
1190 @item @kbd{M-x c-toggle-auto-hungry-state}@footnote{Prior to @ccmode{} 5.31, this command was bound to @kbd{C-c C-t}.}
1191 @findex c-toggle-auto-hungry-state
1192 @findex toggle-auto-hungry-state (c-)
1193 Toggle both auto-newline and hungry delete minor modes.
1194
1195 @item @kbd{C-c C-w} (@code{M-x subword-mode})
1196 @kindex C-c C-w
1197 @findex subword-mode
1198 Toggle subword mode.
1199
1200 @item @kbd{M-x c-toggle-syntactic-indentation}
1201 @findex c-toggle-syntactic-indentation
1202 @findex toggle-syntactic-indentation (c-)
1203 Toggle syntactic-indentation mode.
1204 @end table
1205
1206 Common to all the toggle functions above is that if they are called
1207 programmatically, they take an optional numerical argument. A
1208 positive value will turn on the minor mode (or both of them in the
1209 case of @code{c-toggle-auto-hungry-state}) and a negative value will
1210 turn it (or them) off.
1211
1212
1213 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1214 @node Electric Keys, Auto-newlines, Minor Modes, Commands
1215 @comment node-name, next, previous, up
1216 @section Electric Keys and Keywords
1217 @cindex electric characters
1218 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1219
1220 Most punctuation keys provide @dfn{electric} behavior - as well as
1221 inserting themselves they perform some other action, such as
1222 reindenting the line. This reindentation saves you from having to
1223 reindent a line manually after typing, say, a @samp{@}}. A few
1224 keywords, such as @code{else}, also trigger electric action.
1225
1226 You can inhibit the electric behavior described here by disabling
1227 electric minor mode (@pxref{Minor Modes}).
1228
1229 Common to all these keys is that they only behave electrically when
1230 used in normal code (as contrasted with getting typed in a string
1231 literal or comment). Those which cause re-indentation do so only when
1232 @code{c-syntactic-indentation} has a non-@code{nil} value (which it
1233 does by default).
1234
1235 These keys and keywords are:
1236 @c ACM, 2004/8/24: c-electric-pound doesn't check c-s-i: this is more
1237 @c like a bug in the code than a bug in this document. It'll get
1238 @c fixed in the code sometime.
1239
1240 @table @kbd
1241 @item #
1242 @kindex #
1243 @findex c-electric-pound
1244 @findex electric-pound (c-)
1245 @vindex c-electric-pound-behavior
1246 @vindex electric-pound-behavior (c-)
1247 Pound (bound to @code{c-electric-pound}) is electric when typed as the
1248 first non-whitespace character on a line and not within a macro
1249 definition. In this case, the variable @code{c-electric-pound-behavior}
1250 is consulted for the electric behavior. This variable takes a list
1251 value, although the only element currently defined is @code{alignleft},
1252 which tells this command to force the @samp{#} character into column
1253 zero. This is useful for entering preprocessor macro definitions.
1254
1255 Pound is not electric in AWK buffers, where @samp{#} starts a comment,
1256 and is bound to @code{self-insert-command} like any typical printable
1257 character.
1258 @c ACM, 2004/8/24: Change this (and the code) to do AWK comment
1259 @c reindentation.
1260
1261 @item *
1262 @kindex *
1263 @itemx /
1264 @kindex /
1265 @findex c-electric-star
1266 @findex electric-star (c-)
1267 @findex c-electric-slash
1268 @findex electric-slash (c-)
1269 A star (bound to @code{c-electric-star}) or a slash
1270 (@code{c-electric-slash}) causes reindentation when you type it as the
1271 second component of a C style block comment opener (@samp{/*}) or a
1272 C++ line comment opener (@samp{//}) respectively, but only if the
1273 comment opener is the first thing on the line (i.e. there's only
1274 whitespace before it).
1275
1276 Additionally, you can configure @ccmode{} so that typing a slash at
1277 the start of a line within a block comment will terminate the
1278 comment. You don't need to have electric minor mode enabled to get
1279 this behavior. @xref{Clean-ups}.
1280
1281 In AWK mode, @samp{*} and @samp{/} do not delimit comments and are not
1282 electric.
1283
1284 @item <
1285 @kindex <
1286 @itemx >
1287 @kindex >
1288 @findex c-electric-lt-gt
1289 @findex electric-lt-gt (c-)
1290 A less-than or greater-than sign (bound to @code{c-electric-lt-gt}) is
1291 electric in two circumstances: when it is an angle bracket in a C++
1292 @samp{template} declaration (and similar constructs in other
1293 languages) and when it is the second of two @kbd{<} or @kbd{>}
1294 characters in a C++ style stream operator. In either case, the line
1295 is reindented. Angle brackets in C @samp{#include} directives are not
1296 electric.
1297
1298 @item (
1299 @kindex (
1300 @itemx )
1301 @kindex )
1302 @findex c-electric-paren
1303 @findex electric-paren (c-)
1304 The normal parenthesis characters @samp{(} and @samp{)} (bound to
1305 @code{c-electric-paren}) reindent the current line. This is useful
1306 for getting the closing parenthesis of an argument list aligned
1307 automatically.
1308
1309 You can also configure @ccmode{} to insert a space automatically
1310 between a function name and the @samp{(} you've just typed, and to
1311 remove it automatically after typing @samp{)}, should the argument
1312 list be empty. You don't need to have electric minor mode enabled to
1313 get these actions. @xref{Clean-ups}.
1314
1315 @item @{
1316 @kindex @{
1317 @itemx @}
1318 @kindex @}
1319 @findex c-electric-brace
1320 @findex electric-brace (c-)
1321 Typing a brace (bound to @code{c-electric-brace}) reindents the
1322 current line. Also, one or more newlines might be inserted if
1323 auto-newline minor mode is enabled. @xref{Auto-newlines}.
1324 Additionally, you can configure @ccmode{} to compact excess whitespace
1325 inserted by auto-newline mode in certain circumstances.
1326 @xref{Clean-ups}.
1327
1328 @item :
1329 @kindex :
1330 @findex c-electric-colon
1331 @findex electric-colon (c-)
1332 Typing a colon (bound to @code{c-electric-colon}) reindents the
1333 current line. Additionally, one or more newlines might be inserted if
1334 auto-newline minor mode is enabled. @xref{Auto-newlines}. If you
1335 type a second colon immediately after such an auto-newline, by default
1336 the whitespace between the two colons is removed, leaving a C++ scope
1337 operator. @xref{Clean-ups}.
1338
1339 If you prefer, you can insert @samp{::} in a single operation,
1340 avoiding all these spurious reindentations, newlines, and clean-ups.
1341 @xref{Other Commands}.
1342
1343 @item ;
1344 @kindex ;
1345 @itemx ,
1346 @kindex ,
1347 @findex c-electric-semi&comma
1348 @findex electric-semi&comma (c-)
1349 Typing a semicolon or comma (bound to @code{c-electric-semi&comma})
1350 reindents the current line. Also, a newline might be inserted if
1351 auto-newline minor mode is enabled. @xref{Auto-newlines}.
1352 Additionally, you can configure @ccmode{} so that when auto-newline
1353 has inserted whitespace after a @samp{@}}, it will be removed again
1354 when you type a semicolon or comma just after it. @xref{Clean-ups}.
1355
1356 @end table
1357
1358 @deffn Command c-electric-continued-statement
1359 @findex electric-continued-statement (c-)
1360
1361 Certain keywords are electric, causing reindentation when they are
1362 preceded only by whitespace on the line. The keywords are those that
1363 continue an earlier statement instead of starting a new one:
1364 @code{else}, @code{while}, @code{catch} (only in C++ and Java) and
1365 @code{finally} (only in Java).
1366
1367 An example:
1368
1369 @example
1370 @group
1371 for (i = 0; i < 17; i++)
1372 if (a[i])
1373 res += a[i]->offset;
1374 else
1375 @end group
1376 @end example
1377
1378 Here, the @code{else} should be indented like the preceding @code{if},
1379 since it continues that statement. @ccmode{} will automatically
1380 reindent it after the @code{else} has been typed in full, since only
1381 then is it possible to decide whether it's a new statement or a
1382 continuation of the preceding @code{if}.
1383
1384 @vindex abbrev-mode
1385 @findex abbrev-mode
1386 @cindex Abbrev mode
1387 @ccmode{} uses Abbrev mode (@pxref{Abbrevs,,, @emacsman{}, @emacsmantitle{}})
1388 to accomplish this. It's therefore turned on by default in all language
1389 modes except IDL mode, since CORBA IDL doesn't have any statements.
1390 @end deffn
1391
1392
1393 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1394 @node Auto-newlines, Hungry WS Deletion, Electric Keys, Commands
1395 @comment node-name, next, previous, up
1396 @section Auto-newline Insertion
1397 @cindex auto-newline
1398 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1399
1400 When you have @dfn{Auto-newline minor mode} enabled (@pxref{Minor
1401 Modes}), @ccmode{} inserts newlines for you automatically (in certain
1402 syntactic contexts) when you type a left or right brace, a colon, a
1403 semicolon, or a comma. Sometimes a newline appears before the
1404 character you type, sometimes after it, sometimes both.
1405
1406 Auto-newline only triggers when the following conditions hold:
1407
1408 @itemize @bullet
1409 @item
1410 Auto-newline minor mode is enabled, as evidenced by the indicator
1411 @samp{a} after the mode name on the modeline (e.g. @samp{C/a} or
1412 @samp{C/la}).
1413
1414 @item
1415 The character was typed at the end of a line, or with only whitespace
1416 after it, and possibly a @samp{\} escaping the newline.
1417
1418 @item
1419 The character is not on its own line already. (This applies only to
1420 insertion of a newline @emph{before} the character.)
1421
1422 @item
1423 @cindex literal
1424 @cindex syntactic whitespace
1425 The character was not typed inside of a literal @footnote{A
1426 @dfn{literal} is defined as any comment, string, or preprocessor macro
1427 definition. These constructs are also known as @dfn{syntactic
1428 whitespace} since they are usually ignored when scanning C code.}.
1429
1430 @item
1431 No numeric argument was supplied to the command (i.e. it was typed as
1432 normal, with no @kbd{C-u} prefix).
1433 @end itemize
1434
1435 You can configure the precise circumstances in which newlines get
1436 inserted (see @pxref{Custom Auto-newlines}). Typically, the style
1437 system (@pxref{Styles}) will have set this up for you, so you probably
1438 won't have to bother.
1439
1440 Sometimes @ccmode{} inserts an auto-newline where you don't want one,
1441 such as after a @samp{@}} when you're about to type a @samp{;}.
1442 Hungry deletion can help here (@pxref{Hungry WS Deletion}), or you can
1443 activate an appropriate @dfn{clean-up}, which will remove the excess
1444 whitespace after you've typed the @samp{;}. See @ref{Clean-ups} for a
1445 full description. See also @ref{Electric Keys} for a summary of
1446 clean-ups listed by key.
1447
1448
1449 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1450 @node Hungry WS Deletion, Subword Movement, Auto-newlines, Commands
1451 @comment node-name, next, previous, up
1452 @section Hungry Deletion of Whitespace
1453 @cindex hungry-deletion
1454 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1455
1456 If you want to delete an entire block of whitespace at point, you can
1457 use @dfn{hungry deletion}. This deletes all the contiguous whitespace
1458 either before point or after point in a single operation.
1459 ``Whitespace'' here includes tabs and newlines, but not comments or
1460 preprocessor commands. Hungry deletion can markedly cut down on the
1461 number of times you have to hit deletion keys when, for example,
1462 you've made a mistake on the preceding line and have already pressed
1463 @kbd{C-j}.
1464
1465 Hungry deletion is a simple feature that some people find extremely
1466 useful. In fact, you might find yourself wanting it in @strong{all}
1467 your editing modes!
1468
1469 Loosely speaking, in what follows, @dfn{@key{DEL}} means ``the
1470 backspace key'' and @dfn{@key{DELETE}} means ``the forward delete
1471 key''. This is discussed in more detail below.
1472
1473 There are two different ways you can use hungry deletion:
1474
1475 @table @asis
1476 @item Using @dfn{Hungry Delete Mode} with @kbd{@key{DEL}} and @kbd{C-d}
1477 Here you toggle Hungry Delete minor mode with @kbd{M-x
1478 c-toggle-hungry-state}@footnote{Prior to @ccmode{} 5.31, this command
1479 was bound to @kbd{C-c C-d}. @kbd{C-c C-d} is now the default binding
1480 for @code{c-hungry-delete-forward}.} (@pxref{Minor Modes}.) This
1481 makes @kbd{@key{DEL}} and @kbd{C-d} do backwards and forward hungry
1482 deletion.
1483
1484 @table @asis
1485 @item @kbd{@key{DEL}} (@code{c-electric-backspace})
1486 @kindex DEL
1487 @findex c-electric-backspace
1488 @findex electric-backspace (c-)
1489 This command is run by default when you hit the @kbd{DEL} key. When
1490 hungry delete mode is enabled, it deletes any amount of whitespace in
1491 the backwards direction. Otherwise, or when used with a prefix
1492 argument or in a literal (@pxref{Auto-newlines}), the command just
1493 deletes backwards in the usual way. (More precisely, it calls the
1494 function contained in the variable @code{c-backspace-function},
1495 passing it the prefix argument, if any.)
1496
1497 @item @code{c-backspace-function}
1498 @vindex c-backspace-function
1499 @vindex backspace-function (c-)
1500 @findex backward-delete-char-untabify
1501 Hook that gets called by @code{c-electric-backspace} when it doesn't
1502 do an ``electric'' deletion of the preceding whitespace. The default
1503 value is @code{backward-delete-char-untabify}
1504 (@pxref{Deletion,,,@lispref{}, @lispreftitle{}}, the function which
1505 deletes a single character.
1506
1507 @item @kbd{C-d} (@code{c-electric-delete-forward})
1508 @kindex C-d
1509 @findex c-electric-delete-forward
1510 @findex electric-delete-forward (c-)
1511 This function, which is bound to @kbd{C-d} by default, works just like
1512 @code{c-electric-backspace} but in the forward direction. When it
1513 doesn't do an ``electric'' deletion of the following whitespace, it
1514 just does @code{delete-char}, more or less. (Strictly speaking, it
1515 calls the function in @code{c-delete-function} with the prefix
1516 argument.)
1517
1518 @item @code{c-delete-function}
1519 @vindex c-delete-function
1520 @vindex delete-function (c-)
1521 @findex delete-char
1522 Hook that gets called by @code{c-electric-delete-forward} when it
1523 doesn't do an ``electric'' deletion of the following whitespace. The
1524 default value is @code{delete-char}.
1525 @end table
1526
1527 @item Using Distinct Bindings
1528 The other (newer and recommended) way to use hungry deletion is to
1529 perform @code{c-hungry-delete-backwards} and
1530 @code{c-hungry-delete-forward} directly through their key sequences
1531 rather than using the minor mode toggling.
1532
1533 @table @asis
1534 @item @kbd{C-c C-@key{DEL}}, or @kbd{C-c @key{DEL}} (@code{c-hungry-delete-backwards})@footnote{This command was formerly known as @code{c-hungry-backspace}.}
1535 @kindex C-c C-<backspace>
1536 @kindex C-c <backspace>
1537 @kindex C-c C-DEL
1538 @kindex C-c DEL
1539 @findex c-hungry-delete-backwards
1540 @findex hungry-delete-backwards (c-)
1541 Delete any amount of whitespace in the backwards direction (regardless
1542 whether hungry-delete mode is enabled or not). This command is bound
1543 to both @kbd{C-c C-@key{DEL}} and @kbd{C-c @key{DEL}}, since the more
1544 natural one, @kbd{C-c C-@key{DEL}}, is sometimes difficult to type at
1545 a character terminal.
1546
1547 @item @kbd{C-c C-d}, @kbd{C-c C-@key{DELETE}}, or @kbd{C-c @key{DELETE}} (@code{c-hungry-delete-forward})
1548 @kindex C-c C-d
1549 @kindex C-c C-<DELETE>
1550 @kindex C-c <DELETE>
1551 @findex c-hungry-delete-forward
1552 @findex hungry-delete-forward (c-)
1553 Delete any amount of whitespace in the forward direction (regardless
1554 whether hungry-delete mode is enabled or not). This command is bound
1555 to both @kbd{C-c C-@key{DELETE}} and @kbd{C-c @key{DELETE}} for the
1556 same reason as for @key{DEL} above.
1557 @end table
1558 @end table
1559
1560 @kindex <delete>
1561 @kindex <backspace>
1562
1563 When we talk about @kbd{@key{DEL}}, and @kbd{@key{DELETE}} above, we
1564 actually do so without connecting them to the physical keys commonly
1565 known as @key{Backspace} and @key{Delete}. The default bindings to
1566 those two keys depends on the flavor of (X)Emacs you are using.
1567
1568 @findex c-electric-delete
1569 @findex electric-delete (c-)
1570 @findex c-hungry-delete
1571 @findex hungry-delete (c-)
1572 @vindex delete-key-deletes-forward
1573 In XEmacs 20.3 and beyond, the @key{Backspace} key is bound to
1574 @code{c-electric-backspace} and the @key{Delete} key is bound to
1575 @code{c-electric-delete}. You control the direction it deletes in by
1576 setting the variable @code{delete-key-deletes-forward}, a standard
1577 XEmacs variable.
1578 @c This variable is encapsulated by XEmacs's (defsubst delete-forward-p ...).
1579 When this variable is non-@code{nil}, @code{c-electric-delete} will do
1580 forward deletion with @code{c-electric-delete-forward}, otherwise it
1581 does backward deletion with @code{c-electric-backspace}. Similarly,
1582 @kbd{C-c @key{Delete}} and @kbd{C-c C-@key{Delete}} are bound to
1583 @code{c-hungry-delete} which is controlled in the same way by
1584 @code{delete-key-deletes-forward}.
1585
1586 @findex normal-erase-is-backspace-mode
1587
1588 Emacs 21 and later automatically binds @key{Backspace} and
1589 @key{Delete} to @kbd{DEL} and @kbd{C-d} according to your environment,
1590 and @ccmode{} extends those bindings to @kbd{C-c C-@key{Backspace}}
1591 etc. If you need to change the bindings through
1592 @code{normal-erase-is-backspace-mode} then @ccmode{} will also adapt
1593 its extended bindings accordingly.
1594
1595 In earlier (X)Emacs versions, @ccmode{} doesn't bind either
1596 @key{Backspace} or @key{Delete} directly. Only the key codes
1597 @kbd{DEL} and @kbd{C-d} are bound, and it's up to the default bindings
1598 to map the physical keys to them. You might need to modify this
1599 yourself if the defaults are unsuitable.
1600
1601 Getting your @key{Backspace} and @key{Delete} keys properly set up can
1602 sometimes be tricky. The information in @ref{DEL Does Not
1603 Delete,,,emacs, GNU Emacs Manual}, might be helpful if you're having
1604 trouble with this in GNU Emacs.
1605
1606
1607 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1608 @node Subword Movement, Other Commands, Hungry WS Deletion, Commands
1609 @comment node-name, next, previous, up
1610 @section Subword Movement and Editing
1611 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1612
1613 @cindex nomenclature
1614 @cindex subword
1615 In spite of the GNU Coding Standards, it is popular to name a symbol
1616 by mixing uppercase and lowercase letters, e.g. @samp{GtkWidget},
1617 @samp{EmacsFrameClass}, or @samp{NSGraphicsContext}. Here we call
1618 these mixed case symbols @dfn{nomenclatures}. Also, each capitalized
1619 (or completely uppercase) part of a nomenclature is called a
1620 @dfn{subword}. Here are some examples:
1621
1622 @multitable {@samp{NSGraphicsContext}} {@samp{NS}, @samp{Graphics}, and @samp{Context}}
1623 @c This could be converted to @headitem when we require Texinfo 4.7
1624 @iftex
1625 @item @b{Nomenclature}
1626 @tab @b{Subwords}
1627 @end iftex
1628 @ifnottex
1629 @item Nomenclature
1630 @tab Subwords
1631 @item ---------------------------------------------------------
1632 @end ifnottex
1633 @item @samp{GtkWindow}
1634 @tab @samp{Gtk} and @samp{Window}
1635 @item @samp{EmacsFrameClass}
1636 @tab @samp{Emacs}, @samp{Frame}, and @samp{Class}
1637 @item @samp{NSGraphicsContext}
1638 @tab @samp{NS}, @samp{Graphics}, and @samp{Context}
1639 @end multitable
1640
1641 The subword minor mode replaces the basic word oriented movement and
1642 editing commands with variants that recognize subwords in a
1643 nomenclature and treat them as separate words:
1644
1645 @findex c-forward-subword
1646 @findex forward-subword (c-)
1647 @findex c-backward-subword
1648 @findex backward-subword (c-)
1649 @findex c-mark-subword
1650 @findex mark-subword (c-)
1651 @findex c-kill-subword
1652 @findex kill-subword (c-)
1653 @findex c-backward-kill-subword
1654 @findex backward-kill-subword (c-)
1655 @findex c-transpose-subwords
1656 @findex transpose-subwords (c-)
1657 @findex c-capitalize-subword
1658 @findex capitalize-subword (c-)
1659 @findex c-upcase-subword
1660 @findex upcase-subword (c-)
1661 @findex c-downcase-subword
1662 @findex downcase-subword (c-)
1663 @multitable @columnfractions .20 .40 .40
1664 @c This could be converted to @headitem when we require Texinfo 4.7
1665 @iftex
1666 @item @b{Key} @tab @b{Word oriented command} @tab @b{Subword oriented command}
1667 @end iftex
1668 @ifnottex
1669 @item Key @tab Word oriented command @tab Subword oriented command
1670 @item ----------------------------------------------------------------------------
1671 @end ifnottex
1672 @item @kbd{M-f} @tab @code{forward-word} @tab @code{c-forward-subword}
1673 @item @kbd{M-b} @tab @code{backward-word} @tab @code{c-backward-subword}
1674 @item @kbd{M-@@} @tab @code{mark-word} @tab @code{c-mark-subword}
1675 @item @kbd{M-d} @tab @code{kill-word} @tab @code{c-kill-subword}
1676 @item @kbd{M-DEL} @tab @code{backward-kill-word} @tab @code{c-backward-kill-subword}
1677 @item @kbd{M-t} @tab @code{transpose-words} @tab @code{c-transpose-subwords}
1678 @item @kbd{M-c} @tab @code{capitalize-word} @tab @code{c-capitalize-subword}
1679 @item @kbd{M-u} @tab @code{upcase-word} @tab @code{c-upcase-subword}
1680 @item @kbd{M-l} @tab @code{downcase-word} @tab @code{c-downcase-subword}
1681 @end multitable
1682
1683 Note that if you have changed the key bindings for the word oriented
1684 commands in your @file{.emacs} or a similar place, the keys you have
1685 configured are also used for the corresponding subword oriented
1686 commands.
1687
1688 Type @kbd{C-c C-w} to toggle subword mode on and off. To make the
1689 mode turn on automatically, put the following code in your
1690 @file{.emacs}:
1691
1692 @example
1693 (add-hook 'c-mode-common-hook
1694 (lambda () (subword-mode 1)))
1695 @end example
1696
1697 As a bonus, you can also use @code{subword-mode} in non-@ccmode{}
1698 buffers by typing @kbd{M-x subword-mode}.
1699
1700 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1701 @node Other Commands, , Subword Movement, Commands
1702 @comment node-name, next, previous, up
1703 @section Other Commands
1704 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1705
1706 Here are the various other commands that didn't fit anywhere else:
1707
1708 @table @asis
1709 @item @kbd{C-c .} (@code{c-set-style})
1710 @kindex C-c .
1711 @findex c-set-style
1712 @findex set-style (c-)
1713 Switch to the specified style in the current buffer. Use like this:
1714
1715 @example
1716 @kbd{C-c . @var{style-name} @key{RET}}
1717 @end example
1718
1719 You can use the @key{TAB} in the normal way to do completion on the
1720 style name. Note that all style names are case insensitive, even the
1721 ones you define yourself.
1722
1723 Setting a style in this way does @emph{not} automatically reindent your
1724 file. For commands that you can use to view the effect of your changes,
1725 see @ref{Indentation Commands} and @ref{Filling and Breaking}.
1726
1727 For details of the @ccmode{} style system, see @ref{Styles}.
1728 @item @kbd{C-c :} (@code{c-scope-operator})
1729 @kindex C-c :
1730 @findex c-scope-operator
1731 @findex scope-operator (c-)
1732 In C++, it is also sometimes desirable to insert the double-colon scope
1733 operator without performing the electric behavior of colon insertion.
1734 @kbd{C-c :} does just this.
1735
1736 @item @kbd{C-c C-\} (@code{c-backslash-region})
1737 @kindex C-c C-\
1738 @findex c-backslash-region
1739 @findex backslash-region (c-)
1740 This function inserts and aligns or deletes end-of-line backslashes in
1741 the current region. These are typically used in multi-line macros.
1742
1743 With no prefix argument, it inserts any missing backslashes and aligns
1744 them according to the @code{c-backslash-column} and
1745 @code{c-backslash-max-column} variables. With a prefix argument, it
1746 deletes any backslashes.
1747
1748 The function does not modify blank lines at the start of the region. If
1749 the region ends at the start of a line, it always deletes the backslash
1750 (if any) at the end of the previous line.
1751
1752 To customize the precise workings of this command, @ref{Custom Macros}.
1753 @end table
1754
1755 @noindent
1756 The recommended line breaking function, @code{c-context-line-break}
1757 (@pxref{Filling and Breaking}), is especially nice if you edit
1758 multiline macros frequently. When used inside a macro, it
1759 automatically inserts and adjusts the mandatory backslash at the end
1760 of the line to keep the macro together, and it leaves the point at the
1761 right indentation column for the code. Thus you can write code inside
1762 macros almost exactly as you can elsewhere, without having to bother
1763 with the trailing backslashes.
1764
1765 @table @asis
1766 @item @kbd{C-c C-e} (@code{c-macro-expand})
1767 @kindex C-c C-e
1768 @findex c-macro-expand
1769 @findex macro-expand (c-)
1770 This command expands C, C++, Objective C or Pike macros in the region,
1771 using an appropriate external preprocessor program. Normally it
1772 displays its output in a temporary buffer, but if you give it a prefix
1773 arg (with @kbd{C-u C-c C-e}) it will overwrite the original region
1774 with the expansion.
1775
1776 The command does not work in any of the other modes, and the key
1777 sequence is not bound in these other modes.
1778
1779 @code{c-macro-expand} isn't actually part of @ccmode{}, even though it
1780 is bound to a @ccmode{} key sequence. If you need help setting it up
1781 or have other problems with it, you can either read its source code or
1782 ask for help in the standard (X)Emacs forums.
1783 @end table
1784
1785 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1786 @node Font Locking, Config Basics, Commands, Top
1787 @comment node-name, next, previous, up
1788 @chapter Font Locking
1789 @cindex font locking
1790 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1791
1792 @cindex Font Lock mode
1793
1794 @ccmode{} provides font locking for its supported languages by
1795 supplying patterns for use with Font Lock mode. This means that you
1796 get distinct faces on the various syntactic parts such as comments,
1797 strings, keywords and types, which is very helpful in telling them
1798 apart at a glance and discovering syntactic errors. @xref{Font
1799 Lock,,, emacs, GNU Emacs Manual}, for ways to enable font locking in
1800 @ccmode{} buffers.
1801
1802 @strong{Please note:} The font locking in AWK mode is currently not
1803 integrated with the rest of @ccmode{}. Only the last section of this
1804 chapter, @ref{AWK Mode Font Locking}, applies to AWK. The other
1805 sections apply to the other languages.
1806
1807 @menu
1808 * Font Locking Preliminaries::
1809 * Faces::
1810 * Doc Comments::
1811 * AWK Mode Font Locking::
1812 @end menu
1813
1814
1815 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1816 @node Font Locking Preliminaries, Faces, Font Locking, Font Locking
1817 @comment node-name, next, previous, up
1818 @section Font Locking Preliminaries
1819 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1820
1821 The font locking for most of the @ccmode{} languages were provided
1822 directly by the Font Lock package prior to version 5.30 of @ccmode{}.
1823 In the transition to @ccmode{} the patterns have been reworked
1824 completely and are applied uniformly across all the languages except AWK
1825 mode, just like the indentation rules (although each language still has
1826 some peculiarities of its own, of course). Since the languages
1827 previously had completely separate font locking patterns, this means
1828 that it's a bit different in most languages now.
1829
1830 The main goal for the font locking in @ccmode{} is accuracy, to provide
1831 a dependable aid in recognizing the various constructs. Some, like
1832 strings and comments, are easy to recognize while others, like
1833 declarations and types, can be very tricky. @ccmode{} can go to great
1834 lengths to recognize declarations and casts correctly, especially when
1835 the types aren't recognized by standard patterns. This is a fairly
1836 demanding analysis which can be slow on older hardware, and it can
1837 therefore be disabled by choosing a lower decoration level with the
1838 variable @code{font-lock-maximum-decoration} (@pxref{Font Lock,,,
1839 emacs, GNU Emacs Manual}).
1840
1841 @vindex font-lock-maximum-decoration
1842
1843 The decoration levels are used as follows:
1844
1845 @enumerate
1846 @comment 1
1847 @item
1848 Minimal font locking: Fontify only comments, strings and preprocessor
1849 directives (in the languages that use cpp).
1850
1851 @comment 2
1852 @item
1853 Fast font locking: In addition to level 1, fontify keywords, simple
1854 types and declarations that are easy to recognize. The variables
1855 @code{*-font-lock-extra-types} (where @samp{*} is the name of the
1856 language) are used to recognize types (see below). Documentation
1857 comments like Javadoc are fontified according to
1858 @code{c-doc-comment-style} (@pxref{Doc Comments}).
1859
1860 Use this if you think the font locking is too slow. It's the closest
1861 corresponding level to level 3 in the old font lock patterns.
1862
1863 @comment 3
1864 @item
1865 Accurate font locking: Like level 2 but uses a different approach that
1866 can recognize types and declarations much more accurately. The
1867 @code{*-font-lock-extra-types} variables are still used, but user
1868 defined types are recognized correctly anyway in most cases. Therefore
1869 those variables should be fairly restrictive and not contain patterns
1870 that are uncertain.
1871
1872 @cindex Lazy Lock mode
1873 @cindex Just-in-time Lock mode
1874
1875 This level is designed for fairly modern hardware and a font lock
1876 support mode like Lazy Lock or Just-in-time Lock mode that only
1877 fontifies the parts that are actually shown. Fontifying the whole
1878 buffer at once can easily get bothersomely slow even on contemporary
1879 hardware. @xref{Font Lock,,,@emacsman{}, @emacsmantitle{}}.
1880 @end enumerate
1881
1882 @cindex user defined types
1883 @cindex types, user defined
1884
1885 Since user defined types are hard to recognize you can provide
1886 additional regexps to match those you use:
1887
1888 @defopt c-font-lock-extra-types
1889 @defoptx c++-font-lock-extra-types
1890 @defoptx objc-font-lock-extra-types
1891 @defoptx java-font-lock-extra-types
1892 @defoptx idl-font-lock-extra-types
1893 @defoptx pike-font-lock-extra-types
1894 For each language there's a variable @code{*-font-lock-extra-types},
1895 where @samp{*} stands for the language in question. It contains a list
1896 of regexps that matches identifiers that should be recognized as types,
1897 e.g. @samp{\\sw+_t} to recognize all identifiers ending with @samp{_t}
1898 as is customary in C code. Each regexp should not match more than a
1899 single identifier.
1900
1901 The default values contain regexps for many types in standard runtime
1902 libraries that are otherwise difficult to recognize, and patterns for
1903 standard type naming conventions like the @samp{_t} suffix in C and C++.
1904 Java, Objective-C and Pike have as a convention to start class names
1905 with capitals, so there are patterns for that in those languages.
1906
1907 Despite the names of these variables, they are not only used for
1908 fontification but in other places as well where @ccmode{} needs to
1909 recognize types.
1910 @end defopt
1911
1912
1913 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1914 @node Faces, Doc Comments, Font Locking Preliminaries, Font Locking
1915 @comment node-name, next, previous, up
1916 @section Faces
1917 @cindex faces
1918 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1919
1920 @ccmode{} attempts to use the standard faces for programming languages
1921 in accordance with their intended purposes as far as possible. No extra
1922 faces are currently provided, with the exception of a replacement face
1923 @code{c-invalid-face} for emacsen that don't provide
1924 @code{font-lock-warning-face}.
1925
1926 @itemize @bullet
1927 @item
1928 @vindex font-lock-comment-face
1929 Normal comments are fontified in @code{font-lock-comment-face}.
1930
1931 @item
1932 @vindex font-lock-doc-face
1933 @vindex font-lock-doc-string-face
1934 @vindex font-lock-comment-face
1935 Comments that are recognized as documentation (@pxref{Doc Comments})
1936 get @code{font-lock-doc-face} (Emacs) or
1937 @code{font-lock-doc-string-face} (XEmacs) if those faces exist. If
1938 they don't then @code{font-lock-comment-face} is used.
1939
1940 @item
1941 @vindex font-lock-string-face
1942 String and character literals are fontified in
1943 @code{font-lock-string-face}.
1944
1945 @item
1946 @vindex font-lock-keyword-face
1947 Keywords are fontified with @code{font-lock-keyword-face}.
1948
1949 @item
1950 @vindex font-lock-function-name-face
1951 @code{font-lock-function-name-face} is used for function names in
1952 declarations and definitions, and classes in those contexts. It's also
1953 used for preprocessor defines with arguments.
1954
1955 @item
1956 @vindex font-lock-variable-name-face
1957 Variables in declarations and definitions, and other identifiers in such
1958 variable contexts, get @code{font-lock-variable-name-face}. It's also
1959 used for preprocessor defines without arguments.
1960
1961 @item
1962 @vindex font-lock-constant-face
1963 @vindex font-lock-reference-face
1964 Builtin constants are fontified in @code{font-lock-constant-face} if it
1965 exists, @code{font-lock-reference-face} otherwise. As opposed to the
1966 preceding two faces, this is used on the names in expressions, and it's
1967 not used in declarations, even if there happen to be a @samp{const} in
1968 them somewhere.
1969
1970 @item
1971 @vindex font-lock-type-face
1972 @code{font-lock-type-face} is put on types (both predefined and user
1973 defined) and classes in type contexts.
1974
1975 @item
1976 @vindex font-lock-constant-face
1977 @vindex font-lock-reference-face
1978 Label identifiers get @code{font-lock-constant-face} if it exists,
1979 @code{font-lock-reference-face} otherwise.
1980
1981 @item
1982 Name qualifiers and identifiers for scope constructs are fontified like
1983 labels.
1984
1985 @item
1986 Special markup inside documentation comments are also fontified like
1987 labels.
1988
1989 @item
1990 @vindex font-lock-preprocessor-face
1991 @vindex font-lock-builtin-face
1992 @vindex font-lock-reference-face
1993 Preprocessor directives get @code{font-lock-preprocessor-face} if it
1994 exists (i.e. XEmacs). In Emacs they get @code{font-lock-builtin-face}
1995 or @code{font-lock-reference-face}, for lack of a closer equivalent.
1996
1997 @item
1998 @vindex font-lock-warning-face
1999 @vindex c-invalid-face
2000 @vindex invalid-face (c-)
2001 Some kinds of syntactic errors are fontified with
2002 @code{font-lock-warning-face} in Emacs. In older XEmacs versions
2003 there's no corresponding standard face, so there a special
2004 @code{c-invalid-face} is used, which is defined to stand out sharply by
2005 default.
2006
2007 Note that it's not used for @samp{#error} or @samp{#warning} directives,
2008 since those aren't syntactic errors in themselves.
2009 @end itemize
2010
2011
2012 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2013 @node Doc Comments, AWK Mode Font Locking, Faces, Font Locking
2014 @comment node-name, next, previous, up
2015 @section Documentation Comments
2016 @cindex documentation comments
2017 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2018
2019 There are various tools to supply documentation in the source as
2020 specially structured comments, e.g. the standard Javadoc tool in Java.
2021 @ccmode{} provides an extensible mechanism to fontify such comments and
2022 the special markup inside them.
2023
2024 @defopt c-doc-comment-style
2025 @vindex doc-comment-style (c-)
2026 This is a style variable that specifies which documentation comment
2027 style to recognize, e.g. @code{javadoc} for Javadoc comments.
2028
2029 The value may also be a list of styles, in which case all of them are
2030 recognized simultaneously (presumably with markup cues that don't
2031 conflict).
2032
2033 The value may also be an association list to specify different comment
2034 styles for different languages. The symbol for the major mode is then
2035 looked up in the alist, and the value of that element is interpreted as
2036 above if found. If it isn't found then the symbol `other' is looked up
2037 and its value is used instead.
2038
2039 The default value for @code{c-doc-comment-style} is
2040 @w{@code{((java-mode . javadoc) (pike-mode . autodoc) (c-mode . gtkdoc))}}.
2041
2042 Note that @ccmode{} uses this variable to set other variables that
2043 handle fontification etc. That's done at mode initialization or when
2044 you switch to a style which sets this variable. Thus, if you change it
2045 in some other way, e.g. interactively in a CC Mode buffer, you will need
2046 to do @kbd{M-x java-mode} (or whatever mode you're currently using) to
2047 reinitialize.
2048
2049 @findex c-setup-doc-comment-style
2050 @findex setup-doc-comment-style (c-)
2051 Note also that when @ccmode{} starts up, the other variables are
2052 modified before the mode hooks are run. If you change this variable in
2053 a mode hook, you'll have to call @code{c-setup-doc-comment-style}
2054 afterwards to redo that work.
2055 @end defopt
2056
2057 @ccmode{} currently provides handing of the following doc comment
2058 styles:
2059
2060 @table @code
2061 @item javadoc
2062 @cindex Javadoc markup
2063 Javadoc comments, the standard tool in Java.
2064
2065 @item autodoc
2066 @cindex Pike autodoc markup
2067 For Pike autodoc markup, the standard in Pike.
2068
2069 @item gtkdoc
2070 @cindex GtkDoc markup
2071 For GtkDoc markup, widely used in the Gnome community.
2072 @end table
2073
2074 The above is by no means complete. If you'd like to see support for
2075 other doc comment styles, please let us know (@pxref{Mailing Lists and
2076 Bug Reports}).
2077
2078 You can also write your own doc comment fontification support to use
2079 with @code{c-doc-comment-style}: Supply a variable or function
2080 @code{*-font-lock-keywords} where @samp{*} is the name you want to use
2081 in @code{c-doc-comment-style}. If it's a variable, it's prepended to
2082 @code{font-lock-keywords}. If it's a function, it's called at mode
2083 initialization and the result is prepended. For an example, see
2084 @code{javadoc-font-lock-keywords} in @file{cc-fonts.el}.
2085
2086 If you add support for another doc comment style, please consider
2087 contributing it - send a note to @email{bug-cc-mode@@gnu.org}.
2088
2089
2090 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2091 @node AWK Mode Font Locking, , Doc Comments, Font Locking
2092 @comment node-name, next, previous, up
2093 @section AWK Mode Font Locking
2094 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2095
2096 The general appearance of font-locking in AWK mode is much like in any
2097 other programming mode. @xref{Faces For Font Lock,,,elisp, GNU Emacs
2098 Lisp Reference Manual}.
2099
2100 The following faces are, however, used in a non-standard fashion in
2101 AWK mode:
2102
2103 @table @asis
2104 @item @code{font-lock-variable-name-face}
2105 This face was intended for variable declarations. Since variables are
2106 not declared in AWK, this face is used instead for AWK system
2107 variables (such as @code{NF}) and ``Special File Names'' (such as
2108 @code{"/dev/stderr"}).
2109
2110 @item @code{font-lock-builtin-face} (Emacs)/@code{font-lock-preprocessor-face} (XEmacs)
2111 This face is normally used for preprocessor directives in @ccmode{}.
2112 There are no such things in AWK, so this face is used instead for
2113 standard functions (such as @code{match}).
2114
2115 @item @code{font-lock-string-face}
2116 As well as being used for strings, including localizable strings,
2117 (delimited by @samp{"} and @samp{_"}), this face is also used for AWK
2118 regular expressions (delimited by @samp{/}).
2119
2120 @item @code{font-lock-warning-face} (Emacs)/@code{c-invalid-face} (XEmacs)
2121 This face highlights the following syntactically invalid AWK
2122 constructs:
2123
2124 @itemize @bullet
2125 @item
2126 An unterminated string or regular expression. Here the opening
2127 delimiter (@samp{"} or @samp{/} or @samp{_"}) is displayed in
2128 @code{font-lock-warning-face}. This is most noticeable when typing in a
2129 new string/regular expression into a buffer, when the warning-face
2130 serves as a continual reminder to terminate the construct.
2131
2132 AWK mode fontifies unterminated strings/regular expressions
2133 differently from other modes: Only the text up to the end of the line
2134 is fontified as a string (escaped newlines being handled correctly),
2135 rather than the text up to the next string quote.
2136
2137 @item
2138 A space between the function name and opening parenthesis when calling
2139 a user function. The last character of the function name and the
2140 opening parenthesis are highlighted. This font-locking rule will
2141 spuriously highlight a valid concatenation expression where an
2142 identifier precedes a parenthesised expression. Unfortunately.
2143
2144 @item
2145 Whitespace following the @samp{\} in what otherwise looks like an
2146 escaped newline. The @samp{\} is highlighted.
2147 @end itemize
2148 @end table
2149
2150
2151 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2152 @node Config Basics, Custom Filling and Breaking, Font Locking, Top
2153 @comment node-name, next, previous, up
2154 @chapter Configuration Basics
2155 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2156
2157 @cindex Emacs Initialization File
2158 @cindex Configuration
2159 You configure @ccmode{} by setting Lisp variables and calling (and
2160 perhaps writing) Lisp functions@footnote{DON'T PANIC!!! This isn't
2161 difficult.}, which is usually done by adding code to an Emacs
2162 initialization file. This file might be @file{site-start.el} or
2163 @file{.emacs} or @file{init.el} or @file{default.el} or perhaps some
2164 other file. @xref{Init File,,,@emacsman{}, @emacsmantitle{}}. For
2165 the sake of conciseness, we just call this file ``your @file{.emacs}''
2166 throughout the rest of the manual.
2167
2168 Several of these variables (currently 16), are known collectively as
2169 @dfn{style variables}. @ccmode{} provides a special mechanism, known
2170 as @dfn{styles} to make it easier to set these variables as a group,
2171 to ``inherit'' settings from one style into another, and so on. Style
2172 variables remain ordinary Lisp variables, whose values can be read and
2173 changed independently of the style system. @xref{Style Variables}.
2174
2175 There are several ways you can write the code, depending on the
2176 precise effect you want---they are described further down on this page.
2177 If you are new to @ccmode{}, we suggest you begin with the simplest
2178 method, ``Top-level commands or the customization interface''.
2179
2180 If you make conflicting settings in several of these ways, the way
2181 that takes precedence is the one that appears latest in this list:
2182 @itemize @asis
2183 @item
2184 @table @asis
2185 @item Style
2186 @itemx File Style@footnote{In earlier versions of @ccmode{}, a File Style setting took precedence over any other setting apart from a File Local Variable setting.}
2187 @itemx Top-level command or ``customization interface''
2188 @itemx Hook
2189 @itemx File Local Variable setting
2190 @end table
2191 @end itemize
2192
2193 Here is a summary of the different ways of writing your configuration
2194 settings:
2195
2196 @table @asis
2197 @item Top-level commands or the ``customization interface''
2198 Most simply, you can write @code{setq} and similar commands at the top
2199 level of your @file{.emacs} file. When you load a @ccmode{} buffer,
2200 it initializes its configuration from these global values (at least,
2201 for those settings you have given values to), so it makes sense to
2202 have these @code{setq} commands run @emph{before} @ccmode{} is first
2203 initialized---in particular, before any call to @code{desktop-read}
2204 (@pxref{Saving Emacs Sessions,,, emacs, GNU Emacs Manual}). For
2205 example, you might set c-basic-offset thus:
2206
2207 @example
2208 (setq c-basic-offset 4)
2209 @end example
2210
2211 You can use the more user friendly Customization interface instead,
2212 but this manual does not cover in detail how that works. To do this,
2213 start by typing @kbd{M-x customize-group @key{RET} c @key{RET}}.
2214 @xref{Easy Customization,,,@emacsman{}, @emacsmantitle{}}.
2215 @c The following note really belongs in the Emacs manual.
2216 Emacs normally writes the customizations at the end of your
2217 @file{.emacs} file. If you use @code{desktop-read}, you should edit
2218 your @file{.emacs} to place the call to @code{desktop-read} @emph{after}
2219 the customizations.
2220
2221 The first initialization of @ccmode{} puts a snapshot of the
2222 configuration settings into the special style @code{user}.
2223 @xref{Built-in Styles}.
2224
2225 For basic use of Emacs, either of these ways of configuring is
2226 adequate. However, the settings are then the same in all @ccmode{}
2227 buffers and it can be clumsy to communicate them between programmers.
2228 For more flexibility, you'll want to use one (or both) of @ccmode{}'s
2229 more sophisticated facilities, hooks and styles.
2230
2231 @item Hooks
2232 An Emacs @dfn{hook} is a place to put Lisp functions that you want
2233 Emacs to execute later in specific circumstances.
2234 @xref{Hooks,,,@lispref{}, @lispreftitle{}}. @ccmode{} supplies a main
2235 hook and a language-specific hook for each language it supports - any
2236 functions you put onto these hooks get executed as the last part of a
2237 buffer's initialization. Typically you put most of your customization
2238 within the main hook, and use the language-specific hooks to vary the
2239 customization settings between language modes. For example, if you
2240 wanted different (non-standard) values of @code{c-basic-offset} in C
2241 Mode and Java Mode buffers, you could do it like this:
2242
2243 @example
2244 @group
2245 (defun my-c-mode-hook ()
2246 (setq c-basic-offset 3))
2247 (add-hook 'c-mode-hook 'my-c-mode-hook)
2248
2249 (defun my-java-mode-hook ()
2250 (setq c-basic-offset 6))
2251 (add-hook 'java-mode-hook 'my-java-mode-hook)
2252 @end group
2253 @end example
2254
2255 See @ref{CC Hooks} for more details on the use of @ccmode{} hooks.
2256
2257 @item Styles
2258 A @ccmode{} @dfn{style} is a coherent collection of customizations
2259 with a name. At any time, exactly one style is active in each
2260 @ccmode{} buffer, either the one you have selected or a default.
2261 @ccmode{} is delivered with several existing styles. Additionally,
2262 you can create your own styles, possibly based on these existing
2263 styles. If you worked in a programming team called the ``Free
2264 Group'', which had its own coding standards, you might well have this
2265 in your @file{.emacs} file:
2266
2267 @example
2268 (setq c-default-style '((java-mode . "java")
2269 (awk-mode . "awk")
2270 (other . "free-group-style")))
2271 @end example
2272
2273 See @ref{Styles} for fuller details on using @ccmode{} styles and how
2274 to create them.
2275
2276 @item File Local Variable setting
2277 A @dfn{file local variable setting} is a setting which applies to an
2278 individual source file. You put this in a @dfn{local variables list},
2279 a special block at the end of the source file (@pxref{Specifying File
2280 Variables,,, @emacsman{}}).
2281
2282 @item File Styles
2283 A @dfn{file style} is a rarely used variant of the ``style'' mechanism
2284 described above, which applies to an individual source file.
2285 @xref{File Styles}. You use this by setting certain special variables
2286 in a local variables list (@pxref{Specifying File Variables,,,
2287 @emacsman{}}).
2288
2289 @item Hooks with Styles
2290 For ultimate flexibility, you can use hooks and styles together. For
2291 example, if your team were developing a product which required a
2292 Linux driver, you'd probably want to use the ``linux'' style for the
2293 driver, and your own team's style for the rest of the code. You
2294 could achieve this with code like this in your @file{.emacs}:
2295
2296 @example
2297 @group
2298 (defun my-c-mode-hook ()
2299 (c-set-style
2300 (if (and (buffer-file-name)
2301 (string-match "/usr/src/linux" (buffer-file-name)))
2302 "linux"
2303 "free-group-style")))
2304 (add-hook 'c-mode-hook 'my-c-mode-hook)
2305 @end group
2306 @end example
2307
2308 In a programming team, a hook is a also a good place for each member
2309 to put his own personal preferences. For example, you might be the
2310 only person in your team who likes Auto-newline minor mode. You could
2311 have it enabled by default by placing the following in your
2312 @file{.emacs}:
2313
2314 @example
2315 @group
2316 (defun my-turn-on-auto-newline ()
2317 (c-toggle-auto-newline 1))
2318 (add-hook 'c-mode-common-hook 'my-turn-on-auto-newline)
2319 @end group
2320 @end example
2321 @end table
2322
2323 @menu
2324 * CC Hooks::
2325 * Style Variables::
2326 * Styles::
2327 @end menu
2328
2329 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2330 @node CC Hooks, Style Variables, Config Basics, Config Basics
2331 @comment node-name, next, previous, up
2332 @section Hooks
2333 @cindex mode hooks
2334 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2335 @c The node name is "CC Hooks" rather than "Hooks" because of a bug in
2336 @c some older versions of Info, e.g. the info.el in GNU Emacs 21.3.
2337 @c If you go to "Config Basics" and hit <CR> on the xref to "CC
2338 @c Hooks" the function Info-follow-reference searches for "*Note: CC
2339 @c Hooks" from the beginning of the page. If this node were instead
2340 @c named "Hooks", that search would spuriously find "*Note:
2341 @c Hooks(elisp)" and go to the wrong node.
2342
2343 @ccmode{} provides several hooks that you can use to customize the
2344 mode for your coding style. The main hook is
2345 @code{c-mode-common-hook}; typically, you'll put the bulk of your
2346 customizations here. In addition, each language mode has its own
2347 hook, allowing you to fine tune your settings individually for the
2348 different @ccmode{} languages, and there is a package initialization
2349 hook. Finally, there is @code{c-special-indent-hook}, which enables
2350 you to solve anomalous indentation problems. It is described in
2351 @ref{Other Indentation}, not here. All these hooks adhere to the
2352 standard Emacs conventions.
2353
2354 When you open a buffer, @ccmode{} first initializes it with the
2355 currently active style (@pxref{Styles}). Then it calls
2356 @code{c-mode-common-hook}, and finally it calls the language-specific
2357 hook. Thus, any style settings done in these hooks will override
2358 those set by @code{c-default-style}.
2359
2360 @defvar c-initialization-hook
2361 @vindex initialization-hook (c-)
2362 Hook run only once per Emacs session, when @ccmode{} is initialized.
2363 This is a good place to change key bindings (or add new ones) in any
2364 of the @ccmode{} key maps. @xref{Sample .emacs File}.
2365 @end defvar
2366
2367 @defvar c-mode-common-hook
2368 @vindex mode-common-hook (c-)
2369 Common hook across all languages. It's run immediately before the
2370 language specific hook.
2371 @end defvar
2372
2373 @defvar c-mode-hook
2374 @defvarx c++-mode-hook
2375 @defvarx objc-mode-hook
2376 @defvarx java-mode-hook
2377 @defvarx idl-mode-hook
2378 @defvarx pike-mode-hook
2379 @defvarx awk-mode-hook
2380 The language specific mode hooks. The appropriate one is run as the
2381 last thing when you enter that language mode.
2382 @end defvar
2383
2384 Although these hooks are variables defined in @ccmode{}, you can give
2385 them values before @ccmode{}'s code is loaded---indeed, this is the
2386 only way to use @code{c-initialization-hook}. Their values aren't
2387 overwritten when @ccmode{} gets loaded.
2388
2389 Here's a simplified example of what you can add to your @file{.emacs}
2390 file to do things whenever any @ccmode{} language is edited. See the
2391 Emacs manuals for more information on customizing Emacs via hooks.
2392 @xref{Sample .emacs File}, for a more complete sample @file{.emacs}
2393 file.
2394
2395 @example
2396 (defun my-c-mode-common-hook ()
2397 ;; my customizations for all of c-mode and related modes
2398 (no-case-fold-search)
2399 )
2400 (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
2401 @end example
2402
2403 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2404 @node Style Variables, Styles, CC Hooks, Config Basics
2405 @comment node-name, next, previous, up
2406 @section Style Variables
2407 @cindex styles
2408 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2409
2410 @cindex style variables
2411 The variables that @ccmode{}'s style system control are called
2412 @dfn{style variables}. Note that style variables are ordinary Lisp
2413 variables, which the style system initializes; you can change their
2414 values at any time (e.g. in a hook function). The style system can
2415 also set other variables, to some extent. @xref{Styles}.
2416
2417 @dfn{Style variables} are handled specially in several ways:
2418
2419 @itemize @bullet
2420 @item
2421 Style variables are by default buffer-local variables. However, they
2422 can instead be made global by setting
2423 @code{c-style-variables-are-local-p} to @code{nil} before @ccmode{} is
2424 initialized.
2425
2426 @item
2427 @vindex c-old-style-variable-behavior
2428 @vindex old-style-variable-behavior (c-)
2429 The default global binding of any style variable (with two exceptions
2430 - see below) is the special symbol @code{set-from-style}. When the
2431 style system initializes a buffer-local copy of a style variable for a
2432 @ccmode{} buffer, if its global binding is still that symbol then it
2433 will be set from the current style. Otherwise it will retain its
2434 global default@footnote{This is a big change from versions of
2435 @ccmode{} earlier than 5.26, where such settings would get overridden
2436 by the style system unless special precautions were taken. That was
2437 changed since it was counterintuitive and confusing, especially to
2438 novice users. If your configuration depends on the old overriding
2439 behavior, you can set the variable
2440 @code{c-old-style-variable-behavior} to non-@code{nil}.}. This
2441 ``otherwise'' happens, for example, when you've set the variable with
2442 @code{setq} at the top level of your @file{.emacs} (@pxref{Config
2443 Basics}).
2444
2445 @item
2446 The style variable @code{c-offsets-alist} (@pxref{c-offsets-alist}) is
2447 an association list with an element for each syntactic symbol. It's
2448 handled a little differently from the other style variables. It's
2449 default global binding is the empty list @code{nil}, rather than
2450 @code{set-from-style}. Before the style system is initialized, you
2451 can add individual elements to @code{c-offsets-alist} by calling
2452 @code{c-set-offset}(@pxref{c-offsets-alist}) just like you would set
2453 other style variables with @code{setq}. Those elements will then
2454 prevail when the style system later initializes a buffer-local copy of
2455 @code{c-offsets-alist}.
2456
2457 @item
2458 The style variable @code{c-special-indent-hook} is also handled in a
2459 special way. Styles can only add functions to this hook, not remove
2460 them, so any global settings you put on it are always
2461 preserved@footnote{This did not change in version 5.26.}. The value
2462 you give this variable in a style definition can be either a function
2463 or a list of functions.
2464
2465 @item
2466 The global bindings of the style variables get captured in the special
2467 @code{user} style when the style system is first initialized.
2468 @xref{Built-in Styles}, for details.
2469 @end itemize
2470
2471 The style variables are:@*
2472 @code{c-indent-comment-alist},
2473 @code{c-indent-comments-syntactically-p} (@pxref{Indentation
2474 Commands});@*
2475 @code{c-doc-comment-style} (@pxref{Doc Comments});@*
2476 @code{c-block-comment-prefix}, @code{c-comment-prefix-regexp}
2477 (@pxref{Custom Filling and Breaking});@*
2478 @code{c-hanging-braces-alist} (@pxref{Hanging Braces});@*
2479 @code{c-hanging-colons-alist} (@pxref{Hanging Colons});@*
2480 @code{c-hanging-semi&comma-criteria} (@pxref{Hanging Semicolons and
2481 Commas});@*
2482 @code{c-cleanup-list} (@pxref{Clean-ups});@*
2483 @code{c-basic-offset} (@pxref{Customizing Indentation});@*
2484 @code{c-offsets-alist} (@pxref{c-offsets-alist});@*
2485 @code{c-comment-only-line-offset} (@pxref{Comment Line-Up});@*
2486 @code{c-special-indent-hook}, @code{c-label-minimum-indentation}
2487 (@pxref{Other Indentation});@*
2488 @code{c-backslash-column}, @code{c-backslash-max-column}
2489 (@pxref{Custom Macros}).
2490
2491 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2492 @node Styles, , Style Variables, Config Basics
2493 @comment node-name, next, previous, up
2494 @section Styles
2495 @cindex styles
2496 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2497
2498 By @dfn{style} we mean the layout of the code---things like how many
2499 columns to indent a block of code, whether an opening brace gets
2500 indented to the level of the code it encloses, or of the construct
2501 that introduces it, or ``hangs'' at the end of a line.
2502
2503 Most people only need to edit code formatted in just a few well-defined
2504 and consistent styles. For example, their organization might impose a
2505 ``blessed'' style that all its programmers must conform to. Similarly,
2506 people who work on GNU software will have to use the GNU coding style.
2507 Some shops are more lenient, allowing a variety of coding styles, and as
2508 programmers come and go, there could be a number of styles in use. For
2509 this reason, @ccmode{} makes it convenient for you to set up logical
2510 groupings of customizations called @dfn{styles}, associate a single name
2511 for any particular style, and pretty easily start editing new or
2512 existing code using these styles.
2513
2514 @menu
2515 * Built-in Styles::
2516 * Choosing a Style::
2517 * Adding Styles::
2518 * File Styles::
2519 @end menu
2520
2521
2522 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2523 @node Built-in Styles, Choosing a Style, Styles, Styles
2524 @comment node-name, next, previous, up
2525 @subsection Built-in Styles
2526 @cindex styles, built-in
2527 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2528
2529 If you're lucky, one of @ccmode{}'s built-in styles might be just
2530 what you're looking for. These are:
2531
2532 @table @code
2533 @item gnu
2534 @cindex GNU style
2535 Coding style blessed by the Free Software Foundation
2536 for C code in GNU programs.
2537
2538 @item k&r
2539 @cindex K&R style
2540 The classic Kernighan and Ritchie style for C code.
2541
2542 @item bsd
2543 @cindex BSD style
2544 Also known as ``Allman style'' after Eric Allman.
2545
2546 @item whitesmith
2547 @cindex Whitesmith style
2548 Popularized by the examples that came with Whitesmiths C, an early
2549 commercial C compiler.
2550
2551 @item stroustrup
2552 @cindex Stroustrup style
2553 The classic Stroustrup style for C++ code.
2554
2555 @item ellemtel
2556 @cindex Ellemtel style
2557 Popular C++ coding standards as defined by ``Programming in C++, Rules
2558 and Recommendations,'' Erik Nyquist and Mats Henricson,
2559 Ellemtel@footnote{This document is available at
2560 @uref{http://www.doc.ic.ac.uk/lab/cplus/c++.rules/} among other
2561 places.}.
2562 @c N.B. This URL was still valid at 2005/8/28 (ACM).
2563
2564 @item linux
2565 @cindex Linux style
2566 C coding standard for Linux (the kernel).
2567
2568 @item python
2569 @cindex Python style
2570 C coding standard for Python extension modules@footnote{Python is a
2571 high level scripting language with a C/C++ foreign function interface.
2572 For more information, see @uref{http://www.python.org/}.}.
2573
2574 @item java
2575 @cindex Java style
2576 The style for editing Java code. Note that the default
2577 value for @code{c-default-style} installs this style when you enter
2578 @code{java-mode}.
2579
2580 @item awk
2581 @cindex AWK style
2582 The style for editing AWK code. Note that the default value for
2583 @code{c-default-style} installs this style when you enter
2584 @code{awk-mode}.
2585
2586 @item user
2587 @cindex User style
2588 This is a special style created by you. It consists of the factory
2589 defaults for all the style variables as modified by the customizations
2590 you do either with the Customization interface or by writing
2591 @code{setq}s and @code{c-set-offset}s at the top level of your
2592 @file{.emacs} file (@pxref{Config Basics}). The style system creates
2593 this style as part of its initialization and doesn't modify it
2594 afterwards.
2595 @end table
2596
2597
2598 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2599 @node Choosing a Style, Adding Styles, Built-in Styles, Styles
2600 @comment node-name, next, previous, up
2601 @subsection Choosing a Style
2602 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2603
2604 When you create a new buffer, its style will be set from
2605 @code{c-default-style}. The factory default is the style @code{gnu},
2606 except in Java and AWK modes where it's @code{java} and @code{awk}.
2607
2608 Remember that if you set a style variable with the Customization
2609 interface or at the top level of your @file{.emacs} file before the
2610 style system is initialized (@pxref{Config Basics}), this setting will
2611 override the one that the style system would have given the variable.
2612
2613 To set a buffer's style interactively, use the command @kbd{C-c .}
2614 (@pxref{Other Commands}). To set it from a file's local variable
2615 list, @ref{File Styles}.
2616
2617 @defopt c-default-style
2618 @vindex default-style (c-)
2619 This variable specifies which style to install by default in new
2620 buffers. It takes either a style name string, or an association list
2621 of major mode symbols to style names:
2622
2623 @enumerate
2624 @item
2625 When @code{c-default-style} is a string, it must be an existing style
2626 name. This style is then used for all modes.
2627
2628 @item
2629 When @code{c-default-style} is an association list, the mode language
2630 is looked up to find a style name string.
2631
2632 @item
2633 If @code{c-default-style} is an association list where the mode
2634 language mode isn't found then the special symbol @samp{other} is
2635 looked up. If it's found then the associated style is used.
2636
2637 @item
2638 If @samp{other} is not found then the @samp{gnu} style is used.
2639 @end enumerate
2640
2641 In all cases, the style described in @code{c-default-style} is installed
2642 @emph{before} the language hooks are run, so you can always override
2643 this setting by including an explicit call to @code{c-set-style} in your
2644 language mode hook, or in @code{c-mode-common-hook}.
2645
2646 The standard value of @code{c-default-style} is @w{@code{((java-mode
2647 . "java") (awk-mode . "awk") (other . "gnu"))}}.
2648 @end defopt
2649
2650 @defvar c-indentation-style
2651 @vindex indentation-style (c-)
2652 This variable always contains the buffer's current style name, as a
2653 string.
2654 @end defvar
2655
2656
2657 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2658 @node Adding Styles, File Styles, Choosing a Style, Styles
2659 @comment node-name, next, previous, up
2660 @subsection Adding and Amending Styles
2661 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2662
2663 If none of the built-in styles is appropriate, you'll probably want to
2664 create a new @dfn{style definition}, possibly based on an existing
2665 style. To do this, put the new style's settings into a list with the
2666 following format - the list can then be passed as an argument to the
2667 function @code{c-add-style}. You can see an example of a style
2668 definition in @ref{Sample .emacs File}.
2669
2670 @cindex style definition
2671 @c @defvr {List} style definition
2672 @table @asis
2673 @item Structure of a Style Definition List
2674 ([@var{base-style}] [(@var{variable} . @var{value}) @dots{}])
2675
2676 Optional @var{base-style}, if present, must be a string which is the
2677 name of the @dfn{base style} from which this style inherits. At most
2678 one @var{base-style} is allowed in a style definition. If
2679 @var{base-style} is not specified, the style inherits from the table
2680 of factory default values@footnote{This table is stored internally in
2681 the variable c-fallback-style.} instead. All styles eventually
2682 inherit from this internal table. Style loops generate errors. The
2683 list of pre-existing styles can be seen in @ref{Built-in Styles}.
2684
2685 The dotted pairs (@var{variable} . @var{value}) each consist of a
2686 variable and the value it is to be set to when the style is later
2687 activated.@footnote{Note that if the variable has been given a value
2688 by the Customization interface or a @code{setq} at the top level of
2689 your @file{.emacs}, this value will override the one the style system
2690 tries to give it. @xref{Config Basics}.} The variable can be either a
2691 @ccmode{} style variable or an arbitrary Emacs variable. In the
2692 latter case, it is @emph{not} made buffer-local by the @ccmode{} style
2693 system.
2694 @c @end defvr
2695
2696 Two variables are treated specially in the dotted pair list:
2697
2698 @table @code
2699 @item c-offsets-alist
2700 The value is in turn a list of dotted pairs of the form
2701
2702 @example
2703 (@r{@var{syntactic-symbol}} . @r{@var{offset}})
2704 @end example
2705
2706 as described in @ref{c-offsets-alist}. These are passed to
2707 @code{c-set-offset} so there is no need to set every syntactic symbol
2708 in your style, only those that are different from the inherited style.
2709
2710 @item c-special-indent-hook
2711 The value is added to @code{c-special-indent-hook} using
2712 @code{add-hook}, so any functions already on it are kept. If the value
2713 is a list, each element of the list is added with @code{add-hook}.
2714 @end table
2715 @end table
2716
2717 Styles are kept in the @code{c-style-alist} variable, but you
2718 should never modify this variable directly. Instead, @ccmode{}
2719 provides the function @code{c-add-style} for this purpose.
2720
2721 @defun c-add-style stylename description &optional set-p
2722 @findex add-style (c-)
2723 Add or update a style called @var{stylename}, a string.
2724 @var{description} is the new style definition in the form described
2725 above. If @var{stylename} already exists in @code{c-style-alist} then
2726 it is replaced by @var{description}. (Note, this replacement is
2727 total. The old style is @emph{not} merged into the new one.)
2728 Otherwise, a new style is added.
2729
2730 If the optional @var{set-p} is non-@code{nil} then the new style is
2731 applied to the current buffer as well. The use of this facility is
2732 deprecated and it might be removed from @ccmode{} in a future release.
2733 You should use @code{c-set-style} instead.
2734
2735 The sample @file{.emacs} file provides a concrete example of how a new
2736 style can be added and automatically set. @xref{Sample .emacs File}.
2737 @end defun
2738
2739 @defvar c-style-alist
2740 @vindex style-alist (c-)
2741 This is the variable that holds the definitions for the styles. It
2742 should not be changed directly; use @code{c-add-style} instead.
2743 @end defvar
2744
2745
2746 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2747 @node File Styles, , Adding Styles, Styles
2748 @comment node-name, next, previous, up
2749 @subsection File Styles
2750 @cindex styles, file local
2751 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2752
2753 @cindex file local variables
2754
2755 The Emacs manual describes how you can customize certain variables on a
2756 per-file basis by including a @dfn{file local variable} block at the end
2757 of the file (@pxref{File Variables,, Local Variables in Files, @emacsman{},
2758 @emacsmantitle{}}).
2759
2760 So far, you've only seen a functional interface for setting styles in
2761 @ccmode{}, and this can't be used here. @ccmode{} fills the gap by
2762 providing two variables for use in a file's local variable list.
2763 Don't use them anywhere else! These allow you to customize the style
2764 on a per-file basis:
2765
2766 @defvar c-file-style
2767 @vindex file-style (c-)
2768 Set this variable to a style name string in the Local Variables list.
2769 From now on, when you visit the file, @ccmode{} will automatically set
2770 the file's style to this one using @code{c-set-style}.
2771 @end defvar
2772
2773 @defvar c-file-offsets
2774 @vindex file-offsets (c-)
2775 Set this variable (in the Local Variables list) to an association list
2776 of the same format as @code{c-offsets-alist}. From now on, when you
2777 visit the file, @ccmode{} will automatically institute these offsets
2778 using @code{c-set-offset}.
2779 @end defvar
2780
2781 Note that file style settings (i.e. @code{c-file-style}) are applied
2782 before file offset settings
2783 (i.e. @code{c-file-offsets})@footnote{Also, if either of these are set
2784 in a file's local variable section, all the style variable values are
2785 made local to that buffer, even if
2786 @code{c-style-variables-are-local-p} is @code{nil}. Since this
2787 variable is virtually always non-@code{nil} anyhow, you're unlikely to
2788 notice this effect.}.
2789
2790 If you set any variable by the file local variables mechanism, that
2791 setting takes priority over all other settings, even those in your
2792 mode hooks (@pxref{CC Hooks}). Any individual setting of a variable
2793 will override one made through @code{c-file-style} or
2794 @code{c-file-offsets}.
2795 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2796 @node Custom Filling and Breaking, Custom Auto-newlines, Config Basics, Top
2797 @comment node-name, next, previous, up
2798 @chapter Customizing Filling and Line Breaking
2799 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
2800
2801 Since there's a lot of normal text in comments and string literals,
2802 @ccmode{} provides features to edit these like in text mode. It does
2803 this by hooking in on the different line breaking functions and tuning
2804 relevant variables as necessary.
2805
2806 @vindex c-comment-prefix-regexp
2807 @vindex comment-prefix-regexp (c-)
2808 @cindex comment line prefix
2809 @vindex comment-start
2810 @vindex comment-end
2811 @vindex comment-start-skip
2812 @vindex paragraph-start
2813 @vindex paragraph-separate
2814 @vindex paragraph-ignore-fill-prefix
2815 @vindex adaptive-fill-mode
2816 @vindex adaptive-fill-regexp
2817 @vindex adaptive-fill-first-line-regexp
2818 To make Emacs recognize comments and treat text in them as normal
2819 paragraphs, @ccmode{} makes several standard
2820 variables@footnote{@code{comment-start}, @code{comment-end},
2821 @code{comment-start-skip}, @code{paragraph-start},
2822 @code{paragraph-separate}, @code{paragraph-ignore-fill-prefix},
2823 @code{adaptive-fill-mode}, @code{adaptive-fill-regexp}, and
2824 @code{adaptive-fill-first-line-regexp}.} buffer-local and modifies them
2825 according to the language syntax and the comment line prefix.
2826
2827 @defopt c-comment-prefix-regexp
2828 @vindex comment-prefix-regexp (c-)
2829 This style variable contains the regexp used to recognize the
2830 @dfn{comment line prefix}, which is the line decoration that starts
2831 every line in a comment. The variable is either the comment line
2832 prefix itself, or (more usually) an association list with different
2833 values for different languages. The symbol for the major mode is
2834 looked up in the alist to get the regexp for the language, and if it
2835 isn't found then the special symbol @samp{other} is looked up instead.
2836
2837 When a comment line gets divided by @kbd{M-j} or the like, @ccmode{}
2838 inserts the comment line prefix from a neighboring line at the start
2839 of the new line. The default value of c-comment-prefix-regexp is
2840 @samp{//+\\|\\**}, which matches C++ style line comments like
2841
2842 @example
2843 // blah blah
2844 @end example
2845
2846 @noindent
2847 with two or more slashes in front of them, and the second and
2848 subsequent lines of C style block comments like
2849
2850 @example
2851 @group
2852 /*
2853 * blah blah
2854 */
2855 @end group
2856 @end example
2857
2858 @noindent
2859 with zero or more stars at the beginning of every line. If you change
2860 this variable, please make sure it still matches the comment starter
2861 (i.e. @code{//}) of line comments @emph{and} the line prefix inside
2862 block comments.
2863
2864 @findex c-setup-paragraph-variables
2865 @findex setup-paragraph-variables (c-)
2866 Also note that since @ccmode{} uses the value of
2867 @code{c-comment-prefix-regexp} to set up several other variables at
2868 mode initialization, there won't be any effect if you just change it
2869 inside a @ccmode{} buffer. You need to call the command
2870 @code{c-setup-paragraph-variables} too, to update those other
2871 variables. That's also the case if you modify
2872 @code{c-comment-prefix-regexp} in a mode hook, since @ccmode{} will
2873 already have set up these variables before calling the hook.
2874 @end defopt
2875
2876 In comments, @ccmode{} uses @code{c-comment-prefix-regexp} to adapt
2877 the line prefix from the other lines in the comment.
2878
2879 @vindex adaptive-fill-mode
2880 @cindex Adaptive Fill mode
2881 @ccmode{} uses adaptive fill mode (@pxref{Adaptive Fill,,, emacs, GNU
2882 Emacs Manual}) to make Emacs correctly keep the line prefix when
2883 filling paragraphs. That also makes Emacs preserve the text
2884 indentation @emph{inside} the comment line prefix. E.g. in the
2885 following comment, both paragraphs will be filled with the left
2886 margins of the texts kept intact:
2887
2888 @example
2889 @group
2890 /* Make a balanced b-tree of the nodes in the incoming
2891 * stream. But, to quote the famous words of Donald E.
2892 * Knuth,
2893 *
2894 * Beware of bugs in the above code; I have only
2895 * proved it correct, not tried it.
2896 */
2897 @end group
2898 @end example
2899
2900 @findex c-setup-filladapt
2901 @findex setup-filladapt (c-)
2902 @findex filladapt-mode
2903 @vindex filladapt-mode
2904 @cindex Filladapt mode
2905 It's also possible to use other adaptive filling packages, notably Kyle
2906 E. Jones' Filladapt package@footnote{It's available from
2907 @uref{http://www.wonderworks.com/}. As of version 2.12, it does however
2908 lack a feature that makes it work suboptimally when
2909 @code{c-comment-prefix-regexp} matches the empty string (which it does
2910 by default). A patch for that is available from
2911 @uref{http://cc-mode.sourceforge.net/,, the CC Mode web site}.},
2912 @c 2005/11/22: The above is still believed to be the case.
2913 which handles things like bulleted lists nicely. There's a convenience
2914 function @code{c-setup-filladapt} that tunes the relevant variables in
2915 Filladapt for use in @ccmode{}. Call it from a mode hook, e.g. with
2916 something like this in your @file{.emacs}:
2917
2918 @example
2919 (defun my-c-mode-common-hook ()
2920 (c-setup-filladapt)
2921 (filladapt-mode 1))
2922 (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
2923 @end example
2924
2925 @defopt c-block-comment-prefix
2926 @vindex block-comment-prefix (c-)
2927 @vindex c-comment-continuation-stars
2928 @vindex comment-continuation-stars (c-)
2929 Normally the comment line prefix inserted for a new line inside a
2930 comment is deduced from other lines in it. However there's one
2931 situation when there's no hint about what the prefix should look like,
2932 namely when a block comment is broken for the first time. This style
2933 variable@footnote{In versions before 5.26, this variable was called
2934 @code{c-comment-continuation-stars}. As a compatibility measure,
2935 @ccmode{} still uses the value on that variable if it's set.} is used
2936 then as the comment prefix. It defaults to @samp{*
2937 }@footnote{Actually, this default setting of
2938 @code{c-block-comment-prefix} typically gets overridden by the default
2939 style @code{gnu}, which sets it to blank. You can see the line
2940 splitting effect described here by setting a different style,
2941 e.g. @code{k&r} @xref{Choosing a Style}.}, which makes a comment
2942
2943 @example
2944 /* Got O(n^2) here, which is a Bad Thing. */
2945 @end example
2946
2947 @noindent
2948 break into
2949
2950 @example
2951 @group
2952 /* Got O(n^2) here, which
2953 * is a Bad Thing. */
2954 @end group
2955 @end example
2956
2957 Note that it won't work to adjust the indentation by putting leading
2958 spaces in @code{c-block-comment-prefix}, since @ccmode{} still uses the
2959 normal indentation engine to indent the line. Thus, the right way to
2960 fix the indentation is by customizing the @code{c} syntactic symbol. It
2961 defaults to @code{c-lineup-C-comments}, which handles the indentation of
2962 most common comment styles, see @ref{Line-Up Functions}.
2963 @end defopt
2964
2965 @defopt c-ignore-auto-fill
2966 @vindex ignore-auto-fill (c-)
2967 When auto fill mode is enabled, @ccmode{} can selectively ignore it
2968 depending on the context the line break would occur in, e.g. to never
2969 break a line automatically inside a string literal. This variable
2970 takes a list of symbols for the different contexts where auto-filling
2971 never should occur:
2972
2973 @table @code
2974 @item string
2975 Inside a string or character literal.
2976 @item c
2977 Inside a C style block comment.
2978 @item c++
2979 Inside a C++ style line comment.
2980 @item cpp
2981 Inside a preprocessor directive.
2982 @item code
2983 Anywhere else, i.e. in normal code.
2984 @end table
2985
2986 By default, @code{c-ignore-auto-fill} is set to @code{(string cpp
2987 code)}, which means that when auto-fill mode is activated,
2988 auto-filling only occurs in comments. In literals, it's often
2989 desirable to have explicit control over newlines. In preprocessor
2990 directives, the necessary @samp{\} escape character before the newline
2991 is not automatically inserted, so an automatic line break would
2992 produce invalid code. In normal code, line breaks are normally
2993 dictated by some logical structure in the code rather than the last
2994 whitespace character, so automatic line breaks there will produce poor
2995 results in the current implementation.
2996 @end defopt
2997
2998 @vindex comment-multi-line
2999 If inside a comment and @code{comment-multi-line} (@pxref{Auto Fill,,,
3000 @emacsman{}, @emacsmantitle{}} is non-@code{nil}, the indentation and
3001 line prefix are preserved. If inside a comment and
3002 @code{comment-multi-line} is @code{nil}, a new comment of the same
3003 type is started on the next line and indented as appropriate for
3004 comments.
3005
3006 Note that @ccmode{} sets @code{comment-multi-line} to @code{t} at
3007 startup. The reason is that @kbd{M-j} could otherwise produce sequences
3008 of single line block comments for texts that should logically be treated
3009 as one comment, and the rest of the paragraph handling code
3010 (e.g. @kbd{M-q} and @kbd{M-a}) can't cope with that, which would lead to
3011 inconsistent behavior.
3012
3013 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3014 @node Custom Auto-newlines, Clean-ups, Custom Filling and Breaking, Top
3015 @comment node-name, next, previous, up
3016 @chapter Customizing Auto-newlines
3017 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3018
3019 @ccmode{} determines whether to insert auto-newlines in two basically
3020 different ways, depending on the character just typed:
3021
3022 @table @asis
3023 @item Braces and Colons
3024 @ccmode{} first determines the syntactic context of the brace or colon
3025 (@pxref{Syntactic Symbols}), then looks for a corresponding element in
3026 an alist. This element specifies where to put newlines - this is any
3027 combination of before and after the brace or colon. If no alist
3028 element is found, newlines are inserted both before and after a brace,
3029 but none are inserted around a colon. See @ref{Hanging Braces} and
3030 @ref{Hanging Colons}.
3031
3032 @item Semicolons and Commas
3033 The variable @code{c-hanging-semi&comma-criteria} contains a list of
3034 functions which determine whether to insert a newline after a newly
3035 typed semicolon or comma. @xref{Hanging Semicolons and Commas}.
3036 @end table
3037
3038 The names of these configuration variables contain @samp{hanging}
3039 because they let you @dfn{hang} the pertinent characters. A character
3040 which introduces a C construct is said to @dfn{hang on the right} when
3041 it appears at the end of a line after other code, being separated by a
3042 line break from the construct it introduces, like the opening brace in:
3043
3044 @example
3045 @group
3046 while (i < MAX) @{
3047 total += entry[i];
3048 entry [i++] = 0;
3049 @}
3050 @end group
3051 @end example
3052
3053 @noindent
3054 A character @dfn{hangs on the left} when it appears at the start of
3055 the line after the construct it closes off, like the above closing
3056 brace.
3057
3058 The next chapter, ``Clean-ups'', describes how to configure @ccmode{}
3059 to remove these automatically added newlines in certain specific
3060 circumstances. @xref{Clean-ups}.
3061
3062 @menu
3063 * Hanging Braces::
3064 * Hanging Colons::
3065 * Hanging Semicolons and Commas::
3066 @end menu
3067
3068
3069 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3070 @node Hanging Braces, Hanging Colons, Custom Auto-newlines, Custom Auto-newlines
3071 @comment node-name, next, previous, up
3072 @section Hanging Braces
3073 @cindex hanging braces
3074 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3075
3076 To specify which kinds of braces you want auto-newlines put around,
3077 you set the style variable @code{c-hanging-braces-alist}. Its
3078 structure and semantics are described in this section. Details of how
3079 to set it up, and its relationship to CC Mode's style system are given
3080 in @ref{Style Variables}.
3081
3082 Say you wanted an auto-newline after (but not before) the following
3083 @samp{@{}:
3084
3085 @example
3086 if (foo < 17) @{
3087 @end example
3088
3089 @noindent
3090 First you need to find the @dfn{syntactic context} of the brace---type
3091 a @key{RET} before the brace to get it on a line of its
3092 own@footnote{Also insert a @samp{\} at the end of the previous line if
3093 you're in AWK Mode.}, then type @kbd{C-c C-s}. That will tell you
3094 something like:
3095
3096 @example
3097 ((substatement-open 1061))
3098 @end example
3099
3100 @noindent
3101 So here you need to put the entry @code{(substatement-open . (after))}
3102 into @code{c-hanging-braces-alist}.
3103
3104 If you don't want any auto-newlines for a particular syntactic symbol,
3105 put this into @code{c-hanging-braces-alist}:
3106
3107 @example
3108 (brace-entry-open)
3109 @end example
3110
3111 If some brace syntactic symbol is not in @code{c-hanging-brace-alist},
3112 its entry is taken by default as @code{(before after)}---insert a
3113 newline both before and after the brace. In place of a
3114 ``before/after'' list you can specify a function in this alist---this
3115 is useful when the auto newlines depend on the code around the brace.
3116
3117 @defopt c-hanging-braces-alist
3118 @vindex hanging-braces-alist (c-)
3119
3120 This variable is an association list which maps syntactic symbols to
3121 lists of places to insert a newline. @xref{Association
3122 Lists,,,@lispref{}, @lispreftitle{}}. The key of each element is the
3123 syntactic symbol, the associated value is either @code{nil}, a list,
3124 or a function.
3125
3126 @table @asis
3127 @item The Key - the syntactic symbol
3128 The syntactic symbols that are useful as keys in this list are
3129 @code{brace-list-intro}, @code{statement-cont},
3130 @code{inexpr-class-open}, @code{inexpr-class-close}, and all the
3131 @code{*-open} and @code{*-close} symbols. @xref{Syntactic Symbols},
3132 for a more detailed description of these syntactic symbols, except for
3133 @code{inexpr-class-open} and @code{inexpr-class-close}, which aren't
3134 actual syntactic symbols. Elements with any other value as a key get
3135 ignored.
3136
3137 The braces of anonymous inner classes in Java are given the special
3138 symbols @code{inexpr-class-open} and @code{inexpr-class-close}, so that
3139 they can be distinguished from the braces of normal classes@footnote{The
3140 braces of anonymous classes produce a combination of
3141 @code{inexpr-class}, and @code{class-open} or @code{class-close} in
3142 normal indentation analysis.}.
3143
3144 Note that the aggregate constructs in Pike mode, @samp{(@{}, @samp{@})},
3145 @samp{([}, @samp{])}, and @samp{(<}, @samp{>)}, do not count as brace
3146 lists in this regard, even though they do for normal indentation
3147 purposes. It's currently not possible to set automatic newlines on
3148 these constructs.
3149
3150 @item The associated value - the ``ACTION'' list or function
3151 The value associated with each syntactic symbol in this association
3152 list is called an @var{action}, which can be either a list or a
3153 function which returns a list. @xref{Custom Braces}, for how to use
3154 a function as a brace hanging @var{action}.
3155
3156 The list @var{action} (or the list returned by @var{action} when it's
3157 a function) contains some combination of the symbols @code{before} and
3158 @code{after}, directing @ccmode{} where to put newlines in
3159 relationship to the brace being inserted. Thus, if the list contains
3160 only the symbol @code{after}, then the brace hangs on the right side
3161 of the line, as in:
3162
3163 @example
3164 // here, open braces always `hang'
3165 void spam( int i ) @{
3166 if( i == 7 ) @{
3167 dosomething(i);
3168 @}
3169 @}
3170 @end example
3171
3172 When the list contains both @code{after} and @code{before}, the braces
3173 will appear on a line by themselves, as shown by the close braces in
3174 the above example. The list can also be empty, in which case newlines
3175 are added neither before nor after the brace.
3176 @end table
3177
3178 If a syntactic symbol is missing entirely from
3179 @code{c-hanging-braces-alist}, it's treated in the same way as an
3180 @var{action} with a list containing @code{before} and @code{after}, so
3181 that braces by default end up on their own line.
3182
3183 For example, the default value of @code{c-hanging-braces-alist} is:
3184
3185 @example
3186 ((brace-list-open)
3187 (brace-entry-open)
3188 (statement-cont)
3189 (substatement-open after)
3190 (block-close . c-snug-do-while)
3191 (extern-lang-open after)
3192 (namespace-open after)
3193 (module-open after)
3194 (composition-open after)
3195 (inexpr-class-open after)
3196 (inexpr-class-close before))
3197 @end example
3198
3199 @noindent which says that @code{brace-list-open},
3200 @code{brace-entry-open} and @code{statement-cont}@footnote{Brace lists
3201 inside statements, such as initializers for static array variables
3202 inside functions in C, are recognized as @code{statement-cont}. All
3203 normal substatement blocks are recognized with other symbols.} braces
3204 should both hang on the right side and allow subsequent text to follow
3205 on the same line as the brace. Also, @code{substatement-open},
3206 @code{extern-lang-open}, and @code{inexpr-class-open} braces should hang
3207 on the right side, but subsequent text should follow on the next line.
3208 The opposite holds for @code{inexpr-class-close} braces; they won't
3209 hang, but the following text continues on the same line. Here, in the
3210 @code{block-close} entry, you also see an example of using a function as
3211 an @var{action}. In all other cases, braces are put on a line by
3212 themselves.
3213 @end defopt
3214
3215 @menu
3216 * Custom Braces::
3217 @end menu
3218
3219 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3220 @node Custom Braces, , Hanging Braces, Hanging Braces
3221 @comment node-name, next, previous, up
3222 @subsection Custom Brace Hanging
3223 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3224
3225 @vindex c-hanging-braces-alist
3226 @vindex hanging-braces-alist (c-)
3227 @cindex action functions
3228 Syntactic symbols aren't the only place where you can customize
3229 @ccmode{} with the lisp equivalent of callback functions. Remember
3230 that @var{action}s are usually a list containing some combination of
3231 the symbols @code{before} and @code{after} (@pxref{Hanging Braces}).
3232 For more flexibility, you can instead specify brace ``hanginess'' by
3233 giving a syntactic symbol an @dfn{action function} in
3234 @code{c-hanging-braces-alist}; this function determines the
3235 ``hanginess'' of a brace, usually by looking at the code near it.
3236
3237 @cindex customization, brace hanging
3238 An action function is called with two arguments: the syntactic symbol
3239 for the brace (e.g. @code{substatement-open}), and the buffer position
3240 where the brace has been inserted. Point is undefined on entry to an
3241 action function, but the function must preserve it (e.g. by using
3242 @code{save-excursion}). The return value should be a list containing
3243 some combination of @code{before} and @code{after}, including neither
3244 of them (i.e. @code{nil}).
3245
3246 @defvar c-syntactic-context
3247 @vindex syntactic-context (c-)
3248 During the call to the indentation or brace hanging @var{action}
3249 function, this variable is bound to the full syntactic analysis list.
3250 This might be, for example, @samp{((block-close 73))}. Don't ever
3251 give @code{c-syntactic-context} a value yourself---this would disrupt
3252 the proper functioning of @ccmode{}.
3253
3254 This variable is also bound in three other circumstances:
3255 (i)@w{ }when calling a c-hanging-semi&comma-criteria function
3256 (@pxref{Hanging Semicolons and Commas}); (ii)@w{ }when calling a
3257 line-up function (@pxref{Custom Line-Up}); (iii)@w{ }when calling a
3258 c-special-indent-hook function (@pxref{Other Indentation}).
3259 @end defvar
3260
3261 As an example, @ccmode{} itself uses this feature to dynamically
3262 determine the hanginess of braces which close ``do-while''
3263 constructs:
3264
3265 @example
3266 void do_list( int count, char** atleast_one_string )
3267 @{
3268 int i=0;
3269 do @{
3270 handle_string( atleast_one_string[i] );
3271 i++;
3272 @} while( i < count );
3273 @}
3274 @end example
3275
3276 @ccmode{} assigns the @code{block-close} syntactic symbol to the
3277 brace that closes the @code{do} construct, and normally we'd like the
3278 line that follows a @code{block-close} brace to begin on a separate
3279 line. However, with ``do-while'' constructs, we want the
3280 @code{while} clause to follow the closing brace. To do this, we
3281 associate the @code{block-close} symbol with the @var{action} function
3282 @code{c-snug-do-while}:
3283
3284 @example
3285 (defun c-snug-do-while (syntax pos)
3286 "Dynamically calculate brace hanginess for do-while statements."
3287 (save-excursion
3288 (let (langelem)
3289 (if (and (eq syntax 'block-close)
3290 (setq langelem (assq 'block-close c-syntactic-context))
3291 (progn (goto-char (cdr langelem))
3292 (if (= (following-char) ?@{)
3293 (forward-sexp -1))
3294 (looking-at "\\<do\\>[^_]")))
3295 '(before)
3296 '(before after)))))
3297 @end example
3298
3299 @findex c-snug-do-while
3300 @findex snug-do-while (c-)
3301 This function simply looks to see if the brace closes a ``do-while''
3302 clause and if so, returns the list @samp{(before)} indicating
3303 that a newline should be inserted before the brace, but not after it.
3304 In all other cases, it returns the list @samp{(before after)} so
3305 that the brace appears on a line by itself.
3306
3307 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3308 @node Hanging Colons, Hanging Semicolons and Commas, Hanging Braces, Custom Auto-newlines
3309 @comment node-name, next, previous, up
3310 @section Hanging Colons
3311 @cindex hanging colons
3312 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3313
3314 @cindex customization, colon hanging
3315 @vindex c-hanging-colons-alist
3316 @vindex hanging-colons-alist (c-)
3317
3318 Using a mechanism similar to brace hanging (@pxref{Hanging Braces}),
3319 colons can also be made to hang using the style variable
3320 @code{c-hanging-colons-alist} - When a colon is typed, @ccmode
3321 determines its syntactic context, looks this up in the alist
3322 @code{c-changing-colons-alist} and inserts up to two newlines
3323 accordingly. Here, however, If @ccmode fails to find an entry for a
3324 syntactic symbol in the alist, no newlines are inserted around the
3325 newly typed colon.
3326
3327 @defopt c-hanging-colons-alist
3328 @vindex hanging-colons-alist (c-)
3329
3330 @table @asis
3331 @item The Key - the syntactic symbol
3332 The syntactic symbols appropriate as keys in this association list
3333 are: @code{case-label}, @code{label}, @code{access-label},
3334 @code{member-init-intro}, and @code{inher-intro}. @xref{Syntactic
3335 Symbols}. Elements with any other value as a key get ignored.
3336
3337 @item The associate value - the ``ACTION'' list
3338 The @var{action} here is simply a list containing a combination of the
3339 symbols @code{before} and @code{after}. Unlike in
3340 @code{c-hanging-braces-alist}, functions as @var{actions} are not
3341 supported - there doesn't seem to be any need for them.
3342 @end table
3343 @end defopt
3344
3345 In C++, double-colons are used as a scope operator but because these
3346 colons always appear right next to each other, newlines before and after
3347 them are controlled by a different mechanism, called @dfn{clean-ups} in
3348 @ccmode{}. @xref{Clean-ups}, for details.
3349
3350 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3351 @node Hanging Semicolons and Commas, , Hanging Colons, Custom Auto-newlines
3352 @comment node-name, next, previous, up
3353 @section Hanging Semicolons and Commas
3354 @cindex hanging semicolons
3355 @cindex hanging commas
3356 @cindex customization, semicolon newlines
3357 @cindex customization, comma newlines
3358 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3359
3360 @defopt c-hanging-semi&comma-criteria
3361 @vindex hanging-semi&comma-criteria (c-)
3362 This style variable takes a list of functions; these get called when
3363 you type a semicolon or comma. The functions are called in order
3364 without arguments. When these functions are entered, point is just
3365 after the newly inserted @samp{;} or @samp{,} and they must preserve
3366 point (e.g., by using @code{save-excursion}). During the call, the
3367 variable @code{c-syntactic-context} is bound to the syntactic context
3368 of the current line@footnote{This was first introduced in @ccmode{}
3369 5.31.} @pxref{Custom Braces}. These functions don't insert newlines
3370 themselves, rather they direct @ccmode{} whether or not to do so.
3371 They should return one of the following values:
3372
3373 @table @code
3374 @item t
3375 A newline is to be inserted after the @samp{;} or @samp{,}, and no
3376 more functions from the list are to be called.
3377 @item stop
3378 No more functions from the list are to be called, and no newline is to
3379 be inserted.
3380 @item nil
3381 No determination has been made, and the next function in the list is
3382 to be called.
3383 @end table
3384
3385 Note that auto-newlines are never inserted @emph{before} a semicolon
3386 or comma. If every function in the list is called without a
3387 determination being made, then no newline is added.
3388
3389 In AWK mode, this variable is set by default to @code{nil}. In the
3390 other modes, the default value is a list containing a single function,
3391 @code{c-semi&comma-inside-parenlist}. This inserts newlines after all
3392 semicolons, apart from those separating @code{for}-clause statements.
3393 @end defopt
3394
3395 @defun c-semi&comma-no-newlines-before-nonblanks
3396 @findex semi&comma-no-newlines-before-nonblanks (c-)
3397 This is an example of a criteria function, provided by @ccmode{}. It
3398 prevents newlines from being inserted after semicolons when there is a
3399 non-blank following line. Otherwise, it makes no determination. To
3400 use, add this function to the front of the
3401 @code{c-hanging-semi&comma-criteria} list.
3402
3403 @example
3404 (defun c-semi&comma-no-newlines-before-nonblanks ()
3405 (save-excursion
3406 (if (and (eq last-command-char ?\;)
3407 (zerop (forward-line 1))
3408 (not (looking-at "^[ \t]*$")))
3409 'stop
3410 nil)))
3411 @end example
3412 @end defun
3413
3414 @defun c-semi&comma-inside-parenlist
3415 @findex semi&comma-inside-parenlist (c-)
3416 @defunx c-semi&comma-no-newlines-for-oneline-inliners
3417 @findex semi&comma-no-newlines-for-oneline-inliners (c-)
3418 The function @code{c-semi&comma-inside-parenlist} is what prevents
3419 newlines from being inserted inside the parenthesis list of @code{for}
3420 statements. In addition to
3421 @code{c-semi&comma-no-newlines-before-nonblanks} described above,
3422 @ccmode{} also comes with the criteria function
3423 @code{c-semi&comma-no-newlines-for-oneline-inliners}, which suppresses
3424 newlines after semicolons inside one-line inline method definitions
3425 (e.g. in C++ or Java).
3426 @end defun
3427
3428
3429 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3430 @node Clean-ups, Indentation Engine Basics, Custom Auto-newlines, Top
3431 @comment node-name, next, previous, up
3432 @chapter Clean-ups
3433 @cindex clean-ups
3434 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3435
3436 @dfn{Clean-ups} are mechanisms which remove (or exceptionally, add)
3437 whitespace in specific circumstances and are complementary to colon
3438 and brace hanging. You enable a clean-up by adding its symbol into
3439 @code{c-cleanup-list}, e.g. like this:
3440
3441 @example
3442 (add-to-list 'c-cleanup-list 'space-before-funcall)
3443 @end example
3444
3445 On the surface, it would seem that clean-ups overlap the functionality
3446 provided by the @code{c-hanging-*-alist} variables. Clean-ups,
3447 however, are used to adjust code ``after-the-fact'', i.e. to adjust
3448 the whitespace in constructs later than when they were typed.
3449
3450 Most of the clean-ups remove automatically inserted newlines, and are
3451 only active when auto-newline minor mode is turned on. Others will
3452 work all the time. Note that clean-ups are only performed when there
3453 is nothing but whitespace appearing between the individual components
3454 of the construct, and (apart from @code{comment-close-slash}) when the
3455 construct does not occur within a literal (@pxref{Auto-newlines}).
3456
3457 @defopt c-cleanup-list
3458 @vindex cleanup-list (c-)
3459 @cindex literal
3460
3461 You configure @ccmode{}'s clean-ups by setting the style variable
3462 @code{c-cleanup-list}, which is a list of clean-up symbols. By
3463 default, @ccmode{} cleans up only the @code{scope-operator} construct,
3464 which is necessary for proper C++ support.
3465 @end defopt
3466
3467 These are the clean-ups that are only active when electric and
3468 auto-newline minor modes are enabled:
3469
3470 @c TBD: Would like to use some sort of @deffoo here; @table indents a
3471 @c bit too much in dvi output.
3472 @table @code
3473 @item brace-else-brace
3474 Clean up @samp{@} else @{} constructs by placing the entire construct on
3475 a single line. Clean up occurs when the open brace after the
3476 @samp{else} is typed. So for example, this:
3477
3478 @example
3479 @group
3480 void spam(int i)
3481 @{
3482 if( i==7 ) @{
3483 dosomething();
3484 @}
3485 else
3486 @{
3487 @end group
3488 @end example
3489
3490 @noindent
3491 appears like this after the last open brace is typed:
3492
3493 @example
3494 @group
3495 void spam(int i)
3496 @{
3497 if( i==7 ) @{
3498 dosomething();
3499 @} else @{
3500 @end group
3501 @end example
3502
3503 @item brace-elseif-brace
3504 Similar to the @code{brace-else-brace} clean-up, but this cleans up
3505 @samp{@} else if (...) @{} constructs. For example:
3506
3507 @example
3508 @group
3509 void spam(int i)
3510 @{
3511 if( i==7 ) @{
3512 dosomething();
3513 @}
3514 else if( i==3 )
3515 @{
3516 @end group
3517 @end example
3518
3519 @noindent
3520 appears like this after the last open parenthesis is typed:
3521
3522 @example
3523 @group
3524 void spam(int i)
3525 @{
3526 if( i==7 ) @{
3527 dosomething();
3528 @} else if(
3529 @end group
3530 @end example
3531
3532 @noindent
3533 and like this after the last open brace is typed:
3534
3535 @example
3536 @group
3537 void spam(int i)
3538 @{
3539 if( i==7 ) @{
3540 dosomething();
3541 @} else if( i==3 ) @{
3542 @end group
3543 @end example
3544
3545 @item brace-catch-brace
3546 Analogous to @code{brace-elseif-brace}, but cleans up @samp{@} catch
3547 (...) @{} in C++ and Java mode.
3548
3549 @item empty-defun-braces
3550 Clean up braces following a top-level function or class definition that
3551 contains no body. Clean up occurs when the closing brace is typed.
3552 Thus the following:
3553
3554 @example
3555 @group
3556 class Spam
3557 @{
3558 @}
3559 @end group
3560 @end example
3561
3562 @noindent
3563 is transformed into this when the close brace is typed:
3564
3565 @example
3566 @group
3567 class Spam
3568 @{@}
3569 @end group
3570 @end example
3571
3572 @item defun-close-semi
3573 Clean up the terminating semicolon on top-level function or class
3574 definitions when they follow a close brace. Clean up occurs when the
3575 semicolon is typed. So for example, the following:
3576
3577 @example
3578 @group
3579 class Spam
3580 @{
3581 ...
3582 @}
3583 ;
3584 @end group
3585 @end example
3586
3587 @noindent
3588 is transformed into this when the semicolon is typed:
3589
3590 @example
3591 @group
3592 class Spam
3593 @{
3594 ...
3595 @};
3596 @end group
3597 @end example
3598
3599 @item list-close-comma
3600 Clean up commas following braces in array and aggregate initializers.
3601 Clean up occurs when the comma is typed. The space before the comma
3602 is zapped just like the space before the semicolon in
3603 @code{defun-close-semi}.
3604
3605 @item scope-operator
3606 Clean up double colons which might designate a C++ scope operator split
3607 across multiple lines@footnote{Certain C++ constructs introduce
3608 ambiguous situations, so @code{scope-operator} clean-ups might not
3609 always be correct. This usually only occurs when scoped identifiers
3610 appear in switch label tags.}. Clean up occurs when the second colon is
3611 typed. You will always want @code{scope-operator} in the
3612 @code{c-cleanup-list} when you are editing C++ code.
3613
3614 @item one-liner-defun
3615 Clean up a single line of code enclosed by defun braces by removing
3616 the whitespace before and after the code. The clean-up happens when
3617 the closing brace is typed. If the variable
3618 @code{c-max-one-liner-length} is set, the cleanup is only done if the
3619 resulting line would be no longer than the value of that variable.
3620
3621 For example, consider this AWK code:
3622
3623 @example
3624 @group
3625 BEGIN @{
3626 FS = "\t" # use <TAB> as a field separator
3627 @}
3628 @end group
3629 @end example
3630
3631 @noindent
3632 It gets compacted to the following when the closing brace is typed:
3633
3634 @example
3635 @group
3636 BEGIN @{FS = "\t"@} # use <TAB> as a field separator
3637 @end group
3638 @end example
3639
3640 @defopt c-max-one-liner-length
3641 @vindex max-one-liner-length (c-)
3642 The maximum length of the resulting line for which the clean-up
3643 @code{one-liner-defun} will be triggered. This length is that of the entire
3644 line, including any leading whitespace and any trailing comment. Its
3645 default value is 80. If the value is zero or @code{nil}, no limit
3646 applies.
3647 @end defopt
3648 @end table
3649
3650 The following clean-ups are always active when they occur on
3651 @code{c-cleanup-list}, regardless of whether Electric minor mode or
3652 Auto-newline minor mode are enabled:
3653
3654 @table @code
3655 @item space-before-funcall
3656 Insert a space between the function name and the opening parenthesis
3657 of a function call. This produces function calls in the style
3658 mandated by the GNU coding standards, e.g. @samp{signal@w{ }(SIGINT,
3659 SIG_IGN)} and @samp{abort@w{ }()}. Clean up occurs when the opening
3660 parenthesis is typed. This clean-up should never be active in AWK
3661 Mode, since such a space is syntactically invalid for user defined
3662 functions.
3663
3664 @item compact-empty-funcall
3665 Clean up any space between the function name and the opening parenthesis
3666 of a function call that has no arguments. This is typically used
3667 together with @code{space-before-funcall} if you prefer the GNU function
3668 call style for functions with arguments but think it looks ugly when
3669 it's only an empty parenthesis pair. I.e. you will get @samp{signal
3670 (SIGINT, SIG_IGN)}, but @samp{abort()}. Clean up occurs when the
3671 closing parenthesis is typed.
3672
3673 @item comment-close-slash
3674 When inside a block comment, terminate the comment when you type a slash
3675 at the beginning of a line (i.e. immediately after the comment prefix).
3676 This clean-up removes whitespace preceding the slash and if needed,
3677 inserts a star to complete the token @samp{*/}. Type @kbd{C-q /} in this
3678 situation if you just want a literal @samp{/} inserted.
3679 @end table
3680
3681
3682 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3683 @node Indentation Engine Basics, Customizing Indentation, Clean-ups, Top
3684 @comment node-name, next, previous, up
3685 @chapter Indentation Engine Basics
3686 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3687
3688 This chapter will briefly cover how @ccmode{} indents lines of code.
3689 It is helpful to understand the indentation model being used so that
3690 you will know how to customize @ccmode{} for your personal coding
3691 style. All the details are in @ref{Customizing Indentation}.
3692
3693 @ccmode{} has an indentation engine that provides a flexible and
3694 general mechanism for customizing indentation. When @ccmode{} indents
3695 a line of code, it separates its calculations into two steps:
3696
3697 @enumerate
3698 @item
3699 @cindex syntactic symbol
3700 @cindex anchor position
3701 It analyzes the line to determine its @dfn{syntactic symbol(s)} (the
3702 kind of language construct it's looking at) and its @dfn{anchor
3703 position} (the position earlier in the file that @ccmode{} will indent
3704 the line relative to). The anchor position might be the location of
3705 an opening brace in the previous line, for example. @xref{Syntactic
3706 Analysis}.
3707 @item
3708 @cindex offsets
3709 @cindex indentation offset specifications
3710 It looks up the syntactic symbol(s) in the configuration to get the
3711 corresponding @dfn{offset(s)}. The symbol @code{+}, which means
3712 ``indent this line one more level'' is a typical offset. @ccmode{}
3713 then applies these offset(s) to the anchor position, giving the
3714 indentation for the line. The different sorts of offsets are
3715 described in @ref{c-offsets-alist}.
3716 @end enumerate
3717
3718 In exceptional circumstances, the syntax directed indentation
3719 described here may be a nuisance rather than a help. You can disable
3720 it by setting @code{c-syntactic-indentation} to @code{nil}. (To set
3721 the variable interactively, @ref{Minor Modes}).
3722
3723 @defopt c-syntactic-indentation
3724 @vindex syntactic-indentation (c-)
3725 When this is non-@code{nil} (which it is by default), the indentation
3726 of code is done according to its syntactic structure. When it's
3727 @code{nil}, every line is just indented to the same level as the
3728 previous one, and @kbd{TAB} (@code{c-indent-command}) adjusts the
3729 indentation in steps of @code{c-basic-offset}. The current style
3730 (@pxref{Config Basics}) then has no effect on indentation, nor do any
3731 of the variables associated with indentation, not even
3732 @code{c-special-indent-hook}.
3733 @end defopt
3734
3735 @menu
3736 * Syntactic Analysis::
3737 * Syntactic Symbols::
3738 * Indentation Calculation::
3739 @end menu
3740
3741
3742 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3743 @node Syntactic Analysis, Syntactic Symbols, Indentation Engine Basics, Indentation Engine Basics
3744 @comment node-name, next, previous, up
3745 @section Syntactic Analysis
3746 @cindex syntactic analysis
3747 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3748
3749 @cindex syntactic element
3750 @cindex syntactic context
3751 The first thing @ccmode{} does when indenting a line of code, is to
3752 analyze the line, determining the @dfn{syntactic context} of the
3753 (first) construct on that line. It's a list of @dfn{syntactic
3754 elements}, where each syntactic element in turn is a list@footnote{In
3755 @ccmode 5.28 and earlier, a syntactic element was a dotted pair; the
3756 cons was the syntactic symbol and the cdr was the anchor position.
3757 For compatibility's sake, the parameter passed to a line-up function
3758 still has this dotted pair form (@pxref{Custom Line-Up}).} Here is a
3759 brief and typical example:
3760
3761 @example
3762 ((defun-block-intro 1959))
3763 @end example
3764
3765 @cindex syntactic symbol
3766 @noindent
3767 The first thing inside each syntactic element is always a
3768 @dfn{syntactic symbol}. It describes the kind of construct that was
3769 recognized, e.g. @code{statement}, @code{substatement},
3770 @code{class-open}, @code{class-close}, etc. @xref{Syntactic Symbols},
3771 for a complete list of currently recognized syntactic symbols and
3772 their semantics. The remaining entries are various data associated
3773 with the recognized construct - there might be zero or more.
3774
3775 @cindex anchor position
3776 Conceptually, a line of code is always indented relative to some
3777 position higher up in the buffer (typically the indentation of the
3778 previous line). That position is the @dfn{anchor position} in the
3779 syntactic element. If there is an entry after the syntactic symbol in
3780 the syntactic element list then it's either nil or that anchor position.
3781
3782 Here is an example. Suppose we had the following code as the only thing
3783 in a C++ buffer @footnote{The line numbers in this and future examples
3784 don't actually appear in the buffer, of course!}:
3785
3786 @example
3787 1: void swap( int& a, int& b )
3788 2: @{
3789 3: int tmp = a;
3790 4: a = b;
3791 5: b = tmp;
3792 6: @}
3793 @end example
3794
3795 @noindent
3796 We can use @kbd{C-c C-s} (@code{c-show-syntactic-information}) to
3797 report what the syntactic analysis is for the current line:
3798
3799 @table @asis
3800 @item @kbd{C-c C-s} (@code{c-show-syntactic-information})
3801 @kindex C-c C-s
3802 @findex c-show-syntactic-information
3803 @findex show-syntactic-information (c-)
3804 This command calculates the syntactic analysis of the current line and
3805 displays it in the minibuffer. The command also highlights the anchor
3806 position(s).
3807 @end table
3808
3809 Running this command on line 4 of this example, we'd see in the echo
3810 area@footnote{With a universal argument (i.e. @kbd{C-u C-c C-s}) the
3811 analysis is inserted into the buffer as a comment on the current
3812 line.}:
3813
3814 @example
3815 ((statement 35))
3816 @end example
3817
3818 @noindent
3819 and the @samp{i} of @code{int} on line 3 would be highlighted. This
3820 tells us that the line is a statement and it is indented relative to
3821 buffer position 35, the highlighted position. If you were to move
3822 point to line 3 and hit @kbd{C-c C-s}, you would see:
3823
3824 @example
3825 ((defun-block-intro 29))
3826 @end example
3827
3828 @noindent
3829 This indicates that the @samp{int} line is the first statement in a top
3830 level function block, and is indented relative to buffer position 29,
3831 which is the brace just after the function header.
3832
3833 Here's another example:
3834
3835 @example
3836 1: int add( int val, int incr, int doit )
3837 2: @{
3838 3: if( doit )
3839 4: @{
3840 5: return( val + incr );
3841 6: @}
3842 7: return( val );
3843 8: @}
3844 @end example
3845
3846 @noindent
3847 Hitting @kbd{C-c C-s} on line 4 gives us:
3848
3849 @example
3850 ((substatement-open 46))
3851 @end example
3852
3853 @cindex substatement
3854 @cindex substatement block
3855 @noindent
3856 which tells us that this is a brace that @emph{opens} a substatement
3857 block. @footnote{A @dfn{substatement} is the line after a
3858 conditional statement, such as @code{if}, @code{else}, @code{while},
3859 @code{do}, @code{switch}, etc. A @dfn{substatement
3860 block} is a brace block following one of these conditional statements.}
3861
3862 @cindex comment-only line
3863 Syntactic contexts can contain more than one element, and syntactic
3864 elements need not have anchor positions. The most common example of
3865 this is a @dfn{comment-only line}:
3866
3867 @example
3868 1: void draw_list( List<Drawables>& drawables )
3869 2: @{
3870 3: // call the virtual draw() method on each element in list
3871 4: for( int i=0; i < drawables.count(), ++i )
3872 5: @{
3873 6: drawables[i].draw();
3874 7: @}
3875 8: @}
3876 @end example
3877
3878 @noindent
3879 Hitting @kbd{C-c C-s} on line 3 of this example gives:
3880
3881 @example
3882 ((comment-intro) (defun-block-intro 46))
3883 @end example
3884
3885 @noindent
3886 and you can see that the syntactic context contains two syntactic
3887 elements. Notice that the first element, @samp{(comment-intro)}, has no
3888 anchor position.
3889
3890
3891 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3892 @node Syntactic Symbols, Indentation Calculation, Syntactic Analysis, Indentation Engine Basics
3893 @comment node-name, next, previous, up
3894 @section Syntactic Symbols
3895 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
3896
3897 @cindex syntactic symbols, brief list
3898 @vindex c-offsets-alist
3899 @vindex offsets-alist (c-)
3900 This section is a complete list of the syntactic symbols which appear
3901 in the @code{c-offsets-alist} style variable, along with brief
3902 descriptions. The previous section (@pxref{Syntactic Analysis})
3903 states what syntactic symbols are and how the indentation engine uses
3904 them.
3905
3906 More detailed descriptions of these symbols, together with snippets of
3907 source code to which they apply, appear in the examples in the
3908 subsections below. Note that, in the interests of brevity, the anchor
3909 position associated with most syntactic symbols is @emph{not}
3910 specified. In cases of doubt, type @kbd{C-c C-s} on a pertinent
3911 line---this highlights the anchor position.
3912
3913 @ssindex -open symbols
3914 @ssindex -close symbols
3915 @ssindex -block-intro symbols
3916 The syntactic symbols which indicate brace constructs follow a general
3917 naming convention. When a line begins with an open or close brace,
3918 its syntactic symbol will contain the suffix @code{-open} or
3919 @code{-close} respectively. The first line within the brace block
3920 construct will contain the suffix @code{-block-intro}.
3921
3922 @ssindex -intro symbols
3923 @ssindex -cont symbols
3924 In constructs which can span several lines, a distinction is usually
3925 made between the first line that introduces the construct and the
3926 lines that continue it. The syntactic symbols that indicate these
3927 lines will contain the suffixes @code{-intro} or @code{-cont}
3928 respectively.
3929
3930 The best way to understand how all this works is by looking at some
3931 examples. Remember that you can see the syntax of any source code
3932 line by using @kbd{C-c C-s}.
3933
3934 @table @code
3935 @item string
3936 Inside a multiline string. @ref{Literal Symbols}.
3937 @item c
3938 Inside a multiline C style block comment. @ref{Literal Symbols}.
3939 @item defun-open
3940 Brace that opens a top-level function definition. @ref{Function
3941 Symbols}.
3942 @item defun-close
3943 Brace that closes a top-level function definition. @ref{Function
3944 Symbols}.
3945 @item defun-block-intro
3946 The first line in a top-level defun. @ref{Function Symbols}.
3947 @item class-open
3948 Brace that opens a class definition. @ref{Class Symbols}.
3949 @item class-close
3950 Brace that closes a class definition. @ref{Class Symbols}.
3951 @item inline-open
3952 Brace that opens an in-class inline method. @ref{Class Symbols}.
3953 @item inline-close
3954 Brace that closes an in-class inline method. @ref{Class Symbols}.
3955 @item func-decl-cont
3956 The region between a function definition's argument list and the
3957 function opening brace (excluding K&R argument declarations). In C,
3958 you cannot put anything but whitespace and comments in this region,
3959 however in C++ and Java, @code{throws} declarations and other things
3960 can appear here. @ref{Literal Symbols}. @c @emph{FIXME!!! Can it not
3961 @c go somewhere better?}
3962 @item knr-argdecl-intro
3963 First line of a K&R C argument declaration. @ref{K&R Symbols}.
3964 @item knr-argdecl
3965 Subsequent lines in a K&R C argument declaration. @ref{K&R Symbols}.
3966 @item topmost-intro
3967 The first line in a ``topmost'' definition. @ref{Function Symbols}.
3968 @item topmost-intro-cont
3969 Topmost definition continuation lines. This is only used in the parts
3970 that aren't covered by other symbols such as @code{func-decl-cont} and
3971 @code{knr-argdecl}. @ref{Function Symbols}.
3972 @item annotation-top-cont
3973 Topmost definition continuation lines where all previous items are
3974 annotations. @ref{Java Symbols}.
3975 @item member-init-intro
3976 First line in a member initialization list. @ref{Class Symbols}.
3977 @item member-init-cont
3978 Subsequent member initialization list lines. @ref{Class Symbols}.
3979 @item inher-intro
3980 First line of a multiple inheritance list. @ref{Class Symbols}.
3981 @item inher-cont
3982 Subsequent multiple inheritance lines. @ref{Class Symbols}.
3983 @item block-open
3984 Statement block open brace. @ref{Literal Symbols}.
3985 @item block-close
3986 Statement block close brace. @ref{Conditional Construct Symbols}.
3987 @item brace-list-open
3988 Open brace of an enum or static array list. @ref{Brace List Symbols}.
3989 @item brace-list-close
3990 Close brace of an enum or static array list. @ref{Brace List Symbols}.
3991 @item brace-list-intro
3992 First line in an enum or static array list. @ref{Brace List Symbols}.
3993 @item brace-list-entry
3994 Subsequent lines in an enum or static array list. @ref{Brace List
3995 Symbols}.
3996 @item brace-entry-open
3997 Subsequent lines in an enum or static array list where the line begins
3998 with an open brace. @ref{Brace List Symbols}.
3999 @item statement
4000 A statement. @ref{Function Symbols}.
4001 @item statement-cont
4002 A continuation of a statement. @ref{Function Symbols}.
4003 @item annotation-var-cont
4004 A continuation of a statement where all previous items are
4005 annotations. @ref{Java Symbols}.
4006 @item statement-block-intro
4007 The first line in a new statement block. @ref{Conditional Construct
4008 Symbols}.
4009 @item statement-case-intro
4010 The first line in a case block. @ref{Switch Statement Symbols}.
4011 @item statement-case-open
4012 The first line in a case block that starts with a brace. @ref{Switch
4013 Statement Symbols}.
4014 @item substatement
4015 The first line after a conditional or loop construct.
4016 @ref{Conditional Construct Symbols}.
4017 @item substatement-open
4018 The brace that opens a substatement block. @ref{Conditional Construct
4019 Symbols}.
4020 @item substatement-label
4021 The first line after a conditional or loop construct if it's a label.
4022 @ref{Conditional Construct Symbols}.
4023 @item case-label
4024 A label in a @code{switch} block. @ref{Switch Statement Symbols}.
4025 @item access-label
4026 C++ access control label. @ref{Class Symbols}.
4027 @item label
4028 Any other label. @ref{Literal Symbols}.
4029 @item do-while-closure
4030 The @code{while} line that ends a @code{do}-@code{while} construct.
4031 @ref{Conditional Construct Symbols}.
4032 @item else-clause
4033 The @code{else} line of an @code{if}-@code{else} construct.
4034 @ref{Conditional Construct Symbols}.
4035 @item catch-clause
4036 The @code{catch} or @code{finally} (in Java) line of a
4037 @code{try}-@code{catch} construct. @ref{Conditional Construct
4038 Symbols}.
4039 @item comment-intro
4040 A line containing only a comment introduction. @ref{Literal Symbols}.
4041 @item arglist-intro
4042 The first line in an argument list. @ref{Paren List Symbols}.
4043 @item arglist-cont
4044 Subsequent argument list lines when no arguments follow on the same
4045 line as the arglist opening paren. @ref{Paren List Symbols}.
4046 @item arglist-cont-nonempty
4047 Subsequent argument list lines when at least one argument follows on
4048 the same line as the arglist opening paren. @ref{Paren List Symbols}.
4049 @item arglist-close
4050 The solo close paren of an argument list. @ref{Paren List Symbols}.
4051 @item stream-op
4052 Lines continuing a stream operator (C++ only). @ref{Literal
4053 Symbols}. @c @emph{FIXME!!! Can this not be moved somewhere better?}
4054 @item inclass
4055 The line is nested inside a class definition. @ref{Class Symbols}.
4056 @item cpp-macro
4057 The start of a preprocessor macro definition. @ref{Literal Symbols}.
4058 @item cpp-define-intro
4059 The first line inside a multiline preprocessor macro if
4060 @code{c-syntactic-indentation-in-macros} is set. @ref{Multiline Macro
4061 Symbols}.
4062 @item cpp-macro-cont
4063 All lines inside multiline preprocessor macros if
4064 @code{c-syntactic-indentation-in-macros} is @code{nil}.
4065 @ref{Multiline Macro Symbols}.
4066 @item friend
4067 A C++ friend declaration. @ref{Class Symbols}.
4068 @item objc-method-intro
4069 The first line of an Objective-C method definition. @ref{Objective-C
4070 Method Symbols}.
4071 @item objc-method-args-cont
4072 Lines continuing an Objective-C method definition. @ref{Objective-C
4073 Method Symbols}.
4074 @item objc-method-call-cont
4075 Lines continuing an Objective-C method call. @ref{Objective-C Method
4076 Symbols}.
4077 @item extern-lang-open
4078 Brace that opens an @code{extern} block (e.g. @code{extern "C"
4079 @{...@}}). @ref{External Scope Symbols}.
4080 @item extern-lang-close
4081 Brace that closes an @code{extern} block. @ref{External Scope
4082 Symbols}.
4083 @item inextern-lang
4084 Analogous to @code{inclass} syntactic symbol, but used inside
4085 @code{extern} blocks. @ref{External Scope Symbols}.
4086 @item namespace-open
4087 @itemx namespace-close
4088 @itemx innamespace
4089 These are analogous to the three @code{extern-lang} symbols above, but
4090 are returned for C++ namespace blocks. @ref{External Scope Symbols}.
4091 @item module-open
4092 @itemx module-close
4093 @itemx inmodule
4094 Analogous to the above, but for CORBA IDL @code{module} blocks.
4095 @ref{External Scope Symbols}.
4096 @item composition-open
4097 @itemx composition-close
4098 @itemx incomposition
4099 Analogous to the above, but for CORBA CIDL @code{composition} blocks.
4100 @ref{External Scope Symbols}.
4101 @item template-args-cont
4102 C++ template argument list continuations. @ref{Class Symbols}.
4103 @item inlambda
4104 Analogous to @code{inclass} syntactic symbol, but used inside lambda
4105 (i.e. anonymous) functions. Only used in Pike mode. @ref{Statement
4106 Block Symbols}.
4107 @item lambda-intro-cont
4108 Lines continuing the header of a lambda function, i.e. between the
4109 @code{lambda} keyword and the function body. Only used in Pike mode.
4110 @ref{Statement Block Symbols}.
4111 @item inexpr-statement
4112 A statement block inside an expression. The gcc C and C++ extension
4113 for this is recognized. It's also used for the special functions that
4114 take a statement block as an argument in Pike. @ref{Statement Block
4115 Symbols}.
4116 @item inexpr-class
4117 A class definition inside an expression. This is used for anonymous
4118 classes in Java. It's also used for anonymous array initializers in
4119 Java. @ref{Java Symbols}.
4120 @end table
4121
4122 @menu
4123 * Function Symbols::
4124 * Class Symbols::
4125 * Conditional Construct Symbols::
4126 * Switch Statement Symbols::
4127 * Brace List Symbols::
4128 * External Scope Symbols::
4129 * Paren List Symbols::
4130 * Literal Symbols::
4131 * Multiline Macro Symbols::
4132 * Objective-C Method Symbols::
4133 * Java Symbols::
4134 * Statement Block Symbols::
4135 * K&R Symbols::
4136 @end menu
4137
4138 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4139 @node Function Symbols, Class Symbols, Syntactic Symbols, Syntactic Symbols
4140 @comment node-name, next, previous, up
4141 @subsection Function Symbols
4142 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4143
4144 This example shows a typical function declaration.
4145
4146 @example
4147 1: void
4148 2: swap( int& a, int& b )
4149 3: @{
4150 4: int tmp = a;
4151 5: a = b;
4152 6: b = tmp;
4153 7: int ignored =
4154 8: a + b;
4155 9: @}
4156 @end example
4157
4158 @ssindex topmost-intro
4159 @ssindex topmost-intro-cont
4160 @ssindex defun-open
4161 @ssindex defun-close
4162 @ssindex defun-block-intro
4163 Line 1 shows a @code{topmost-intro} since it is the first line that
4164 introduces a top-level construct. Line 2 is a continuation of the
4165 top-level construct introduction so it has the syntax
4166 @code{topmost-intro-cont}. Line 3 shows a @code{defun-open} since it is
4167 the brace that opens a top-level function definition. Line 9 is the
4168 corresponding
4169 @code{defun-close} since it contains the brace that closes the top-level
4170 function definition. Line 4 is a @code{defun-block-intro}, i.e. it is
4171 the first line of a brace-block, enclosed in a
4172 top-level function definition.
4173
4174 @ssindex statement
4175 @ssindex statement-cont
4176 Lines 5, 6, and 7 are all given @code{statement} syntax since there
4177 isn't much special about them. Note however that line 8 is given
4178 @code{statement-cont} syntax since it continues the statement begun
4179 on the previous line.
4180
4181 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4182 @node Class Symbols, Conditional Construct Symbols, Function Symbols, Syntactic Symbols
4183 @comment node-name, next, previous, up
4184 @subsection Class related Symbols
4185 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4186
4187 Here's an example which illustrates some C++ class syntactic symbols:
4188
4189 @example
4190 1: class Bass
4191 2: : public Guitar,
4192 3: public Amplifiable
4193 4: @{
4194 5: public:
4195 6: Bass()
4196 7: : eString( new BassString( 0.105 )),
4197 8: aString( new BassString( 0.085 )),
4198 9: dString( new BassString( 0.065 )),
4199 10: gString( new BassString( 0.045 ))
4200 11: @{
4201 12: eString.tune( 'E' );
4202 13: aString.tune( 'A' );
4203 14: dString.tune( 'D' );
4204 15: gString.tune( 'G' );
4205 16: @}
4206 17: friend class Luthier;
4207 18: @};
4208 @end example
4209
4210 @ssindex class-open
4211 @ssindex class-close
4212 As in the previous example, line 1 has the @code{topmost-intro} syntax.
4213 Here however, the brace that opens a C++ class definition on line 4 is
4214 assigned the @code{class-open} syntax. Note that in C++, classes,
4215 structs, and unions are essentially equivalent syntactically (and are
4216 very similar semantically), so replacing the @code{class} keyword in the
4217 example above with @code{struct} or @code{union} would still result in a
4218 syntax of @code{class-open} for line 4 @footnote{This is the case even
4219 for C and Objective-C. For consistency, structs in all supported
4220 languages are syntactically equivalent to classes. Note however that
4221 the keyword @code{class} is meaningless in C and Objective-C.}.
4222 Similarly, line 18 is assigned @code{class-close} syntax.
4223
4224 @ssindex inher-intro
4225 @ssindex inher-cont
4226 Line 2 introduces the inheritance list for the class so it is assigned
4227 the @code{inher-intro} syntax, and line 3, which continues the
4228 inheritance list is given @code{inher-cont} syntax.
4229
4230 @ssindex access-label
4231 @ssindex inclass
4232 Hitting @kbd{C-c C-s} on line 5 shows the following analysis:
4233
4234 @example
4235 ((inclass 58) (access-label 58))
4236 @end example
4237
4238 @noindent
4239 The primary syntactic symbol for this line is @code{access-label} as
4240 this is a label keyword that specifies access protection in C++. However,
4241 because this line is also a top-level construct inside a class
4242 definition, the analysis actually shows two syntactic symbols. The
4243 other syntactic symbol assigned to this line is @code{inclass}.
4244 Similarly, line 6 is given both @code{inclass} and @code{topmost-intro}
4245 syntax:
4246
4247 @example
4248 ((inclass 58) (topmost-intro 60))
4249 @end example
4250
4251 @ssindex member-init-intro
4252 @ssindex member-init-cont
4253 Line 7 introduces a C++ member initialization list and as such is given
4254 @code{member-init-intro} syntax. Note that in this case it is
4255 @emph{not} assigned @code{inclass} since this is not considered a
4256 top-level construct. Lines 8 through 10 are all assigned
4257 @code{member-init-cont} since they continue the member initialization
4258 list started on line 7.
4259
4260 @cindex in-class inline methods
4261 @ssindex inline-open
4262 @ssindex inline-close
4263 Line 11's analysis is a bit more complicated:
4264
4265 @example
4266 ((inclass 58) (inline-open))
4267 @end example
4268
4269 This line is assigned a syntax of both @code{inline-open} and
4270 @code{inclass} because it opens an @dfn{in-class} C++ inline method
4271 definition. This is distinct from, but related to, the C++ notion of an
4272 inline function in that its definition occurs inside an enclosing class
4273 definition, which in C++ implies that the function should be inlined.
4274 However, if the definition of the @code{Bass} constructor appeared
4275 outside the class definition, the construct would be given the
4276 @code{defun-open} syntax, even if the keyword @code{inline} appeared
4277 before the method name, as in:
4278
4279 @example
4280 1: class Bass
4281 2: : public Guitar,
4282 3: public Amplifiable
4283 4: @{
4284 5: public:
4285 6: Bass();
4286 7: @};
4287 8:
4288 9: inline
4289 10: Bass::Bass()
4290 11: : eString( new BassString( 0.105 )),
4291 12: aString( new BassString( 0.085 )),
4292 13: dString( new BassString( 0.065 )),
4293 14: gString( new BassString( 0.045 ))
4294 15: @{
4295 16: eString.tune( 'E' );
4296 17: aString.tune( 'A' );
4297 18: dString.tune( 'D' );
4298 19: gString.tune( 'G' );
4299 20: @}
4300 @end example
4301
4302 @ssindex friend
4303 Returning to the previous example, line 16 is given @code{inline-close}
4304 syntax, while line 12 is given @code{defun-block-open} syntax, and lines
4305 13 through 15 are all given @code{statement} syntax. Line 17 is
4306 interesting in that its syntactic analysis list contains three
4307 elements:
4308
4309 @example
4310 ((inclass 58) (topmost-intro 380) (friend))
4311 @end example
4312
4313 The @code{friend} and @code{inline-open} syntactic symbols are
4314 modifiers that do not have anchor positions.
4315
4316 @ssindex template-args-cont
4317 Template definitions introduce yet another syntactic symbol:
4318
4319 @example
4320 1: ThingManager <int,
4321 2: Framework::Callback *,
4322 3: Mutex> framework_callbacks;
4323 @end example
4324
4325 Here, line 1 is analyzed as a @code{topmost-intro}, but lines 2 and 3
4326 are both analyzed as @code{template-args-cont} lines.
4327
4328 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4329 @node Conditional Construct Symbols, Switch Statement Symbols, Class Symbols, Syntactic Symbols
4330 @comment node-name, next, previous, up
4331 @subsection Conditional Construct Symbols
4332 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4333
4334 Here is a (totally contrived) example which illustrates how syntax is
4335 assigned to various conditional constructs:
4336
4337 @example
4338 1: void spam( int index )
4339 2: @{
4340 3: for( int i=0; i<index; i++ )
4341 4: @{
4342 5: if( i == 10 )
4343 6: do_something_special();
4344 7: else
4345 8: silly_label:
4346 9: do_something( i );
4347 10: @}
4348 11: do @{
4349 12: another_thing( i-- );
4350 13: @}
4351 14: while( i > 0 );
4352 15: @}
4353 @end example
4354
4355 Only the lines that illustrate new syntactic symbols will be discussed.
4356
4357 @ssindex substatement-open
4358 @ssindex statement-block-intro
4359 @ssindex block-close
4360 Line 4 has a brace which opens a conditional's substatement block. It
4361 is thus assigned @code{substatement-open} syntax, and since line 5 is
4362 the first line in the substatement block, it is assigned
4363 @code{statement-block-intro} syntax. Line 10 contains the brace
4364 that closes the inner substatement block, and is therefore given the
4365 syntax @code{block-close}@footnote{@code{block-open} is used only for
4366 ``free-standing'' blocks, and is somewhat rare (@pxref{Literal
4367 Symbols} for an example.)}. Line 13 is treated the same way.
4368
4369 @ssindex substatement
4370 Lines 6 and 9 are also substatements of conditionals, but since they
4371 don't start blocks they are given @code{substatement} syntax
4372 instead of @code{substatement-open}.
4373
4374 @ssindex substatement-label
4375 Line 8 contains a label, which is normally given @code{label} syntax.
4376 This one is however a bit special since it's between a conditional and
4377 its substatement. It's analyzed as @code{substatement-label} to let you
4378 handle this rather odd case differently from normal labels.
4379
4380 @ssindex else-clause
4381 @ssindex catch-clause
4382 Line 7 start with an @code{else} that matches the @code{if} statement on
4383 line 5. It is therefore given the @code{else-clause} syntax and is
4384 anchored on the matching @code{if}. The @code{try}-@code{catch}
4385 constructs in C++ and Java are treated this way too, except that
4386 @code{catch} and (in Java) @code{finally}, are marked with
4387 @code{catch-clause}.
4388
4389 @ssindex do-while-closure
4390 The @code{while} construct on line 14 that closes a @code{do}
4391 conditional is given the special syntax @code{do-while-closure} if it
4392 appears on a line by itself. Note that if the @code{while} appeared on
4393 the same line as the preceding close brace, that line would still have
4394 @code{block-close} syntax.
4395
4396 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4397 @node Switch Statement Symbols, Brace List Symbols, Conditional Construct Symbols, Syntactic Symbols
4398 @comment node-name, next, previous, up
4399 @subsection Switch Statement Symbols
4400 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4401
4402 Switch statements have their own set of syntactic symbols. Here's an
4403 example:
4404
4405 @example
4406 1: void spam( enum Ingredient i )
4407 2: @{
4408 3: switch( i ) @{
4409 4: case Ham:
4410 5: be_a_pig();
4411 6: break;
4412 7: case Salt:
4413 8: drink_some_water();
4414 9: break;
4415 10: default:
4416 11: @{
4417 12: what_is_it();
4418 13: break;
4419 14: @}
4420 15: @}
4421 14: @}
4422 @end example
4423
4424 @ssindex case-label
4425 @ssindex statement-case-intro
4426 @ssindex statement-case-open
4427 Here, lines 4, 7, and 10 are all assigned @code{case-label} syntax,
4428 while lines 5 and 8 are assigned @code{statement-case-intro}. Line 11
4429 is treated slightly differently since it contains a brace that opens a
4430 block --- it is given @code{statement-case-open} syntax.
4431
4432 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4433 @node Brace List Symbols, External Scope Symbols, Switch Statement Symbols, Syntactic Symbols
4434 @comment node-name, next, previous, up
4435 @subsection Brace List Symbols
4436 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4437
4438 @cindex brace lists
4439 There are a set of syntactic symbols that are used to recognize
4440 constructs inside of brace lists. A brace list is defined as an
4441 @code{enum} or aggregate initializer list, such as might statically
4442 initialize an array of structs. The three special aggregate constructs
4443 in Pike, @code{(@{ @})}, @code{([ ])} and @code{(< >)}, are treated as
4444 brace lists too. An example:
4445
4446 @example
4447 1: static char* ingredients[] =
4448 2: @{
4449 3: "Ham",
4450 4: "Salt",
4451 5: NULL
4452 6: @};
4453 @end example
4454
4455 @ssindex brace-list-open
4456 @ssindex brace-list-intro
4457 @ssindex brace-list-close
4458 @ssindex brace-list-entry
4459 Following convention, line 2 in this example is assigned
4460 @code{brace-list-open} syntax, and line 3 is assigned
4461 @code{brace-list-intro} syntax. Likewise, line 6 is assigned
4462 @code{brace-list-close} syntax. Lines 4 and 5 however, are assigned
4463 @code{brace-list-entry} syntax, as would all subsequent lines in this
4464 initializer list.
4465
4466 @ssindex brace-entry-open
4467 Your static initializer might be initializing nested structures, for
4468 example:
4469
4470 @example
4471 1: struct intpairs[] =
4472 2: @{
4473 3: @{ 1, 2 @},
4474 4: @{
4475 5: 3,
4476 6: 4
4477 7: @}
4478 8: @{ 1,
4479 9: 2 @},
4480 10: @{ 3, 4 @}
4481 11: @};
4482 @end example
4483
4484 Here, you've already seen the analysis of lines 1, 2, 3, and 11. On
4485 line 4, things get interesting; this line is assigned
4486 @code{brace-entry-open} syntactic symbol because it's a bracelist entry
4487 line that starts with an open brace. Lines 5 and 6 (and line 9) are
4488 pretty standard, and line 7 is a @code{brace-list-close} as you'd
4489 expect. Once again, line 8 is assigned as @code{brace-entry-open} as is
4490 line 10.
4491
4492 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4493 @node External Scope Symbols, Paren List Symbols, Brace List Symbols, Syntactic Symbols
4494 @comment node-name, next, previous, up
4495 @subsection External Scope Symbols
4496 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4497
4498 External language definition blocks also have their own syntactic
4499 symbols. In this example:
4500
4501 @example
4502 1: extern "C"
4503 2: @{
4504 3: int thing_one( int );
4505 4: int thing_two( double );
4506 5: @}
4507 @end example
4508
4509 @ssindex extern-lang-open
4510 @ssindex extern-lang-close
4511 @ssindex inextern-lang
4512 @ssindex inclass
4513 @noindent
4514 line 2 is given the @code{extern-lang-open} syntax, while line 5 is given
4515 the @code{extern-lang-close} syntax. The analysis for line 3 yields:
4516
4517 @example
4518 ((inextern-lang) (topmost-intro 14))
4519 @end example
4520
4521 @noindent
4522 where @code{inextern-lang} is a modifier similar in purpose to
4523 @code{inclass}.
4524
4525 There are various other top level blocks like @code{extern}, and they
4526 are all treated in the same way except that the symbols are named after
4527 the keyword that introduces the block. E.g. C++ namespace blocks get
4528 the three symbols @code{namespace-open}, @code{namespace-close} and
4529 @code{innamespace}. The currently recognized top level blocks are:
4530
4531 @table @asis
4532 @item @code{extern-lang-open}, @code{extern-lang-close}, @code{inextern-lang}
4533 @code{extern} blocks in C and C++.@footnote{These should logically be
4534 named @code{extern-open}, @code{extern-close} and @code{inextern}, but
4535 that isn't the case for historical reasons.}
4536
4537 @item @code{namespace-open}, @code{namespace-close}, @code{innamespace}
4538 @ssindex namespace-open
4539 @ssindex namespace-close
4540 @ssindex innamespace
4541 @code{namespace} blocks in C++.
4542
4543 @item @code{module-open}, @code{module-close}, @code{inmodule}
4544 @ssindex module-open
4545 @ssindex module-close
4546 @ssindex inmodule
4547 @code{module} blocks in CORBA IDL.
4548
4549 @item @code{composition-open}, @code{composition-close}, @code{incomposition}
4550 @ssindex composition-open
4551 @ssindex composition-close
4552 @ssindex incomposition
4553 @code{composition} blocks in CORBA CIDL.
4554 @end table
4555
4556 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4557 @node Paren List Symbols, Literal Symbols, External Scope Symbols, Syntactic Symbols
4558 @comment node-name, next, previous, up
4559 @subsection Parenthesis (Argument) List Symbols
4560 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4561
4562 A number of syntactic symbols are associated with parenthesis lists,
4563 a.k.a argument lists, as found in function declarations and function
4564 calls. This example illustrates these:
4565
4566 @example
4567 1: void a_function( int line1,
4568 2: int line2 );
4569 3:
4570 4: void a_longer_function(
4571 5: int line1,
4572 6: int line2
4573 7: );
4574 8:
4575 9: void call_them( int line1, int line2 )
4576 10: @{
4577 11: a_function(
4578 12: line1,
4579 13: line2
4580 14: );
4581 15:
4582 16: a_longer_function( line1,
4583 17: line2 );
4584 18: @}
4585 @end example
4586
4587 @ssindex arglist-intro
4588 @ssindex arglist-close
4589 Lines 5 and 12 are assigned @code{arglist-intro} syntax since they are
4590 the first line following the open parenthesis, and lines 7 and 14 are
4591 assigned @code{arglist-close} syntax since they contain the parenthesis
4592 that closes the argument list.
4593
4594 @ssindex arglist-cont-nonempty
4595 @ssindex arglist-cont
4596 Lines that continue argument lists can be assigned one of two syntactic
4597 symbols. For example, Lines 2 and 17
4598 are assigned @code{arglist-cont-nonempty} syntax. What this means
4599 is that they continue an argument list, but that the line containing the
4600 parenthesis that opens the list is @emph{not empty} following the open
4601 parenthesis. Contrast this against lines 6 and 13 which are assigned
4602 @code{arglist-cont} syntax. This is because the parenthesis that opens
4603 their argument lists is the last character on that line.
4604
4605 Syntactic elements with @code{arglist-intro},
4606 @code{arglist-cont-nonempty}, and @code{arglist-close} contain two
4607 buffer positions: the anchor position (the beginning of the
4608 declaration or statement) and the position of the open parenthesis.
4609 The latter position can be used in a line-up function (@pxref{Line-Up
4610 Functions}).
4611
4612 Note that there is no @code{arglist-open} syntax. This is because any
4613 parenthesis that opens an argument list, appearing on a separate line,
4614 is assigned the @code{statement-cont} syntax instead.
4615
4616 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4617 @node Literal Symbols, Multiline Macro Symbols, Paren List Symbols, Syntactic Symbols
4618 @comment node-name, next, previous, up
4619 @subsection Comment String Label and Macro Symbols
4620 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4621
4622 A few miscellaneous syntactic symbols that haven't been previously
4623 covered are illustrated by this C++ example:
4624
4625 @example
4626 1: void Bass::play( int volume )
4627 2: const
4628 3: @{
4629 4: /* this line starts a multiline
4630 5: * comment. This line should get `c' syntax */
4631 6:
4632 7: char* a_multiline_string = "This line starts a multiline \
4633 8: string. This line should get `string' syntax.";
4634 9:
4635 10: note:
4636 11: @{
4637 12: #ifdef LOCK
4638 13: Lock acquire();
4639 14: #endif // LOCK
4640 15: slap_pop();
4641 16: cout << "I played "
4642 17: << "a note\n";
4643 18: @}
4644 19: @}
4645 @end example
4646
4647 The lines to note in this example include:
4648
4649 @itemize @bullet
4650 @item
4651 @ssindex func-decl-cont
4652 Line 2 is assigned the @code{func-decl-cont} syntax.
4653
4654 @item
4655 @ssindex comment-intro
4656 Line 4 is assigned both @code{defun-block-intro} @emph{and}
4657 @code{comment-intro} syntax. A syntactic element with
4658 @code{comment-intro} has no anchor point --- It is always accompanied
4659 by another syntactic element which does have one.
4660
4661 @item
4662 @ssindex c
4663 Line 5 is assigned @code{c} syntax.
4664
4665 @item
4666 @cindex syntactic whitespace
4667 Line 6 which, even though it contains nothing but whitespace, is
4668 assigned @code{defun-block-intro}. Note that the appearance of the
4669 comment on lines 4 and 5 do not cause line 6 to be assigned
4670 @code{statement} syntax because comments are considered to be
4671 @dfn{syntactic whitespace}, which are ignored when analyzing
4672 code.
4673
4674 @item
4675 @ssindex string
4676 Line 8 is assigned @code{string} syntax.
4677
4678 @item
4679 @ssindex label
4680 Line 10 is assigned @code{label} syntax.
4681
4682 @item
4683 @ssindex block-open
4684 Line 11 is assigned @code{block-open} as well as @code{statement}
4685 syntax. A @code{block-open} syntactic element doesn't have an anchor
4686 position, since it always appears with another syntactic element which
4687 does have one.
4688
4689 @item
4690 @ssindex cpp-macro
4691 Lines 12 and 14 are assigned @code{cpp-macro} syntax in addition to the
4692 normal syntactic symbols (@code{statement-block-intro} and
4693 @code{statement}, respectively). Normally @code{cpp-macro} is
4694 configured to cancel out the normal syntactic context to make all
4695 preprocessor directives stick to the first column, but that's easily
4696 changed if you want preprocessor directives to be indented like the rest
4697 of the code. Like @code{comment-intro}, a syntactic element with
4698 @code{cpp-macro} doesn't contain an anchor position.
4699
4700 @item
4701 @ssindex stream-op
4702 Line 17 is assigned @code{stream-op} syntax.
4703 @end itemize
4704
4705 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4706 @node Multiline Macro Symbols, Objective-C Method Symbols, Literal Symbols, Syntactic Symbols
4707 @comment node-name, next, previous, up
4708 @subsection Multiline Macro Symbols
4709 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4710
4711 @cindex multiline macros
4712 @cindex syntactic whitespace
4713 @ssindex cpp-define-intro
4714 @ssindex cpp-macro-cont
4715 Multiline preprocessor macro definitions are normally handled just like
4716 other code, i.e. the lines inside them are indented according to the
4717 syntactic analysis of the preceding lines inside the macro. The first
4718 line inside a macro definition (i.e. the line after the starting line of
4719 the cpp directive itself) gets @code{cpp-define-intro}. In this example:
4720
4721 @example
4722 1: #define LIST_LOOP(cons, listp) \
4723 2: for (cons = listp; !NILP (cons); cons = XCDR (cons)) \
4724 3: if (!CONSP (cons)) \
4725 4: signal_error ("Invalid list format", listp); \
4726 5: else
4727 @end example
4728
4729 @noindent
4730 line 1 is given the syntactic symbol @code{cpp-macro}. The first line
4731 of a cpp directive is always given that symbol. Line 2 is given
4732 @code{cpp-define-intro}, so that you can give the macro body as a whole
4733 some extra indentation. Lines 3 through 5 are then analyzed as normal
4734 code, i.e. @code{substatement} on lines 3 and 4, and @code{else-clause}
4735 on line 5.
4736
4737 The syntactic analysis inside macros can be turned off with
4738 @code{c-syntactic-indentation-in-macros} (@pxref{Custom Macros}). In
4739 that case, lines 2 through 5 would all be given @code{cpp-macro-cont}
4740 with an anchor position pointing to the @code{#} which starts the cpp
4741 directive@footnote{This is how @ccmode{} 5.28 and earlier analyzed
4742 macros.}.
4743
4744 @xref{Custom Macros}, for more info about the treatment of macros.
4745
4746 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4747 @node Objective-C Method Symbols, Java Symbols, Multiline Macro Symbols, Syntactic Symbols
4748 @comment node-name, next, previous, up
4749 @subsection Objective-C Method Symbols
4750 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4751
4752 In Objective-C buffers, there are three additional syntactic symbols
4753 assigned to various message calling constructs. Here's an example
4754 illustrating these:
4755
4756 @example
4757 1: - (void)setDelegate:anObject
4758 2: withStuff:stuff
4759 3: @{
4760 4: [delegate masterWillRebind:self
4761 5: toDelegate:anObject
4762 6: withExtraStuff:stuff];
4763 7: @}
4764 @end example
4765
4766 @ssindex objc-method-intro
4767 @ssindex objc-method-args-cont
4768 @ssindex objc-method-call-cont
4769 Here, line 1 is assigned @code{objc-method-intro} syntax, and line 2 is
4770 assigned @code{objc-method-args-cont} syntax. Lines 5 and 6 are both
4771 assigned @code{objc-method-call-cont} syntax.
4772
4773 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4774 @node Java Symbols, Statement Block Symbols, Objective-C Method Symbols, Syntactic Symbols
4775 @comment node-name, next, previous, up
4776 @subsection Java Symbols
4777 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4778
4779 Java has a concept of anonymous classes which can look something like
4780 this:
4781
4782 @example
4783 1: @@Test
4784 2: public void watch(Observable o) @{
4785 3: @@NonNull
4786 4: Observer obs = new Observer() @{
4787 5: public void update(Observable o, Object arg) @{
4788 6: history.addElement(arg);
4789 7: @}
4790 8: @};
4791 9: o.addObserver(obs);
4792 10: @}
4793 @end example
4794
4795 @ssindex inexpr-class
4796 The brace following the @code{new} operator opens the anonymous class.
4797 Lines 5 and 8 are assigned the @code{inexpr-class} syntax, besides the
4798 @code{inclass} symbol used in normal classes. Thus, the class will be
4799 indented just like a normal class, with the added indentation given to
4800 @code{inexpr-class}. An @code{inexpr-class} syntactic element doesn't
4801 have an anchor position.
4802
4803 @ssindex annotation-top-cont
4804 @ssindex annotation-var-cont
4805 Line 2 is assigned the @code{annotation-top-cont} syntax, due to it being a
4806 continuation of a topmost introduction with an annotation symbol preceding
4807 the current line. Similarly, line 4 is assigned the @code{annotation-var-cont}
4808 syntax due to it being a continuation of a variable declaration where preceding
4809 the declaration is an annotation.
4810
4811 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4812 @node Statement Block Symbols, K&R Symbols, Java Symbols, Syntactic Symbols
4813 @comment node-name, next, previous, up
4814 @subsection Statement Block Symbols
4815 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4816
4817 There are a few occasions where a statement block might be used inside
4818 an expression. One is in C or C++ code using the gcc extension for
4819 this, e.g:
4820
4821 @example
4822 1: int res = (@{
4823 2: int y = foo (); int z;
4824 3: if (y > 0) z = y; else z = - y;
4825 4: z;
4826 5: @});
4827 @end example
4828
4829 @ssindex inexpr-statement
4830 Lines 2 and 5 get the @code{inexpr-statement} syntax, besides the
4831 symbols they'd get in a normal block. Therefore, the indentation put on
4832 @code{inexpr-statement} is added to the normal statement block
4833 indentation. An @code{inexpr-statement} syntactic element doesn't
4834 contain an anchor position.
4835
4836 In Pike code, there are a few other situations where blocks occur inside
4837 statements, as illustrated here:
4838
4839 @example
4840 1: array itgob()
4841 2: @{
4842 3: string s = map (backtrace()[-2][3..],
4843 4: lambda
4844 5: (mixed arg)
4845 6: @{
4846 7: return sprintf ("%t", arg);
4847 8: @}) * ", " + "\n";
4848 9: return catch @{
4849 10: write (s + "\n");
4850 11: @};
4851 12: @}
4852 @end example
4853
4854 @ssindex inlambda
4855 @ssindex lambda-intro-cont
4856 Lines 4 through 8 contain a lambda function, which @ccmode{} recognizes
4857 by the @code{lambda} keyword. If the function argument list is put
4858 on a line of its own, as in line 5, it gets the @code{lambda-intro-cont}
4859 syntax. The function body is handled as an inline method body, with the
4860 addition of the @code{inlambda} syntactic symbol. This means that line
4861 6 gets @code{inlambda} and @code{inline-open}, and line 8 gets
4862 @code{inline-close}@footnote{You might wonder why it doesn't get
4863 @code{inlambda} too. It's because the closing brace is relative to the
4864 opening brace, which stands on its own line in this example. If the
4865 opening brace was hanging on the previous line, then the closing brace
4866 would get the @code{inlambda} syntax too to be indented correctly.}.
4867
4868 @ssindex inexpr-statement
4869 On line 9, @code{catch} is a special function taking a statement block
4870 as its argument. The block is handled as an in-expression statement
4871 with the @code{inexpr-statement} syntax, just like the gcc extended C
4872 example above. The other similar special function, @code{gauge}, is
4873 handled like this too.
4874
4875 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4876 @node K&R Symbols, , Statement Block Symbols, Syntactic Symbols
4877 @comment node-name, next, previous, up
4878 @subsection K&R Symbols
4879 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4880
4881 @ssindex knr-argdecl-intro
4882 @ssindex knr-argdecl
4883 Two other syntactic symbols can appear in old style, non-prototyped C
4884 code @footnote{a.k.a. K&R C, or Kernighan & Ritchie C}:
4885
4886 @example
4887 1: int add_three_integers(a, b, c)
4888 2: int a;
4889 3: int b;
4890 4: int c;
4891 5: @{
4892 6: return a + b + c;
4893 7: @}
4894 @end example
4895
4896 Here, line 2 is the first line in an argument declaration list and so is
4897 given the @code{knr-argdecl-intro} syntactic symbol. Subsequent lines
4898 (i.e. lines 3 and 4 in this example), are given @code{knr-argdecl}
4899 syntax.
4900
4901
4902 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4903 @node Indentation Calculation, , Syntactic Symbols, Indentation Engine Basics
4904 @comment node-name, next, previous, up
4905 @section Indentation Calculation
4906 @cindex indentation
4907 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4908
4909 Indentation for a line is calculated from the syntactic context
4910 (@pxref{Syntactic Analysis}).
4911
4912 First, a buffer position is found whose column will be the base for the
4913 indentation calculation. It's the anchor position in the first
4914 syntactic element that provides one that is used. If no syntactic
4915 element has an anchor position then column zero is used.
4916
4917 Second, the syntactic symbols in each syntactic element are looked up
4918 in the @code{c-offsets-alist} style variable
4919 (@pxref{c-offsets-alist}), which is an association list of syntactic
4920 symbols and the offsets to apply for those symbols. These offsets are
4921 added together with the base column to produce the new indentation
4922 column.
4923
4924 Let's use our two code examples above to see how this works. Here is
4925 our first example again:
4926
4927 @example
4928 1: void swap( int& a, int& b )
4929 2: @{
4930 3: int tmp = a;
4931 4: a = b;
4932 5: b = tmp;
4933 6: @}
4934 @end example
4935
4936 Let's say point is on line 3 and we hit the @key{TAB} key to reindent
4937 the line. The syntactic context for that line is:
4938
4939 @example
4940 ((defun-block-intro 29))
4941 @end example
4942
4943 @noindent
4944 Since buffer position 29 is the first and only anchor position in the
4945 list, @ccmode{} goes there and asks for the current column. This brace
4946 is in column zero, so @ccmode{} uses @samp{0} as the base column.
4947
4948 Next, @ccmode{} looks up @code{defun-block-intro} in the
4949 @code{c-offsets-alist} style variable. Let's say it finds the value
4950 @samp{4}; it adds this to the base column @samp{0}, yielding a running
4951 total indentation of 4 spaces.
4952
4953 Since there is only one syntactic element on the list for this line,
4954 indentation calculation is complete, and the total indentation for the
4955 line is 4 spaces.
4956
4957 Here's another example:
4958
4959 @example
4960 1: int add( int val, int incr, int doit )
4961 2: @{
4962 3: if( doit )
4963 4: @{
4964 5: return( val + incr );
4965 6: @}
4966 7: return( val );
4967 8: @}
4968 @end example
4969
4970 If we were to hit @kbd{TAB} on line 4 in the above example, the same
4971 basic process is performed, despite the differences in the syntactic
4972 context. The context for this line is:
4973
4974 @example
4975 ((substatement-open 46))
4976 @end example
4977
4978 Here, @ccmode{} goes to buffer position 46, which is the @samp{i} in
4979 @code{if} on line 3. This character is in the fourth column on that
4980 line so the base column is @samp{4}. Then @ccmode{} looks up the
4981 @code{substatement-open} symbol in @code{c-offsets-alist}. Let's say it
4982 finds the value @samp{4}. It's added with the base column and yields an
4983 indentation for the line of 8 spaces.
4984
4985 Simple, huh?
4986
4987 Actually, it's a bit more complicated than that since the entries on
4988 @code{c-offsets-alist} can be much more than plain offsets.
4989 @xref{c-offsets-alist}, for the full story.
4990
4991 Anyway, the mode usually just does The Right Thing without you having to
4992 think about it in this much detail. But when customizing indentation,
4993 it's helpful to understand the general indentation model being used.
4994
4995 As you configure @ccmode{}, you might want to set the variable
4996 @code{c-echo-syntactic-information-p} to non-@code{nil} so that the
4997 syntactic context and calculated offset always is echoed in the
4998 minibuffer when you hit @kbd{TAB}.
4999
5000
5001 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5002 @node Customizing Indentation, Custom Macros, Indentation Engine Basics, Top
5003 @comment node-name, next, previous, up
5004 @chapter Customizing Indentation
5005 @cindex customization, indentation
5006 @cindex indentation
5007 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5008
5009 The principal variable for customizing indentation is the style
5010 variable @code{c-offsets-alist}, which gives an @dfn{offset} (an
5011 indentation rule) for each syntactic symbol. Its structure and
5012 semantics are completely described in @ref{c-offsets-alist}. The
5013 various ways you can set the variable, including the use of the
5014 @ccmode{} style system, are described in @ref{Config Basics} and its
5015 sections, in particular @ref{Style Variables}.
5016
5017 The simplest and most used kind of ``offset'' setting in
5018 @code{c-offsets-alist} is in terms of multiples of
5019 @code{c-basic-offset}:
5020
5021 @defopt c-basic-offset
5022 @vindex basic-offset (c-)
5023 This style variable holds the basic offset between indentation levels.
5024 It's factory default is 4, but all the built-in styles set it
5025 themselves, to some value between 2 (for @code{gnu} style) and 8 (for
5026 @code{bsd}, @code{linux}, and @code{python} styles).
5027 @end defopt
5028
5029 The most flexible ``offset'' setting you can make in
5030 @code{c-offsets-alist} is a line-up function (or even a list of them),
5031 either one supplied by @ccmode{} (@pxref{Line-Up Functions}) or one
5032 you write yourself (@pxref{Custom Line-Up}).
5033
5034 Finally, in @ref{Other Indentation} you'll find the tool of last
5035 resort: a hook which is called after a line has been indented. You
5036 can install functions here to make ad-hoc adjustments to any line's
5037 indentation.
5038
5039 @menu
5040 * c-offsets-alist::
5041 * Interactive Customization::
5042 * Line-Up Functions::
5043 * Custom Line-Up::
5044 * Other Indentation::
5045 @end menu
5046
5047
5048 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5049 @node c-offsets-alist, Interactive Customization, Customizing Indentation, Customizing Indentation
5050 @comment node-name, next, previous, up
5051 @section c-offsets-alist
5052 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5053
5054 This section explains the structure and semantics of the style
5055 variable @code{c-offset-alist}, the principal variable for configuring
5056 indentation. Details of how to set it up, and its relationship to
5057 @ccmode{}'s style system are given in @ref{Style Variables}.
5058
5059 @defopt c-offsets-alist
5060 @vindex offsets-alist (c-)
5061 This is an alist which associates an offset with each syntactic
5062 symbol. This @dfn{offset} is a rule specifying how to indent a line
5063 whose syntactic context matches the symbol. @xref{Syntactic
5064 Analysis}.
5065
5066 Note that the buffer-local binding of this alist in a @ccmode{} buffer
5067 contains an entry for @emph{every} syntactic symbol. Its global
5068 binding and its settings within style specifications usually contain
5069 only a few entries. @xref{Style Variables}.
5070
5071 The offset specification associated with any particular syntactic
5072 symbol can be an integer, a variable name, a vector, a function or
5073 lambda expression, a list, or one of the following special symbols:
5074 @code{+}, @code{-}, @code{++}, @code{--}, @code{*}, or @code{/}. The
5075 meanings of these values are described in detail below.
5076
5077 Here is an example fragment of a @code{c-offsets-alist}, showing some
5078 of these kinds of offsets:
5079
5080 @example
5081 ((statement . 0)
5082 (substatement . +)
5083 (cpp-macro . [0])
5084 (topmost-intro-cont . c-lineup-topmost-intro-cont)
5085 (statement-block-intro . (add c-lineup-whitesmith-in-block
5086 c-indent-multi-line-block))
5087 @dots{}
5088 @*)
5089 @end example
5090 @end defopt
5091
5092 @deffn Command c-set-offset (@kbd{C-c C-o})
5093 @findex set-offset (c-)
5094 @kindex C-c C-o
5095 This command changes the entry for a syntactic symbol in the current
5096 binding of @code{c-offsets-alist}, or it inserts a new entry if there
5097 isn't already one for that syntactic symbol.
5098
5099 You can use @code{c-set-offsets} interactively within a @ccmode{}
5100 buffer to make experimental changes to your indentation settings.
5101 @kbd{C-c C-o} prompts you for the syntactic symbol to change
5102 (defaulting to that of the current line) and the new offset
5103 (defaulting to the current offset).
5104
5105 @code{c-set-offsets} takes two arguments when used programmatically:
5106 @var{symbol}, the syntactic element symbol to change and @var{offset},
5107 the new offset for that syntactic element. You can call the command
5108 in your @file{.emacs} to change the global binding of
5109 @code{c-offsets-alist} (@pxref{Style Variables}); you can use it in a
5110 hook function to make changes from the current style. @ccmode{}
5111 itself uses this function when initializing styles.
5112 @end deffn
5113
5114 @cindex offset specification
5115 The ``offset specifications'' in @code{c-offsets-alist} can be any of
5116 the following:
5117
5118 @table @asis
5119 @item An integer
5120 The integer specifies a relative offset. All relative
5121 offsets@footnote{The syntactic context @code{@w{((defun-block-intro
5122 2724) (comment-intro))}} would likely have two relative offsets.} will
5123 be added together and used to calculate the indentation relative to an
5124 anchor position earlier in the buffer. @xref{Indentation
5125 Calculation}, for details. Most of the time, it's probably better to
5126 use one of the special symbols like @code{+} than an integer (apart
5127 from zero).
5128
5129 @item One of the symbols @code{+}, @code{-}, @code{++}, @code{--}, @code{*}, or @code{/}
5130 These special symbols describe a relative offset in multiples of
5131 @code{c-basic-offset}:
5132
5133 By defining a style's indentation in terms of @code{c-basic-offset},
5134 you can change the amount of whitespace given to an indentation level
5135 while maintaining the same basic shape of your code. Here are the
5136 values that the special symbols correspond to:
5137
5138 @table @code
5139 @item +
5140 @code{c-basic-offset} times 1
5141 @item -
5142 @code{c-basic-offset} times -1
5143 @item ++
5144 @code{c-basic-offset} times 2
5145 @item --
5146 @code{c-basic-offset} times -2
5147 @item *
5148 @code{c-basic-offset} times 0.5
5149 @item /
5150 @code{c-basic-offset} times -0.5
5151 @end table
5152
5153 @item A vector
5154 The first element of the vector, an integer, sets the absolute
5155 indentation column. This will override any previously calculated
5156 indentation, but won't override relative indentation calculated from
5157 syntactic elements later on in the syntactic context of the line being
5158 indented. @xref{Indentation Calculation}. Any elements in the vector
5159 beyond the first will be ignored.
5160
5161 @item A function or lambda expression
5162 The function will be called and its return value will in turn be
5163 evaluated as an offset specification. Functions are useful when more
5164 context than just the syntactic symbol is needed to get the desired
5165 indentation. @xref{Line-Up Functions}, and @ref{Custom Line-Up}, for
5166 details about them.
5167
5168 @item A symbol with a variable binding
5169 If the symbol also has a function binding, the function takes
5170 precedence over the variable. Otherwise the value of the variable is
5171 used. It must be an integer (which is used as relative offset) or a
5172 vector (an absolute offset).
5173
5174 @item A list
5175 The offset can also be a list containing several offset
5176 specifications; these are evaluated recursively and combined. A list
5177 is typically only useful when some of the offsets are line-up
5178 functions. A common strategy is calling a sequence of functions in
5179 turn until one of them recognizes that it is appropriate for the
5180 source line and returns a non-@code{nil} value.
5181
5182 @code{nil} values are always ignored when the offsets are combined.
5183 The first element of the list specifies the method of combining the
5184 non-@code{nil} offsets from the remaining elements:
5185
5186 @table @code
5187 @item first
5188 Use the first offset that doesn't evaluate to @code{nil}. Subsequent
5189 elements of the list don't get evaluated.
5190 @item min
5191 Use the minimum of all the offsets. All must be either relative or
5192 absolute - they can't be mixed.
5193 @item max
5194 Use the maximum of all the offsets. All must be either relative or
5195 absolute - they can't be mixed.
5196 @item add
5197 Add all the evaluated offsets together. Exactly one of them may be
5198 absolute, in which case the result is absolute. Any relative offsets
5199 that preceded the absolute one in the list will be ignored in that case.
5200 @end table
5201
5202 As a compatibility measure, if the first element is none of the above
5203 then it too will be taken as an offset specification and the whole list
5204 will be combined according to the method @code{first}.
5205 @end table
5206
5207 @vindex c-strict-syntax-p
5208 @vindex strict-syntax-p (c-)
5209 If an offset specification evaluates to @code{nil}, then a relative
5210 offset of 0 (zero) is used@footnote{There is however a variable
5211 @code{c-strict-syntax-p} that when set to non-@code{nil} will cause an
5212 error to be signaled in that case. It's now considered obsolete since
5213 it doesn't work well with some of the alignment functions that return
5214 @code{nil} instead of zero. You should therefore leave
5215 @code{c-strict-syntax-p} set to @code{nil}.}.
5216
5217 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5218 @node Interactive Customization, Line-Up Functions, c-offsets-alist, Customizing Indentation
5219 @comment node-name, next, previous, up
5220 @section Interactive Customization
5221 @cindex customization, interactive
5222 @cindex interactive customization
5223 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5224
5225 As an example of how to customize indentation, let's change the
5226 style of this example@footnote{In this and subsequent examples, the
5227 original code is formatted using the @samp{gnu} style unless otherwise
5228 indicated. @xref{Styles}.}:
5229
5230 @example
5231 @group
5232 1: int add( int val, int incr, int doit )
5233 2: @{
5234 3: if( doit )
5235 4: @{
5236 5: return( val + incr );
5237 6: @}
5238 7: return( val );
5239 8: @}
5240 @end group
5241 @end example
5242
5243 @noindent
5244 to:
5245
5246 @example
5247 @group
5248 1: int add( int val, int incr, int doit )
5249 2: @{
5250 3: if( doit )
5251 4: @{
5252 5: return( val + incr );
5253 6: @}
5254 7: return( val );
5255 8: @}
5256 @end group
5257 @end example
5258
5259 In other words, we want to change the indentation of braces that open a
5260 block following a condition so that the braces line up under the
5261 conditional, instead of being indented. Notice that the construct we
5262 want to change starts on line 4. To change the indentation of a line,
5263 we need to see which syntactic symbols affect the offset calculations
5264 for that line. Hitting @kbd{C-c C-s} on line 4 yields:
5265
5266 @example
5267 ((substatement-open 44))
5268 @end example
5269
5270 @noindent
5271 so we know that to change the offset of the open brace, we need to
5272 change the indentation for the @code{substatement-open} syntactic
5273 symbol.
5274
5275 To do this interactively, just hit @kbd{C-c C-o}. This prompts
5276 you for the syntactic symbol to change, providing a reasonable default.
5277 In this case, the default is @code{substatement-open}, which is just the
5278 syntactic symbol we want to change!
5279
5280 After you hit return, @ccmode{} will then prompt you for the new
5281 offset value, with the old value as the default. The default in this
5282 case is @samp{+}, but we want no extra indentation so enter
5283 @samp{0} and @kbd{RET}. This will associate the offset 0 with the
5284 syntactic symbol @code{substatement-open}.
5285
5286 To check your changes quickly, just hit @kbd{C-c C-q}
5287 (@code{c-indent-defun}) to reindent the entire function. The example
5288 should now look like:
5289
5290 @example
5291 @group
5292 1: int add( int val, int incr, int doit )
5293 2: @{
5294 3: if( doit )
5295 4: @{
5296 5: return( val + incr );
5297 6: @}
5298 7: return( val );
5299 8: @}
5300 @end group
5301 @end example
5302
5303 Notice how just changing the open brace offset on line 4 is all we
5304 needed to do. Since the other affected lines are indented relative to
5305 line 4, they are automatically indented the way you'd expect. For more
5306 complicated examples, this might not always work. The general approach
5307 to take is to always start adjusting offsets for lines higher up in the
5308 file, then reindent and see if any following lines need further
5309 adjustments.
5310
5311 @c Move this bit to "Styles" (2005/10/7)
5312 @deffn Command c-set-offset symbol offset
5313 @findex set-offset (c-)
5314 @kindex C-c C-o
5315 This is the command bound to @kbd{C-c C-o}. It provides a convenient
5316 way to set offsets on @code{c-offsets-alist} both interactively (see
5317 the example above) and from your mode hook.
5318
5319 It takes two arguments when used programmatically: @var{symbol} is the
5320 syntactic element symbol to change and @var{offset} is the new offset
5321 for that syntactic element.
5322 @end deffn
5323 @c End of MOVE THIS BIT.
5324
5325 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5326 @node Line-Up Functions, Custom Line-Up, Interactive Customization, Customizing Indentation
5327 @comment node-name, next, previous, up
5328 @section Line-Up Functions
5329 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5330
5331 @cindex line-up function
5332 @cindex indentation function
5333 Often there are cases when a simple offset setting on a syntactic
5334 symbol isn't enough to get the desired indentation---for example, you
5335 might want to line up a closing parenthesis with the matching opening
5336 one rather than indenting relative to its ``anchor point''. @ccmode{}
5337 provides this flexibility with @dfn{line-up functions}.
5338
5339 The way you associate a line-up function with a syntactic symbol is
5340 described in @ref{c-offsets-alist}. @ccmode{} comes with many
5341 predefined line-up functions for common situations. If none of these
5342 does what you want, you can write your own. @xref{Custom Line-Up}.
5343 Sometimes, it is easier to tweak the standard indentation by adding a
5344 function to @code{c-special-indent-hook} (@pxref{Other Indentation}).
5345
5346 The line-up functions haven't been adapted for AWK buffers or tested
5347 with them. Some of them might work serendipitously. There shouldn't be
5348 any problems writing custom line-up functions for AWK mode.
5349
5350 The calling convention for line-up functions is described fully in
5351 @ref{Custom Line-Up}. Roughly speaking, the return value is either an
5352 offset itself (such as @code{+} or @code{[0]}) or it's @code{nil},
5353 meaning ``this function is inappropriate in this case - try a
5354 different one''. @xref{c-offsets-alist}.
5355
5356 The subsections below describe all the standard line-up functions,
5357 categorized by the sort of token the lining-up centers around. For
5358 each of these functions there is a ``works with'' list that indicates
5359 which syntactic symbols the function is intended to be used with.
5360
5361 @macro workswith
5362 @emph{Works with:@ }
5363 @end macro
5364 @ifinfo
5365 @unmacro workswith
5366 @macro workswith
5367 Works with:
5368 @end macro
5369 @end ifinfo
5370
5371 @macro sssTBasicOffset
5372 <--> @i{c-basic-offset}@c
5373 @end macro
5374
5375 @macro sssTsssTBasicOffset
5376 <--><--> @i{c-basic-offset}@c
5377 @end macro
5378
5379 @macro hereFn{func}
5380 <- @i{\func\}@c
5381 @end macro
5382
5383 @c The TeX backend seems to insert extra spaces around the argument. :P
5384 @iftex
5385 @unmacro hereFn
5386 @macro hereFn{func}
5387 <-@i{\func\}@c
5388 @end macro
5389 @end iftex
5390
5391 @menu
5392 * Brace/Paren Line-Up::
5393 * List Line-Up::
5394 * Operator Line-Up::
5395 * Comment Line-Up::
5396 * Misc Line-Up::
5397 @end menu
5398
5399 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5400 @node Brace/Paren Line-Up, List Line-Up, Line-Up Functions, Line-Up Functions
5401 @comment node-name, next, previous, up
5402 @subsection Brace and Parenthesis Line-Up Functions
5403 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5404
5405 The line-up functions here calculate the indentation for braces,
5406 parentheses and statements within brace blocks.
5407
5408 @defun c-lineup-close-paren
5409 @findex lineup-close-paren (c-)
5410 Line up the closing paren under its corresponding open paren if the
5411 open paren is followed by code. If the open paren ends its line, no
5412 indentation is added. E.g:
5413
5414 @example
5415 @group
5416 main (int,
5417 char **
5418 ) @hereFn{c-lineup-close-paren}
5419 @end group
5420 @end example
5421
5422 @noindent
5423 and
5424
5425 @example
5426 @group
5427 main (
5428 int, char **
5429 ) @hereFn{c-lineup-close-paren}
5430 @end group
5431 @end example
5432
5433 As a special case, if a brace block is opened at the same line as the
5434 open parenthesis of the argument list, the indentation is
5435 @code{c-basic-offset} instead of the open paren column. See
5436 @code{c-lineup-arglist} for further discussion of this ``DWIM'' measure.
5437
5438 @workswith All @code{*-close} symbols.
5439 @end defun
5440
5441 @comment ------------------------------------------------------------
5442
5443 @anchor{c-lineup-arglist-close-under-paren}
5444 @defun c-lineup-arglist-close-under-paren
5445 @findex lineup-arglist-close-under-paren (c-)
5446 Set your @code{arglist-close} syntactic symbol to this line-up function
5447 so that parentheses that close argument lists will line up under the
5448 parenthesis that opened the argument list. It can also be used with
5449 @code{arglist-cont} and @code{arglist-cont-nonempty} to line up all
5450 lines inside a parenthesis under the open paren.
5451
5452 As a special case, if a brace block is opened at the same line as the
5453 open parenthesis of the argument list, the indentation is
5454 @code{c-basic-offset} only. See @code{c-lineup-arglist} for further
5455 discussion of this ``DWIM'' measure.
5456
5457 @workswith Almost all symbols, but are typically most useful on
5458 @code{arglist-close}, @code{brace-list-close}, @code{arglist-cont} and
5459 @code{arglist-cont-nonempty}.
5460 @end defun
5461
5462 @comment ------------------------------------------------------------
5463
5464 @defun c-indent-one-line-block
5465 @findex indent-one-line-block (c-)
5466 Indent a one line block @code{c-basic-offset} extra. E.g:
5467
5468 @example
5469 @group
5470 if (n > 0)
5471 @{m+=n; n=0;@} @hereFn{c-indent-one-line-block}
5472 @sssTBasicOffset{}
5473 @end group
5474 @end example
5475
5476 @noindent
5477 and
5478
5479 @example
5480 @group
5481 if (n > 0)
5482 @{ @hereFn{c-indent-one-line-block}
5483 m+=n; n=0;
5484 @}
5485 @end group
5486 @end example
5487
5488 The block may be surrounded by any kind of parenthesis characters.
5489 @code{nil} is returned if the line doesn't start with a one line block,
5490 which makes the function usable in list expressions.
5491
5492 @workswith Almost all syntactic symbols, but most useful on the
5493 @code{-open} symbols.
5494 @end defun
5495
5496 @comment ------------------------------------------------------------
5497
5498 @defun c-indent-multi-line-block
5499 @findex indent-multi-line-block (c-)
5500 Indent a multiline block @code{c-basic-offset} extra. E.g:
5501
5502 @example
5503 @group
5504 int *foo[] = @{
5505 NULL,
5506 @{17@}, @hereFn{c-indent-multi-line-block}
5507 @end group
5508 @end example
5509
5510 @noindent
5511 and
5512
5513 @example
5514 @group
5515 int *foo[] = @{
5516 NULL,
5517 @{ @hereFn{c-indent-multi-line-block}
5518 17
5519 @},
5520 @sssTBasicOffset{}
5521 @end group
5522 @end example
5523
5524 The block may be surrounded by any kind of parenthesis characters.
5525 @code{nil} is returned if the line doesn't start with a multiline
5526 block, which makes the function usable in list expressions.
5527
5528 @workswith Almost all syntactic symbols, but most useful on the
5529 @code{-open} symbols.
5530 @end defun
5531
5532 @comment ------------------------------------------------------------
5533
5534 @defun c-lineup-runin-statements
5535 @findex lineup-runin-statements (c-)
5536 Line up statements for coding standards which place the first statement
5537 in a block on the same line as the block opening brace@footnote{Run-in
5538 style doesn't really work too well. You might need to write your own
5539 custom line-up functions to better support this style.}. E.g:
5540
5541 @example
5542 @group
5543 int main()
5544 @{ puts ("Hello!");
5545 return 0; @hereFn{c-lineup-runin-statements}
5546 @}
5547 @end group
5548 @end example
5549
5550 If there is no statement after the opening brace to align with,
5551 @code{nil} is returned. This makes the function usable in list
5552 expressions.
5553
5554 @workswith The @code{statement} syntactic symbol.
5555 @end defun
5556
5557 @comment ------------------------------------------------------------
5558
5559 @defun c-lineup-inexpr-block
5560 @findex lineup-inexpr-block (c-)
5561 This can be used with the in-expression block symbols to indent the
5562 whole block to the column where the construct is started. E.g. for Java
5563 anonymous classes, this lines up the class under the @samp{new} keyword,
5564 and in Pike it lines up the lambda function body under the @samp{lambda}
5565 keyword. Returns @code{nil} if the block isn't part of such a
5566 construct.
5567
5568 @workswith @code{inlambda}, @code{inexpr-statement},
5569 @code{inexpr-class}.
5570 @end defun
5571
5572 @comment ------------------------------------------------------------
5573
5574 @defun c-lineup-after-whitesmith-blocks
5575 @findex lineup-after-whitesmith-blocks (c-)
5576 Compensate for Whitesmith style indentation of blocks. Due to the way
5577 @ccmode{} calculates anchor positions for normal lines inside blocks,
5578 this function is necessary for those lines to get correct Whitesmith
5579 style indentation. Consider the following examples:
5580
5581 @example
5582 @group
5583 int foo()
5584 @{
5585 a;
5586 x; @hereFn{c-lineup-after-whitesmith-blocks}
5587 @end group
5588 @end example
5589
5590 @example
5591 @group
5592 int foo()
5593 @{
5594 @{
5595 a;
5596 @}
5597 x; @hereFn{c-lineup-after-whitesmith-blocks}
5598 @end group
5599 @end example
5600
5601 The fact that the line with @code{x} is preceded by a Whitesmith style
5602 indented block in the latter case and not the first should not affect
5603 its indentation. But since CC Mode in cases like this uses the
5604 indentation of the preceding statement as anchor position, the @code{x}
5605 would in the second case be indented too much if the offset for
5606 @code{statement} was set simply to zero.
5607
5608 This lineup function corrects for this situation by detecting if the
5609 anchor position is at an open paren character. In that case, it instead
5610 indents relative to the surrounding block just like
5611 @code{c-lineup-whitesmith-in-block}.
5612
5613 @workswith @code{brace-list-entry}, @code{brace-entry-open},
5614 @code{statement}, @code{arglist-cont}.
5615 @end defun
5616
5617 @comment ------------------------------------------------------------
5618
5619 @defun c-lineup-whitesmith-in-block
5620 @findex lineup-whitesmith-in-block (c-)
5621 Line up lines inside a block in Whitesmith style. It's done in a way
5622 that works both when the opening brace hangs and when it doesn't. E.g:
5623
5624 @example
5625 @group
5626 something
5627 @{
5628 foo; @hereFn{c-lineup-whitesmith-in-block}
5629 @}
5630 @end group
5631 @end example
5632
5633 @noindent
5634 and
5635
5636 @example
5637 @group
5638 something @{
5639 foo; @hereFn{c-lineup-whitesmith-in-block}
5640 @}
5641 @sssTBasicOffset{}
5642 @end group
5643 @end example
5644
5645 In the first case the indentation is kept unchanged, in the second
5646 @code{c-basic-offset} is added.
5647
5648 @workswith @code{defun-close}, @code{defun-block-intro},
5649 @code{inline-close}, @code{block-close}, @code{brace-list-close},
5650 @code{brace-list-intro}, @code{statement-block-intro},
5651 @code{arglist-intro}, @code{arglist-cont-nonempty},
5652 @code{arglist-close}, and all @code{in*} symbols, e.g. @code{inclass}
5653 and @code{inextern-lang}.
5654 @end defun
5655
5656 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5657 @node List Line-Up, Operator Line-Up, Brace/Paren Line-Up, Line-Up Functions
5658 @comment node-name, next, previous, up
5659 @subsection List Line-Up Functions
5660 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5661
5662 The line-up functions here calculate the indentation for lines which
5663 form lists of items, usually separated by commas.
5664
5665 The function @ref{c-lineup-arglist-close-under-paren}, which is mainly
5666 for indenting a close parenthesis, is also useful for the lines
5667 contained within parentheses.
5668
5669 @defun c-lineup-arglist
5670 @findex lineup-arglist (c-)
5671 Line up the current argument line under the first argument.
5672
5673 As a special case, if an argument on the same line as the open
5674 parenthesis starts with a brace block opener, the indentation is
5675 @code{c-basic-offset} only. This is intended as a ``DWIM'' measure in
5676 cases like macros that contain statement blocks, e.g:
5677
5678 @example
5679 @group
5680 A_VERY_LONG_MACRO_NAME (@{
5681 some (code, with + long, lines * in[it]);
5682 @});
5683 @sssTBasicOffset{}
5684 @end group
5685 @end example
5686
5687 This is motivated partly because it's more in line with how code
5688 blocks are handled, and partly since it approximates the behavior of
5689 earlier CC Mode versions, which due to inaccurate analysis tended to
5690 indent such cases this way.
5691
5692 @workswith @code{arglist-cont-nonempty}, @code{arglist-close}.
5693 @end defun
5694
5695 @comment ------------------------------------------------------------
5696
5697 @defun c-lineup-arglist-intro-after-paren
5698 @findex lineup-arglist-intro-after-paren (c-)
5699 Line up a line to just after the open paren of the surrounding paren or
5700 brace block.
5701
5702 @workswith @code{defun-block-intro}, @code{brace-list-intro},
5703 @code{statement-block-intro}, @code{statement-case-intro},
5704 @code{arglist-intro}.
5705 @end defun
5706
5707 @comment ------------------------------------------------------------
5708
5709 @defun c-lineup-multi-inher
5710 @findex lineup-multi-inher (c-)
5711 Line up the classes in C++ multiple inheritance clauses and member
5712 initializers under each other. E.g:
5713
5714 @example
5715 @group
5716 Foo::Foo (int a, int b):
5717 Cyphr (a),
5718 Bar (b) @hereFn{c-lineup-multi-inher}
5719 @end group
5720 @end example
5721
5722 @noindent
5723 and
5724
5725 @example
5726 @group
5727 class Foo
5728 : public Cyphr,
5729 public Bar @hereFn{c-lineup-multi-inher}
5730 @end group
5731 @end example
5732
5733 @noindent
5734 and
5735
5736 @example
5737 @group
5738 Foo::Foo (int a, int b)
5739 : Cyphr (a)
5740 , Bar (b) @hereFn{c-lineup-multi-inher}
5741 @end group
5742 @end example
5743
5744 @workswith @code{inher-cont}, @code{member-init-cont}.
5745 @end defun
5746
5747 @comment ------------------------------------------------------------
5748
5749 @defun c-lineup-java-inher
5750 @findex lineup-java-inher (c-)
5751 Line up Java implements and extends declarations. If class names
5752 follow on the same line as the @samp{implements}/@samp{extends}
5753 keyword, they are lined up under each other. Otherwise, they are
5754 indented by adding @code{c-basic-offset} to the column of the keyword.
5755 E.g:
5756
5757 @example
5758 @group
5759 class Foo
5760 extends
5761 Bar @hereFn{c-lineup-java-inher}
5762 @sssTBasicOffset{}
5763 @end group
5764 @end example
5765
5766 @noindent
5767 and
5768
5769 @example
5770 @group
5771 class Foo
5772 extends Cyphr,
5773 Bar @hereFn{c-lineup-java-inher}
5774 @end group
5775 @end example
5776
5777 @workswith @code{inher-cont}.
5778 @end defun
5779
5780 @comment ------------------------------------------------------------
5781
5782 @defun c-lineup-java-throws
5783 @findex lineup-java-throws (c-)
5784 Line up Java throws declarations. If exception names follow on the
5785 same line as the throws keyword, they are lined up under each other.
5786 Otherwise, they are indented by adding @code{c-basic-offset} to the
5787 column of the @samp{throws} keyword. The @samp{throws} keyword itself
5788 is also indented by @code{c-basic-offset} from the function declaration
5789 start if it doesn't hang. E.g:
5790
5791 @example
5792 @group
5793 int foo()
5794 throws @hereFn{c-lineup-java-throws}
5795 Bar @hereFn{c-lineup-java-throws}
5796 @sssTsssTBasicOffset{}
5797 @end group
5798 @end example
5799
5800 @noindent
5801 and
5802
5803 @example
5804 @group
5805 int foo() throws Cyphr,
5806 Bar, @hereFn{c-lineup-java-throws}
5807 Vlod @hereFn{c-lineup-java-throws}
5808 @end group
5809 @end example
5810
5811 @workswith @code{func-decl-cont}.
5812 @end defun
5813
5814 @comment ------------------------------------------------------------
5815
5816 @defun c-lineup-template-args
5817 @findex lineup-template-args (c-)
5818 Line up the arguments of a template argument list under each other, but
5819 only in the case where the first argument is on the same line as the
5820 opening @samp{<}.
5821
5822 To allow this function to be used in a list expression, @code{nil} is
5823 returned if there's no template argument on the first line.
5824
5825 @workswith @code{template-args-cont}.
5826 @end defun
5827
5828 @comment ------------------------------------------------------------
5829
5830 @defun c-lineup-ObjC-method-call
5831 @findex lineup-ObjC-method-call (c-)
5832 For Objective-C code, line up selector args as Emacs Lisp mode does
5833 with function args: go to the position right after the message receiver,
5834 and if you are at the end of the line, indent the current line
5835 c-basic-offset columns from the opening bracket; otherwise you are
5836 looking at the first character of the first method call argument, so
5837 lineup the current line with it.
5838
5839 @workswith @code{objc-method-call-cont}.
5840 @end defun
5841
5842 @comment ------------------------------------------------------------
5843
5844 @defun c-lineup-ObjC-method-args
5845 @findex lineup-ObjC-method-args (c-)
5846 For Objective-C code, line up the colons that separate args. The colon
5847 on the current line is aligned with the one on the first line.
5848
5849 @workswith @code{objc-method-args-cont}.
5850 @end defun
5851
5852 @comment ------------------------------------------------------------
5853
5854 @defun c-lineup-ObjC-method-args-2
5855 @findex lineup-ObjC-method-args-2 (c-)
5856 Similar to @code{c-lineup-ObjC-method-args} but lines up the colon on
5857 the current line with the colon on the previous line.
5858
5859 @workswith @code{objc-method-args-cont}.
5860 @end defun
5861
5862 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5863 @node Operator Line-Up, Comment Line-Up, List Line-Up, Line-Up Functions
5864 @comment node-name, next, previous, up
5865 @subsection Operator Line-Up Functions
5866 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5867
5868 The line-up functions here calculate the indentation for lines which
5869 start with an operator, by lining it up with something on the previous
5870 line.
5871
5872 @defun c-lineup-argcont
5873 @findex lineup-argcont (c-)
5874 Line up a continued argument. E.g:
5875
5876 @example
5877 @group
5878 foo (xyz, aaa + bbb + ccc
5879 + ddd + eee + fff); @hereFn{c-lineup-argcont}
5880 @end group
5881 @end example
5882
5883 Only continuation lines like this are touched, @code{nil} is returned on
5884 lines which are the start of an argument.
5885
5886 Within a gcc @code{asm} block, @code{:} is recognized as an argument
5887 separator, but of course only between operand specifications, not in the
5888 expressions for the operands.
5889
5890 @workswith @code{arglist-cont}, @code{arglist-cont-nonempty}.
5891 @end defun
5892
5893 @comment ------------------------------------------------------------
5894
5895 @defun c-lineup-arglist-operators
5896 @findex lineup-arglist-operators (c-)
5897 Line up lines starting with an infix operator under the open paren.
5898 Return @code{nil} on lines that don't start with an operator, to leave
5899 those cases to other line-up functions. Example:
5900
5901 @example
5902 @group
5903 if ( x < 10
5904 || at_limit (x, @hereFn{c-lineup-arglist-operators}
5905 list) @hereFn{c-lineup-arglist-operators@r{ returns nil}}
5906 )
5907 @end group
5908 @end example
5909
5910 Since this function doesn't do anything for lines without an infix
5911 operator you typically want to use it together with some other lineup
5912 settings, e.g. as follows (the @code{arglist-close} setting is just a
5913 suggestion to get a consistent style):
5914
5915 @example
5916 (c-set-offset 'arglist-cont
5917 '(c-lineup-arglist-operators 0))
5918 (c-set-offset 'arglist-cont-nonempty
5919 '(c-lineup-arglist-operators c-lineup-arglist))
5920 (c-set-offset 'arglist-close
5921 '(c-lineup-arglist-close-under-paren))
5922 @end example
5923
5924 @workswith @code{arglist-cont}, @code{arglist-cont-nonempty}.
5925 @end defun
5926
5927 @comment ------------------------------------------------------------
5928
5929 @defun c-lineup-assignments
5930 @findex lineup-assignments (c-)
5931 Line up the current line after the assignment operator on the first line
5932 in the statement. If there isn't any, return nil to allow stacking with
5933 other line-up functions. If the current line contains an assignment
5934 operator too, try to align it with the first one.
5935
5936 @workswith @code{topmost-intro-cont}, @code{statement-cont},
5937 @code{arglist-cont}, @code{arglist-cont-nonempty}.
5938
5939 @end defun
5940
5941 @comment ------------------------------------------------------------
5942
5943 @defun c-lineup-math
5944 @findex lineup-math (c-)
5945 Like @code{c-lineup-assignments} but indent with @code{c-basic-offset}
5946 if no assignment operator was found on the first line. I.e. this
5947 function is the same as specifying a list @code{(c-lineup-assignments
5948 +)}. It's provided for compatibility with old configurations.
5949
5950 @workswith @code{topmost-intro-cont}, @code{statement-cont},
5951 @code{arglist-cont}, @code{arglist-cont-nonempty}.
5952 @end defun
5953
5954 @comment ------------------------------------------------------------
5955
5956 @defun c-lineup-cascaded-calls
5957 @findex lineup-cascaded-calls (c-)
5958 Line up ``cascaded calls'' under each other. If the line begins with
5959 @code{->} or @code{.} and the preceding line ends with one or more
5960 function calls preceded by the same token, then the arrow is lined up
5961 with the first of those tokens. E.g:
5962
5963 @example
5964 @group
5965 r = proc->add(17)->add(18)
5966 ->add(19) + @hereFn{c-lineup-cascaded-calls}
5967 offset; @hereFn{c-lineup-cascaded-calls@r{ (inactive)}}
5968 @end group
5969 @end example
5970
5971 In any other situation @code{nil} is returned to allow use in list
5972 expressions.
5973
5974 @workswith @code{topmost-intro-cont}, @code{statement-cont},
5975 @code{arglist-cont}, @code{arglist-cont-nonempty}.
5976 @end defun
5977
5978 @comment ------------------------------------------------------------
5979
5980 @defun c-lineup-streamop
5981 @findex lineup-streamop (c-)
5982 Line up C++ stream operators (i.e. @samp{<<} and @samp{>>}).
5983
5984 @workswith @code{stream-op}.
5985 @end defun
5986
5987 @comment ------------------------------------------------------------
5988
5989 @defun c-lineup-string-cont
5990 @findex lineup-string-cont (c-)
5991 Line up a continued string under the one it continues. A continued
5992 string in this sense is where a string literal follows directly after
5993 another one. E.g:
5994
5995 @example
5996 @group
5997 result = prefix + "A message "
5998 "string."; @hereFn{c-lineup-string-cont}
5999 @end group
6000 @end example
6001
6002 @code{nil} is returned in other situations, to allow stacking with other
6003 lineup functions.
6004
6005 @workswith @code{topmost-intro-cont}, @code{statement-cont},
6006 @code{arglist-cont}, @code{arglist-cont-nonempty}.
6007 @end defun
6008
6009
6010 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6011 @node Comment Line-Up, Misc Line-Up, Operator Line-Up, Line-Up Functions
6012 @comment node-name, next, previous, up
6013 @subsection Comment Line-Up Functions
6014 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6015
6016 The lineup functions here calculate the indentation for several types
6017 of comment structure.
6018
6019 @defun c-lineup-C-comments
6020 @findex lineup-C-comments (c-)
6021 Line up C block comment continuation lines. Various heuristics are used
6022 to handle most of the common comment styles. Some examples:
6023
6024 @example
6025 @group
6026 /* /** /*
6027 * text * text text
6028 */ */ */
6029 @end group
6030 @end example
6031
6032 @example
6033 @group
6034 /* text /* /**
6035 text ** text ** text
6036 */ */ */
6037 @end group
6038 @end example
6039
6040 @example
6041 @group
6042 /**************************************************
6043 * text
6044 *************************************************/
6045 @end group
6046 @end example
6047
6048 @vindex comment-start-skip
6049 @example
6050 @group
6051 /**************************************************
6052 Free form text comments:
6053 In comments with a long delimiter line at the
6054 start, the indentation is kept unchanged for lines
6055 that start with an empty comment line prefix. The
6056 delimiter line is whatever matches the
6057 @code{comment-start-skip} regexp.
6058 **************************************************/
6059 @end group
6060 @end example
6061
6062 The style variable @code{c-comment-prefix-regexp} is used to recognize
6063 the comment line prefix, e.g. the @samp{*} that usually starts every
6064 line inside a comment.
6065
6066 @workswith The @code{c} syntactic symbol.
6067 @end defun
6068
6069 @comment ------------------------------------------------------------
6070
6071 @defun c-lineup-comment
6072 @findex lineup-comment (c-)
6073 Line up a comment-only line according to the style variable
6074 @code{c-comment-only-line-offset}. If the comment is lined up with a
6075 comment starter on the previous line, that alignment is preserved.
6076
6077 @defopt c-comment-only-line-offset
6078 @vindex comment-only-line-offset (c-)
6079 This style variable specifies the extra offset for the line. It can
6080 contain an integer or a cons cell of the form
6081
6082 @example
6083 (@r{@var{non-anchored-offset}} . @r{@var{anchored-offset}})
6084 @end example
6085
6086 @noindent
6087 where @var{non-anchored-offset} is the amount of offset given to
6088 non-column-zero anchored lines, and @var{anchored-offset} is the amount
6089 of offset to give column-zero anchored lines. Just an integer as value
6090 is equivalent to @code{(@r{@var{value}} . -1000)}.
6091 @end defopt
6092
6093 @workswith @code{comment-intro}.
6094 @end defun
6095
6096 @comment ------------------------------------------------------------
6097
6098 @defun c-lineup-knr-region-comment
6099 @findex lineup-knr-region-comment (c-)
6100 Line up a comment in the ``K&R region'' with the declaration. That is
6101 the region between the function or class header and the beginning of the
6102 block. E.g:
6103
6104 @example
6105 @group
6106 int main()
6107 /* Called at startup. */ @hereFn{c-lineup-knr-region-comment}
6108 @{
6109 return 0;
6110 @}
6111 @end group
6112 @end example
6113
6114 Return @code{nil} if called in any other situation, to be useful in list
6115 expressions.
6116
6117 @workswith @code{comment-intro}.
6118 @end defun
6119
6120 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6121 @node Misc Line-Up, , Comment Line-Up, Line-Up Functions
6122 @comment node-name, next, previous, up
6123 @subsection Miscellaneous Line-Up Functions
6124 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6125
6126 The line-up functions here are the odds and ends which didn't fit into
6127 any earlier category.
6128
6129 @defun c-lineup-dont-change
6130 @findex lineup-dont-change (c-)
6131 This lineup function makes the line stay at whatever indentation it
6132 already has; think of it as an identity function for lineups.
6133
6134 @workswith Any syntactic symbol.
6135 @end defun
6136
6137 @comment ------------------------------------------------------------
6138
6139 @defun c-lineup-cpp-define
6140 @findex lineup-cpp-define (c-)
6141 Line up macro continuation lines according to the indentation of the
6142 construct preceding the macro. E.g:
6143
6144 @example
6145 @group
6146 const char msg[] = @hereFn{@r{The beginning of the preceding construct.}}
6147 \"Some text.\";
6148
6149 #define X(A, B) \
6150 do @{ \ @hereFn{c-lineup-cpp-define}
6151 printf (A, B); \
6152 @} while (0)
6153 @end group
6154 @end example
6155
6156 @noindent
6157 and:
6158
6159 @example
6160 @group
6161 int dribble() @{
6162 if (!running) @hereFn{@r{The beginning of the preceding construct.}}
6163 error(\"Not running!\");
6164
6165 #define X(A, B) \
6166 do @{ \ @hereFn{c-lineup-cpp-define}
6167 printf (A, B); \
6168 @} while (0)
6169 @end group
6170 @end example
6171
6172 If @code{c-syntactic-indentation-in-macros} is non-@code{nil}, the
6173 function returns the relative indentation to the macro start line to
6174 allow accumulation with other offsets. E.g. in the following cases,
6175 @code{cpp-define-intro} is combined with the
6176 @code{statement-block-intro} that comes from the @samp{do @{} that hangs
6177 on the @samp{#define} line:
6178
6179 @example
6180 @group
6181 const char msg[] =
6182 \"Some text.\";
6183
6184 #define X(A, B) do @{ \
6185 printf (A, B); \ @hereFn{c-lineup-cpp-define}
6186 this->refs++; \
6187 @} while (0) @hereFn{c-lineup-cpp-define}
6188 @end group
6189 @end example
6190
6191 @noindent
6192 and:
6193
6194 @example
6195 @group
6196 int dribble() @{
6197 if (!running)
6198 error(\"Not running!\");
6199
6200 #define X(A, B) do @{ \
6201 printf (A, B); \ @hereFn{c-lineup-cpp-define}
6202 this->refs++; \
6203 @} while (0) @hereFn{c-lineup-cpp-define}
6204 @end group
6205 @end example
6206
6207 The relative indentation returned by @code{c-lineup-cpp-define} is zero
6208 and two, respectively, on the two lines in each of these examples. They
6209 are then added to the two column indentation that
6210 @code{statement-block-intro} gives in both cases here.
6211
6212 If the relative indentation is zero, then @code{nil} is returned
6213 instead. That is useful in a list expression to specify the default
6214 indentation on the top level.
6215
6216 If @code{c-syntactic-indentation-in-macros} is @code{nil} then this
6217 function keeps the current indentation, except for empty lines (ignoring
6218 the ending backslash) where it takes the indentation from the closest
6219 preceding nonempty line in the macro. If there's no such line in the
6220 macro then the indentation is taken from the construct preceding it, as
6221 described above.
6222
6223 @workswith @code{cpp-define-intro}.
6224 @end defun
6225
6226 @comment ------------------------------------------------------------
6227
6228 @defun c-lineup-gcc-asm-reg
6229 @findex lineup-gcc-asm-reg (c-)
6230 Line up a gcc asm register under one on a previous line.
6231
6232 @example
6233 @group
6234 asm ("foo %1, %0\n"
6235 "bar %0, %1"
6236 : "=r" (w),
6237 "=r" (x)
6238 : "0" (y),
6239 "1" (z));
6240 @end group
6241 @end example
6242
6243 The @samp{x} line is aligned to the text after the @samp{:} on the
6244 @samp{w} line, and similarly @samp{z} under @samp{y}.
6245
6246 This is done only in an @samp{asm} or @samp{__asm__} block, and only to
6247 those lines mentioned. Anywhere else @code{nil} is returned. The usual
6248 arrangement is to have this routine as an extra feature at the start of
6249 arglist lineups, e.g.
6250
6251 @example
6252 (c-lineup-gcc-asm-reg c-lineup-arglist)
6253 @end example
6254
6255 @workswith @code{arglist-cont}, @code{arglist-cont-nonempty}.
6256 @end defun
6257
6258 @comment ------------------------------------------------------------
6259
6260 @defun c-lineup-topmost-intro-cont
6261 @findex lineup-topmost-intro-cont (c-)
6262 Line up declaration continuation lines zero or one indentation
6263 step@footnote{This function is mainly provided to mimic the behavior of
6264 CC Mode 5.28 and earlier where this case wasn't handled consistently so
6265 that those lines could be analyzed as either topmost-intro-cont or
6266 statement-cont. It's used for @code{topmost-intro-cont} by default, but
6267 you might consider using @code{+} instead.}. For lines preceding a
6268 definition, zero is used. For other lines, @code{c-basic-offset} is
6269 added to the indentation. E.g:
6270
6271 @example
6272 @group
6273 int
6274 neg (int i) @hereFn{c-lineup-topmost-intro-cont}
6275 @{
6276 return -i;
6277 @}
6278 @end group
6279 @end example
6280
6281 @noindent
6282 and
6283
6284 @example
6285 @group
6286 struct
6287 larch @hereFn{c-lineup-topmost-intro-cont}
6288 @{
6289 double height;
6290 @}
6291 the_larch, @hereFn{c-lineup-topmost-intro-cont}
6292 another_larch; @hereFn{c-lineup-topmost-intro-cont}
6293 @sssTBasicOffset{}
6294 @end group
6295 @end example
6296
6297 @noindent
6298 and
6299
6300 @example
6301 @group
6302 struct larch
6303 the_larch, @hereFn{c-lineup-topmost-intro-cont}
6304 another_larch; @hereFn{c-lineup-topmost-intro-cont}
6305 @end group
6306 @end example
6307
6308 @workswith @code{topmost-intro-cont}.
6309 @end defun
6310
6311 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6312 @node Custom Line-Up, Other Indentation, Line-Up Functions, Customizing Indentation
6313 @comment node-name, next, previous, up
6314 @section Custom Line-Up Functions
6315 @cindex customization, indentation functions
6316 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6317
6318 The most flexible way to customize indentation is by writing custom
6319 line-up functions, and associating them with specific syntactic
6320 symbols (@pxref{c-offsets-alist}). Depending on the effect you want,
6321 it might be better to write a @code{c-special-indent-hook} function
6322 rather than a line-up function (@pxref{Other Indentation}).
6323
6324 @ccmode{} comes with an extensive set of predefined line-up functions,
6325 not all of which are used by the default styles. So there's a good
6326 chance the function you want already exists. @xref{Line-Up
6327 Functions}, for a list of them. If you write your own line-up
6328 function, it's probably a good idea to start working from one of these
6329 predefined functions, which can be found in the file
6330 @file{cc-align.el}. If you have written a line-up function that you
6331 think is generally useful, you're very welcome to contribute it;
6332 please contact @email{bug-cc-mode@@gnu.org}.
6333
6334 Line-up functions are passed a single argument, the syntactic
6335 element (see below). The return value is a @code{c-offsets-alist}
6336 offset specification: for example, an integer, a symbol such as
6337 @code{+}, a vector, @code{nil}@footnote{Returning @code{nil} is useful
6338 when the offset specification for a syntactic element is a list
6339 containing the line-up function (@pxref{c-offsets-alist}).}, or even
6340 another line-up function. Full details of these are in
6341 @ref{c-offsets-alist}.
6342
6343 Line-up functions must not move point or change the content of the
6344 buffer (except temporarily). They are however allowed to do
6345 @dfn{hidden buffer changes}, i.e. setting text properties for caching
6346 purposes etc. Buffer undo recording is disabled while they run.
6347
6348 The syntactic element passed as the parameter to a line-up function is
6349 a cons cell of the form
6350
6351 @example
6352 (@r{@var{syntactic-symbol}} . @r{@var{anchor-position}})
6353 @end example
6354
6355 @noindent
6356 @c FIXME!!! The following sentence might be better omitted, since the
6357 @c information is in the cross reference "Syntactic Analysis". 2005/10/2.
6358 where @var{syntactic-symbol} is the symbol that the function was
6359 called for, and @var{anchor-position} is the anchor position (if any)
6360 for the construct that triggered the syntactic symbol
6361 (@pxref{Syntactic Analysis}). This cons cell is how the syntactic
6362 element of a line used to be represented in @ccmode{} 5.28 and
6363 earlier. Line-up functions are still passed this cons cell, so as to
6364 preserve compatibility with older configurations. In the future, we
6365 may decide to convert to using the full list format---you can prepare
6366 your setup for this by using the access functions
6367 (@code{c-langelem-sym}, etc.) described below.
6368
6369 @vindex c-syntactic-element
6370 @vindex syntactic-element (c-)
6371 @vindex c-syntactic-context
6372 @vindex syntactic-context (c-)
6373 Some syntactic symbols, e.g. @code{arglist-cont-nonempty}, have more
6374 info in the syntactic element - typically other positions that can be
6375 interesting besides the anchor position. That info can't be accessed
6376 through the passed argument, which is a cons cell. Instead, you can
6377 get this information from the variable @code{c-syntactic-element},
6378 which is dynamically bound to the complete syntactic element. The
6379 variable @code{c-syntactic-context} might also be useful - it gets
6380 dynamically bound to the complete syntactic context. @xref{Custom
6381 Braces}.
6382
6383 @ccmode{} provides a few functions to access parts of syntactic
6384 elements in a more abstract way. Besides making the code easier to
6385 read, they also hide the difference between the old cons cell form
6386 used in the line-up function argument and the new list form used in
6387 @code{c-syntactic-element} and everywhere else. The functions are:
6388
6389 @defun c-langelem-sym langelem
6390 @findex langelem-sym (c-)
6391 Return the syntactic symbol in @var{langelem}.
6392 @end defun
6393
6394 @defun c-langelem-pos langelem
6395 @findex langelem-pos (c-)
6396 Return the anchor position in @var{langelem}, or nil if there is none.
6397 @end defun
6398
6399 @defun c-langelem-col langelem &optional preserve-point
6400 @findex langelem-col (c-)
6401 Return the column of the anchor position in @var{langelem}. Also move
6402 the point to that position unless @var{preserve-point} is
6403 non-@code{nil}.
6404 @end defun
6405
6406 @defun c-langelem-2nd-pos langelem
6407 @findex langelem-2nd-pos (c-)
6408 Return the secondary position in @var{langelem}, or @code{nil} if there
6409 is none.
6410
6411 Note that the return value of this function is always @code{nil} if
6412 @var{langelem} is in the old cons cell form. Thus this function is
6413 only meaningful when used on syntactic elements taken from
6414 @code{c-syntactic-element} or @code{c-syntactic-context}.
6415 @end defun
6416
6417 Custom line-up functions can be as simple or as complex as you like, and
6418 any syntactic symbol that appears in @code{c-offsets-alist} can have a
6419 custom line-up function associated with it.
6420
6421 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6422 @node Other Indentation, , Custom Line-Up, Customizing Indentation
6423 @comment node-name, next, previous, up
6424 @section Other Special Indentations
6425 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6426
6427 Here are the remaining odds and ends regarding indentation:
6428
6429 @defopt c-label-minimum-indentation
6430 @vindex label-minimum-indentation (c-)
6431 In @samp{gnu} style (@pxref{Built-in Styles}), a minimum indentation is
6432 imposed on lines inside code blocks. This minimum indentation is
6433 controlled by this style variable. The default value is 1.
6434
6435 @findex c-gnu-impose-minimum
6436 @findex gnu-impose-minimum (c-)
6437 It's the function @code{c-gnu-impose-minimum} that enforces this minimum
6438 indentation. It must be present on @code{c-special-indent-hook} to
6439 work.
6440 @end defopt
6441
6442 @defopt c-special-indent-hook
6443 @vindex special-indent-hook (c-)
6444 This style variable is a standard hook variable that is called after
6445 every line is indented by @ccmode{}. It is called only if
6446 @code{c-syntactic-indentation} is non-@code{nil} (which it is by
6447 default (@pxref{Indentation Engine Basics})). You can put a function
6448 on this hook to do any special indentation or ad hoc line adjustments
6449 your style dictates, such as adding extra indentation to constructors
6450 or destructor declarations in a class definition, etc. Sometimes it
6451 is better to write a custom Line-up Function instead (@pxref{Custom
6452 Line-Up}).
6453
6454 When the indentation engine calls this hook, the variable
6455 @code{c-syntactic-context} is bound to the current syntactic context
6456 (i.e. what you would get by typing @kbd{C-c C-s} on the source line.
6457 @xref{Custom Braces}.). Note that you should not change point or mark
6458 inside a @code{c-special-indent-hook} function, i.e. you'll probably
6459 want to wrap your function in a @code{save-excursion}@footnote{The
6460 numerical value returned by @code{point} will change if you change the
6461 indentation of the line within a @code{save-excursion} form, but point
6462 itself will still be over the same piece of text.}.
6463
6464 Setting @code{c-special-indent-hook} in style definitions is handled
6465 slightly differently from other variables---A style can only add
6466 functions to this hook, not remove them. @xref{Style Variables}.
6467 @end defopt
6468
6469
6470 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6471 @node Custom Macros, Odds and Ends, Customizing Indentation, Top
6472 @comment node-name, next, previous, up
6473 @chapter Customizing Macros
6474 @cindex macros
6475 @cindex preprocessor directives
6476 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6477
6478 Normally, the lines in a multi-line macro are indented relative to
6479 each other as though they were code. You can suppress this behavior
6480 by setting the following user option:
6481
6482 @defopt c-syntactic-indentation-in-macros
6483 @vindex syntactic-indentation-in-macros (c-)
6484 Enable syntactic analysis inside macros, which is the default. If this
6485 is @code{nil}, all lines inside macro definitions are analyzed as
6486 @code{cpp-macro-cont}.
6487 @end defopt
6488
6489 @ccmode{} provides some tools to help keep the line continuation
6490 backslashes in macros neat and tidy. Their precise action is
6491 customized with these variables:
6492
6493 @defopt c-backslash-column
6494 @vindex backslash-column (c-)
6495 @defoptx c-backslash-max-column
6496 @vindex backslash-max-column (c-)
6497 These variables control the alignment columns for line continuation
6498 backslashes in multiline macros. They are used by the functions that
6499 automatically insert or align such backslashes,
6500 e.g. @code{c-backslash-region} and @code{c-context-line-break}.
6501
6502 @code{c-backslash-column} specifies the minimum column for the
6503 backslashes. If any line in the macro goes past this column, then the
6504 next tab stop (i.e. next multiple of @code{tab-width}) in that line is
6505 used as the alignment column for all the backslashes, so that they
6506 remain in a single column. However, if any lines go past
6507 @code{c-backslash-max-column} then the backslashes in the rest of the
6508 macro will be kept at that column, so that the lines which are too
6509 long ``stick out'' instead.
6510
6511 Don't ever set these variables to @code{nil}. If you want to disable
6512 the automatic alignment of backslashes, use
6513 @code{c-auto-align-backslashes}.
6514 @end defopt
6515
6516 @defopt c-auto-align-backslashes
6517 @vindex auto-align-backslashes (c-)
6518 Align automatically inserted line continuation backslashes if
6519 non-@code{nil}. When line continuation backslashes are inserted
6520 automatically for line breaks in multiline macros, e.g. by
6521 @code{c-context-line-break}, they are aligned with the other
6522 backslashes in the same macro if this flag is set.
6523
6524 If @code{c-auto-align-backslashes} is @code{nil}, automatically
6525 inserted backslashes are preceded by a single space, and backslashes
6526 get aligned only when you explicitly invoke the command
6527 @code{c-backslash-region} (@kbd{C-c C-\}).
6528 @end defopt
6529
6530 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6531 @node Odds and Ends, Sample .emacs File, Custom Macros, Top
6532 @comment node-name, next, previous, up
6533 @chapter Odds and Ends
6534 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6535
6536 The stuff that didn't fit in anywhere else is documented here.
6537
6538 @defopt c-require-final-newline
6539 @vindex require-final-newline (c-)
6540 Controls whether a final newline is enforced when the file is saved.
6541 The value is an association list that for each language mode specifies
6542 the value to give to @code{require-final-newline} (@pxref{Saving
6543 Buffers,,, @lispref{}, @lispreftitle{}}) at mode initialization. If a
6544 language isn't present on the association list, CC Mode won't touch
6545 @code{require-final-newline} in buffers for that language.
6546
6547 The default is to set @code{require-final-newline} to @code{t} in the
6548 languages that mandate that source files should end with newlines.
6549 These are C, C++ and Objective-C.
6550 @end defopt
6551
6552 @defopt c-echo-syntactic-information-p
6553 @vindex echo-syntactic-information-p (c-)
6554 If non-@code{nil}, the syntactic analysis for the current line is shown
6555 in the echo area when it's indented (unless
6556 @code{c-syntactic-indentation} is @code{nil}). That's useful when
6557 finding out which syntactic symbols to modify to get the indentation you
6558 want.
6559 @end defopt
6560
6561 @defopt c-report-syntactic-errors
6562 @vindex report-syntactic-errors (c-)
6563 If non-@code{nil}, certain syntactic errors are reported with a ding and
6564 a message, for example when an @code{else} is indented for which there
6565 is no corresponding @code{if}.
6566
6567 Note however that @ccmode{} doesn't make any special effort to check for
6568 syntactic errors; that's the job of the compiler. The reason it can
6569 report cases like the one above is that it can't find the correct
6570 anchoring position to indent the line in that case.
6571 @end defopt
6572
6573
6574 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6575 @node Sample .emacs File, Performance Issues, Odds and Ends, Top
6576 @comment node-name, next, previous, up
6577 @appendix Sample .emacs File
6578 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6579
6580 Here's a sample .emacs file fragment that might help you along the way.
6581 Just copy this region and paste it into your .emacs file. You might want
6582 to change some of the actual values.
6583
6584 @verbatim
6585 ;; Make a non-standard key binding. We can put this in
6586 ;; c-mode-base-map because c-mode-map, c++-mode-map, and so on,
6587 ;; inherit from it.
6588 (defun my-c-initialization-hook ()
6589 (define-key c-mode-base-map "\C-m" 'c-context-line-break))
6590 (add-hook 'c-initialization-hook 'my-c-initialization-hook)
6591
6592 ;; offset customizations not in my-c-style
6593 ;; This will take precedence over any setting of the syntactic symbol
6594 ;; made by a style.
6595 (setq c-offsets-alist '((member-init-intro . ++)))
6596
6597 ;; Create my personal style.
6598 (defconst my-c-style
6599 '((c-tab-always-indent . t)
6600 (c-comment-only-line-offset . 4)
6601 (c-hanging-braces-alist . ((substatement-open after)
6602 (brace-list-open)))
6603 (c-hanging-colons-alist . ((member-init-intro before)
6604 (inher-intro)
6605 (case-label after)
6606 (label after)
6607 (access-label after)))
6608 (c-cleanup-list . (scope-operator
6609 empty-defun-braces
6610 defun-close-semi))
6611 (c-offsets-alist . ((arglist-close . c-lineup-arglist)
6612 (substatement-open . 0)
6613 (case-label . 4)
6614 (block-open . 0)
6615 (knr-argdecl-intro . -)))
6616 (c-echo-syntactic-information-p . t))
6617 "My C Programming Style")
6618 (c-add-style "PERSONAL" my-c-style)
6619
6620 ;; Customizations for all modes in CC Mode.
6621 (defun my-c-mode-common-hook ()
6622 ;; set my personal style for the current buffer
6623 (c-set-style "PERSONAL")
6624 ;; other customizations
6625 (setq tab-width 8
6626 ;; this will make sure spaces are used instead of tabs
6627 indent-tabs-mode nil)
6628 ;; we like auto-newline, but not hungry-delete
6629 (c-toggle-auto-newline 1))
6630 (add-hook 'c-mode-common-hook 'my-c-mode-common-hook)
6631 @end verbatim
6632
6633 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6634 @node Performance Issues, Limitations and Known Bugs, Sample .emacs File, Top
6635 @comment node-name, next, previous, up
6636 @chapter Performance Issues
6637 @cindex performance
6638 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6639
6640 @comment FIXME: (ACM, 2003/5/24). Check whether AWK needs mentioning here.
6641
6642 C and its derivative languages are highly complex creatures. Often,
6643 ambiguous code situations arise that require @ccmode{} to scan large
6644 portions of the buffer to determine syntactic context. Such
6645 pathological code can cause @ccmode{} to perform fairly badly. This
6646 section gives some insight in how @ccmode{} operates, how that interacts
6647 with some coding styles, and what you can use to improve performance.
6648
6649 The overall goal is that @ccmode{} shouldn't be overly slow (i.e. take
6650 more than a fraction of a second) in any interactive operation.
6651 I.e. it's tuned to limit the maximum response time in single operations,
6652 which is sometimes at the expense of batch-like operations like
6653 reindenting whole blocks. If you find that @ccmode{} gradually gets
6654 slower and slower in certain situations, perhaps as the file grows in
6655 size or as the macro or comment you're editing gets bigger, then chances
6656 are that something isn't working right. You should consider reporting
6657 it, unless it's something that's mentioned in this section.
6658
6659 Because @ccmode{} has to scan the buffer backwards from the current
6660 insertion point, and because C's syntax is fairly difficult to parse in
6661 the backwards direction, @ccmode{} often tries to find the nearest
6662 position higher up in the buffer from which to begin a forward scan
6663 (it's typically an opening or closing parenthesis of some kind). The
6664 farther this position is from the current insertion point, the slower it
6665 gets.
6666
6667 @findex beginning-of-defun
6668 In earlier versions of @ccmode{}, we used to recommend putting the
6669 opening brace of a top-level construct@footnote{E.g. a function in C,
6670 or outermost class definition in C++ or Java.} into the leftmost
6671 column. Earlier still, this used to be a rigid Emacs constraint, as
6672 embodied in the @code{beginning-of-defun} function. @ccmode now
6673 caches syntactic information much better, so that the delay caused by
6674 searching for such a brace when it's not in column 0 is minimal,
6675 except perhaps when you've just moved a long way inside the file.
6676
6677 @findex defun-prompt-regexp
6678 @vindex c-Java-defun-prompt-regexp
6679 @vindex Java-defun-prompt-regexp (c-)
6680 A special note about @code{defun-prompt-regexp} in Java mode: The common
6681 style is to hang the opening braces of functions and classes on the
6682 right side of the line, and that doesn't work well with the Emacs
6683 approach. @ccmode{} comes with a constant
6684 @code{c-Java-defun-prompt-regexp} which tries to define a regular
6685 expression usable for this style, but there are problems with it. In
6686 some cases it can cause @code{beginning-of-defun} to hang@footnote{This
6687 has been observed in Emacs 19.34 and XEmacs 19.15.}. For this reason,
6688 it is not used by default, but if you feel adventurous, you can set
6689 @code{defun-prompt-regexp} to it in your mode hook. In any event,
6690 setting and relying on @code{defun-prompt-regexp} will definitely slow
6691 things down because (X)Emacs will be doing regular expression searches a
6692 lot, so you'll probably be taking a hit either way!
6693
6694 @ccmode{} maintains a cache of the opening parentheses of the blocks
6695 surrounding the point, and it adapts that cache as the point is moved
6696 around. That means that in bad cases it can take noticeable time to
6697 indent a line in a new surrounding, but after that it gets fast as long
6698 as the point isn't moved far off. The farther the point is moved, the
6699 less useful is the cache. Since editing typically is done in ``chunks''
6700 rather than on single lines far apart from each other, the cache
6701 typically gives good performance even when the code doesn't fit the
6702 Emacs approach to finding the defun starts.
6703
6704 @vindex c-enable-xemacs-performance-kludge-p
6705 @vindex enable-xemacs-performance-kludge-p (c-)
6706 XEmacs users can set the variable
6707 @code{c-enable-xemacs-performance-kludge-p} to non-@code{nil}. This
6708 tells @ccmode{} to use XEmacs-specific built-in functions which, in some
6709 circumstances, can locate the top-most opening brace much more quickly than
6710 @code{beginning-of-defun}. Preliminary testing has shown that for
6711 styles where these braces are hung (e.g. most JDK-derived Java styles),
6712 this hack can improve performance of the core syntax parsing routines
6713 from 3 to 60 times. However, for styles which @emph{do} conform to
6714 Emacs' recommended style of putting top-level braces in column zero,
6715 this hack can degrade performance by about as much. Thus this variable
6716 is set to @code{nil} by default, since the Emacs-friendly styles should
6717 be more common (and encouraged!). Note that this variable has no effect
6718 in Emacs since the necessary built-in functions don't exist (in Emacs
6719 22.1 as of this writing in February 2007).
6720
6721 Text properties are used to speed up skipping over syntactic whitespace,
6722 i.e. comments and preprocessor directives. Indenting a line after a
6723 huge macro definition can be slow the first time, but after that the
6724 text properties are in place and it should be fast (even after you've
6725 edited other parts of the file and then moved back).
6726
6727 Font locking can be a CPU hog, especially the font locking done on
6728 decoration level 3 which tries to be very accurate. Note that that
6729 level is designed to be used with a font lock support mode that only
6730 fontifies the text that's actually shown, i.e. Lazy Lock or Just-in-time
6731 Lock mode, so make sure you use one of them. Fontification of a whole
6732 buffer with some thousand lines can often take over a minute. That is
6733 a known weakness; the idea is that it never should happen.
6734
6735 The most effective way to speed up font locking is to reduce the
6736 decoration level to 2 by setting @code{font-lock-maximum-decoration}
6737 appropriately. That level is designed to be as pretty as possible
6738 without sacrificing performance. @xref{Font Locking Preliminaries}, for
6739 more info.
6740
6741
6742 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6743 @node Limitations and Known Bugs, FAQ, Performance Issues, Top
6744 @comment node-name, next, previous, up
6745 @chapter Limitations and Known Bugs
6746 @cindex limitations
6747 @cindex bugs
6748 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6749
6750 @itemize @bullet
6751 @item
6752 @ccmode{} doesn't support trigraphs. (These are character sequences
6753 such as @samp{??(}, which represents @samp{[}. They date from a time
6754 when some character sets didn't have all the characters that C needs,
6755 and are now utterly obsolete.)
6756
6757 @item
6758 There is no way to apply auto newline settings (@pxref{Auto-newlines})
6759 on already typed lines. That's only a feature to ease interactive
6760 editing.
6761
6762 To generalize this issue a bit: @ccmode{} is not intended to be used as
6763 a reformatter for old code in some more or less batch-like way. With
6764 the exception of some functions like @code{c-indent-region}, it's only
6765 geared to be used interactively to edit new code. There's currently no
6766 intention to change this goal.
6767
6768 If you want to reformat old code, you're probably better off using some
6769 other tool instead, e.g. @ref{Top, , GNU indent, indent, The `indent'
6770 Manual}, which has more powerful reformatting capabilities than
6771 @ccmode{}.
6772
6773 @item
6774 The support for C++ templates (in angle brackets) is not yet complete.
6775 When a non-nested template is used in a declaration, @ccmode{} indents
6776 it and font-locks it OK. Templates used in expressions, and nested
6777 templates do not fare so well. Sometimes a workaround is to refontify
6778 the expression after typing the closing @samp{>}.
6779
6780 @item
6781 In a @dfn{k&r region} (the part of an old-fashioned C function
6782 declaration which specifies the types of its parameters, coming
6783 between the parameter list and the opening brace), there should be at
6784 most 20 top-level parenthesis and bracket pairs. This limit has been
6785 imposed for performance reasons. If it is violated, the source file
6786 might be incorrectly indented or fontified.
6787
6788 @item
6789 On loading @ccmode{}, sometimes this error message appears:
6790
6791 @example
6792 File mode specification error: (void-variable c-font-lock-keywords-3)
6793 @end example
6794
6795 This is due to a bug in the function @code{eval-after-load} in some
6796 versions of (X)Emacs. It can manifest itself when there is a symbolic
6797 link in the path of the directory which contains (X)Emacs. As a
6798 workaround, put the following into your @file{.emacs} file, fairly
6799 early on:
6800
6801 @example
6802 (defun my-load-cc-fonts ()
6803 (require "cc-fonts"))
6804 (add-hook 'c-initialization-hook 'my-load-cc-fonts)
6805 @end example
6806 @end itemize
6807
6808 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6809 @node FAQ, Updating CC Mode, Limitations and Known Bugs, Top
6810 @comment node-name, next, previous, up
6811 @appendix Frequently Asked Questions
6812 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6813
6814 @itemize @bullet
6815 @item
6816 @emph{How can I change the indent level from 4 spaces to 2 spaces?}
6817
6818 Set the variable @code{c-basic-offset}. @xref{Getting Started}.
6819
6820 @item
6821 @kindex RET
6822 @kindex C-j
6823 @emph{Why doesn't the @kbd{RET} key indent the new line?}
6824
6825 Emacs' convention is that @kbd{RET} just adds a newline, and that
6826 @kbd{C-j} adds a newline and indents it. You can make @kbd{RET} do this
6827 too by adding this to your @code{c-initialization-hook}:
6828
6829 @example
6830 (define-key c-mode-base-map "\C-m" 'c-context-line-break)
6831 @end example
6832
6833 @xref{Getting Started}. This is a very common question. If you want
6834 this to be the default behavior, don't lobby us, lobby RMS! @t{:-)}
6835
6836 @item
6837 @emph{How do I stop my code jumping all over the place when I type?}
6838
6839 Deactivate ``electric minor mode'' with @kbd{C-c C-l}. @xref{Getting
6840 Started}.
6841
6842 @item
6843 @kindex C-x h
6844 @kindex C-M-\
6845 @emph{How do I reindent the whole file?}
6846
6847 Visit the file and hit @kbd{C-x h} to mark the whole buffer. Then hit
6848 @kbd{C-M-\}. @xref{Indentation Commands}.
6849
6850 @item
6851 @kindex C-M-q
6852 @kindex C-M-u
6853 @emph{How do I reindent the current block?}
6854
6855 First move to the brace which opens the block with @kbd{C-M-u}, then
6856 reindent that expression with @kbd{C-M-q}. @xref{Indentation
6857 Commands}.
6858
6859 @item
6860 @emph{I put @code{(c-set-offset 'substatement-open 0)} in my
6861 @file{.emacs} file but I get an error saying that @code{c-set-offset}'s
6862 function definition is void. What's wrong?}
6863
6864 This means that @ccmode{} hasn't yet been loaded into your Emacs
6865 session by the time the @code{c-set-offset} call is reached, most
6866 likely because @ccmode{} is being autoloaded. Instead of putting the
6867 @code{c-set-offset} line in your top-level @file{.emacs} file, put it
6868 in your @code{c-initialization-hook} (@pxref{CC Hooks}), or simply
6869 modify @code{c-offsets-alist} directly:
6870
6871 @example
6872 (setq c-offsets-alist '((substatement-open . 0)))
6873 @end example
6874
6875 @item
6876 @cindex open paren in column zero
6877 @emph{I have an open paren character at column zero inside a comment or
6878 multiline string literal, and it causes the fontification and/or
6879 indentation to go haywire. What gives?}
6880
6881 It's due to the ad-hoc rule in (X)Emacs that such open parens always
6882 start defuns (which translates to functions, classes, namespaces or any
6883 other top-level block constructs in the @ccmode{} languages).
6884 @ifset XEMACS
6885 @xref{Defuns,,, xemacs, XEmacs User's Manual}, for details.
6886 @end ifset
6887 @ifclear XEMACS
6888 @xref{Left Margin Paren,,, emacs, GNU Emacs Manual}, for details
6889 (@xref{Defuns,,, emacs, GNU Emacs Manual}, in the Emacs 20 manual).
6890 @end ifclear
6891
6892 This heuristic is built into the core syntax analysis routines in
6893 (X)Emacs, so it's not really a @ccmode{} issue. However, in Emacs
6894 21.1 it became possible to turn it off@footnote{Using the variable
6895 @code{open-paren-in-column-0-is-defun-start}.} and @ccmode{} does so
6896 there since it's got its own system to keep track of blocks.
6897
6898 @end itemize
6899
6900
6901 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6902 @node Updating CC Mode, Mailing Lists and Bug Reports, FAQ, Top
6903 @comment node-name, next, previous, up
6904 @appendix Getting the Latest CC Mode Release
6905 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6906
6907 @ccmode{} has been standard with all versions of Emacs since 19.34 and
6908 of XEmacs since 19.16.
6909
6910 @cindex web site
6911 Due to release schedule skew, it is likely that all of these Emacsen
6912 have old versions of @ccmode{} and so should be upgraded. Access to the
6913 @ccmode{} source code, as well as more detailed information on Emacsen
6914 compatibility, etc. are all available on the web site:
6915
6916 @quotation
6917 @uref{http://cc-mode.sourceforge.net/}
6918 @end quotation
6919
6920
6921 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6922 @node Mailing Lists and Bug Reports, GNU Free Documentation License, Updating CC Mode, Top
6923 @comment node-name, next, previous, up
6924 @appendix Mailing Lists and Submitting Bug Reports
6925 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6926
6927 @kindex C-c C-b
6928 @findex c-submit-bug-report
6929 @findex submit-bug-report (c-)
6930 To report bugs, use the @kbd{C-c C-b} (bound to
6931 @code{c-submit-bug-report}) command. This provides vital information
6932 we need to reproduce your problem. Make sure you include a concise,
6933 but complete code example. Please try to boil your example down to
6934 just the essential code needed to reproduce the problem, and include
6935 an exact recipe of steps needed to expose the bug. Be especially sure
6936 to include any code that appears @emph{before} your bug example, if
6937 you think it might affect our ability to reproduce it.
6938
6939 Please try to produce the problem in an Emacs instance without any
6940 customizations loaded (i.e. start it with the @samp{-q --no-site-file}
6941 arguments). If it works correctly there, the problem might be caused
6942 by faulty customizations in either your own or your site
6943 configuration. In that case, we'd appreciate it if you isolate the
6944 Emacs Lisp code that triggers the bug and include it in your report.
6945
6946 @cindex bug report mailing list
6947 Bug reports should be sent to @email{bug-cc-mode@@gnu.org}. You can
6948 also send other questions and suggestions (kudos? @t{;-)} to that
6949 address. It's a mailing list which you can join or browse an archive
6950 of; see the web site at @uref{http://cc-mode.sourceforge.net/} for
6951 further details.
6952
6953 @cindex announcement mailing list
6954 If you want to get announcements of new @ccmode{} releases, send the
6955 word @emph{subscribe} in the body of a message to
6956 @email{cc-mode-announce-request@@lists.sourceforge.net}. It's possible
6957 to subscribe from the web site too. Announcements will also be posted
6958 to the Usenet newsgroups @code{gnu.emacs.sources}, @code{comp.emacs},
6959 @code{comp.emacs.xemacs}, @code{comp.lang.c}, @code{comp.lang.c++},
6960 @code{comp.lang.objective-c}, @code{comp.lang.java.softwaretools},
6961 @code{comp.lang.idl}, and @code{comp.lang.awk}.
6962 @c There is no newsgroup for Pike. :-(
6963
6964
6965 @node GNU Free Documentation License, Command and Function Index, Mailing Lists and Bug Reports, Top
6966 @appendix GNU Free Documentation License
6967 @include doclicense.texi
6968
6969
6970 @c Removed the tentative node "Mode Initialization" from here, 2005/8/27.
6971 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6972 @node Command and Function Index, Variable Index, GNU Free Documentation License, Top
6973 @comment node-name, next, previous, up
6974 @unnumbered Command and Function Index
6975 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6976
6977 Since most @ccmode{} commands are prepended with the string
6978 @samp{c-}, each appears under its @code{c-@var{thing}} name and its
6979 @code{@var{thing} (c-)} name.
6980 @iftex
6981 @sp 2
6982 @end iftex
6983 @printindex fn
6984
6985
6986 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6987 @node Variable Index, Concept and Key Index, Command and Function Index, Top
6988 @comment node-name, next, previous, up
6989 @unnumbered Variable Index
6990 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
6991
6992 Since most @ccmode{} variables are prepended with the string
6993 @samp{c-}, each appears under its @code{c-@var{thing}} name and its
6994 @code{@var{thing} (c-)} name.
6995 @iftex
6996 @sp 2
6997 @end iftex
6998 @printindex vr
6999
7000
7001 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7002 @node Concept and Key Index, , Variable Index, Top
7003 @comment node-name, next, previous, up
7004 @unnumbered Concept and Key Index
7005 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7006
7007 @printindex cp
7008
7009
7010 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7011 @comment Epilogue.
7012 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7013
7014 @bye