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