File: cc-vars.el.html

Defined variables (62)

c++-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in C++ mode.
c-asymmetry-fontification-flagWhether to fontify certain ambiguous constructs by white space asymmetry.
c-auto-align-backslashesAlign automatically inserted line continuation backslashes.
c-backslash-columnMinimum alignment column for line continuation backslashes.
c-backslash-max-columnMaximum alignment column for line continuation backslashes.
c-backspace-functionFunction called by ‘c-electric-backspace’ when deleting backwards.
c-basic-offsetAmount of basic offset used by + and - symbols in ‘c-offsets-alist’.
c-block-comment-prefixSpecifies the line prefix of continued C-style block comments.
c-cleanup-listList of various C/C++/ObjC constructs to "clean up".
c-comment-only-line-offsetExtra offset for line which contains only the start of a comment.
c-comment-prefix-regexpRegexp to match the line prefix inside comments.
c-cpp-indent-to-body-directivesPreprocessor directives which will be indented as statements.
c-current-comment-prefixThe current comment prefix regexp.
c-default-styleStyle which gets installed by default when a file is visited.
c-defun-tacticWhether functions are recognized inside, e.g., a class.
c-delete-functionFunction called by ‘c-electric-delete-forward’ when deleting forwards.
c-doc-comment-styleSpecifies documentation comment style(s) to recognize.
c-echo-syntactic-information-pIf non-nil, syntactic info is echoed when the line is indented.
c-electric-pound-behaviorList of behaviors for electric pound insertion.
c-enable-xemacs-performance-kludge-pEnables a XEmacs only hack that may improve speed for some coding styles.
c-file-offsetsVariable interface for setting offsets via File Local Variables.
c-file-styleVariable interface for setting style via File Local Variables.
c-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in C mode.
c-hanging-braces-alistControls the insertion of newlines before and after braces
c-hanging-colons-alistControls the insertion of newlines before and after certain colons.
c-hanging-semi&comma-criteriaList of functions that decide whether to insert a newline or not.
c-ignore-auto-fillList of contexts in which automatic filling never occurs.
c-indent-comment-alistSpecifies how M-x indent-for-comment calculates the comment start column.
c-indent-comments-syntactically-pSpecifies how M-x indent-for-comment should handle comment-only lines.
c-indentation-styleName of the currently installed style.
c-initialization-hookHook called when the CC Mode package gets initialized.
c-insert-tab-functionFunction used when inserting a tab for M-x c-indent-command.
c-label-minimum-indentationMinimum indentation for lines inside code blocks.
c-macro-names-with-semicolonList of #defined symbols whose expansion ends with a semicolon.
c-mark-wrong-style-of-commentFontify "invalid" comment delims with ‘font-lock-warning-face’ if non-nil.
c-max-one-liner-lengthMaximum length of line that clean-up "one-liner-defun" will compact to.
c-mode-common-hookHook called by all CC Mode modes for common initializations.
c-noise-macro-namesA list of names of macros which expand to nothing, or compiler extensions
c-noise-macro-with-parens-namesA list of names of macros (or compiler extensions like "__attribute__")
c-objc-method-arg-min-delta-to-bracketMinimum number of chars to the opening bracket.
c-objc-method-arg-unfinished-offsetOffset relative to bracket if first selector is on a new line.
c-objc-method-parameter-offsetOffset for selector parameter on a new line (relative to first selector.
c-offsets-alistAlist of syntactic element symbols and indentation offsets.
c-old-style-variable-behaviorEnables the old style variable behavior when non-nil.
c-progress-intervalInterval used to update progress status during long re-indentation.
c-report-syntactic-errorsIf non-nil, certain syntactic errors are reported with a ding
c-require-final-newlineControls whether a final newline is ensured when the file is saved.
c-sentence-end-with-esc-eolValue used like ‘sentence-end’ used when scanning strings.
c-special-indent-hookHook for user defined special indentation adjustments.
c-strict-syntax-pIf non-nil, all syntactic symbols must be found in ‘c-offsets-alist’.
c-string-par-separateValue of ‘paragraph-separate’ used when scanning strings.
c-string-par-startValue of ‘paragraph-start’ used when scanning strings.
c-style-variablesList of the style variables.
c-style-variables-are-local-pWhether style variables should be buffer local by default.
c-syntactic-indentationWhether the indentation should be controlled by the syntactic context.
c-syntactic-indentation-in-macrosEnable syntactic analysis inside macros.
c-tab-always-indentControls the operation of the TAB key.
c-warn-ids-with-dollarFontify identifiers with a dollar character in font-lock-warn-face.
idl-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in IDL mode.
java-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in Java mode.
objc-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in ObjC mode.
pike-font-lock-extra-typesList of extra types (aside from the type keywords) to recognize in Pike mode.

Defined functions (7)

c-constant-symbol(SYM LEN)
c-make-font-lock-extra-types-blurb(MODE1 MODE2 EXAMPLE)
c-set-stylevar-fallback(NAME VAL)
c-string-list-p(VAL)
c-string-or-string-list-p(VAL)
c-valid-offset(OFFSET)
defcustom-c-stylevar(NAME VAL DOC &rest ARGS)

Defined faces (0)