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