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