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