c++-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in C++ mode. |
c-asymmetry-fontification-flag | Whether to fontify certain ambiguous constructs by white space asymmetry. |
c-auto-align-backslashes | Align automatically inserted line continuation backslashes. |
c-backslash-column | Minimum alignment column for line continuation backslashes. |
c-backslash-max-column | Maximum alignment column for line continuation backslashes. |
c-backspace-function | Function called by ‘c-electric-backspace’ when deleting backwards. |
c-basic-offset | Amount of basic offset used by + and - symbols in ‘c-offsets-alist’. |
c-block-comment-prefix | Specifies the line prefix of continued C-style block comments. |
c-cleanup-list | List of various C/C++/ObjC constructs to "clean up". |
c-comment-only-line-offset | Extra offset for line which contains only the start of a comment. |
c-comment-prefix-regexp | Regexp to match the line prefix inside comments. |
c-cpp-indent-to-body-directives | Preprocessor directives which will be indented as statements. |
c-current-comment-prefix | The current comment prefix regexp. |
c-default-style | Style which gets installed by default when a file is visited. |
c-defun-tactic | Whether functions are recognized inside, e.g., a class. |
c-delete-function | Function called by ‘c-electric-delete-forward’ when deleting forwards. |
c-doc-comment-style | Specifies documentation comment style(s) to recognize. |
c-echo-syntactic-information-p | If non-nil, syntactic info is echoed when the line is indented. |
c-electric-pound-behavior | List of behaviors for electric pound insertion. |
c-enable-xemacs-performance-kludge-p | Enables a XEmacs only hack that may improve speed for some coding styles. |
c-file-offsets | Variable interface for setting offsets via File Local Variables. |
c-file-style | Variable interface for setting style via File Local Variables. |
c-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in C mode. |
c-hanging-braces-alist | Controls the insertion of newlines before and after braces |
c-hanging-colons-alist | Controls the insertion of newlines before and after certain colons. |
c-hanging-semi&comma-criteria | List of functions that decide whether to insert a newline or not. |
c-ignore-auto-fill | List of contexts in which automatic filling never occurs. |
c-indent-comment-alist | Specifies how M-x indent-for-comment calculates the comment start column. |
c-indent-comments-syntactically-p | Specifies how M-x indent-for-comment should handle comment-only lines. |
c-indentation-style | Name of the currently installed style. |
c-initialization-hook | Hook called when the CC Mode package gets initialized. |
c-insert-tab-function | Function used when inserting a tab for M-x c-indent-command. |
c-label-minimum-indentation | Minimum indentation for lines inside code blocks. |
c-macro-names-with-semicolon | List of #defined symbols whose expansion ends with a semicolon. |
c-mark-wrong-style-of-comment | Fontify "invalid" comment delims with ‘font-lock-warning-face’ if non-nil. |
c-max-one-liner-length | Maximum length of line that clean-up "one-liner-defun" will compact to. |
c-mode-common-hook | Hook called by all CC Mode modes for common initializations. |
c-noise-macro-names | A list of names of macros which expand to nothing, or compiler extensions |
c-noise-macro-with-parens-names | A list of names of macros (or compiler extensions like "__attribute__") |
c-objc-method-arg-min-delta-to-bracket | Minimum number of chars to the opening bracket. |
c-objc-method-arg-unfinished-offset | Offset relative to bracket if first selector is on a new line. |
c-objc-method-parameter-offset | Offset for selector parameter on a new line (relative to first selector. |
c-offsets-alist | Alist of syntactic element symbols and indentation offsets. |
c-old-style-variable-behavior | Enables the old style variable behavior when non-nil. |
c-progress-interval | Interval used to update progress status during long re-indentation. |
c-report-syntactic-errors | If non-nil, certain syntactic errors are reported with a ding |
c-require-final-newline | Controls whether a final newline is ensured when the file is saved. |
c-sentence-end-with-esc-eol | Value used like ‘sentence-end’ used when scanning strings. |
c-special-indent-hook | Hook for user defined special indentation adjustments. |
c-strict-syntax-p | If non-nil, all syntactic symbols must be found in ‘c-offsets-alist’. |
c-string-par-separate | Value of ‘paragraph-separate’ used when scanning strings. |
c-string-par-start | Value of ‘paragraph-start’ used when scanning strings. |
c-style-variables | List of the style variables. |
c-style-variables-are-local-p | Whether style variables should be buffer local by default. |
c-syntactic-indentation | Whether the indentation should be controlled by the syntactic context. |
c-syntactic-indentation-in-macros | Enable syntactic analysis inside macros. |
c-tab-always-indent | Controls the operation of the TAB key. |
idl-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in IDL mode. |
java-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in Java mode. |
objc-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in ObjC mode. |
pike-font-lock-extra-types | List of extra types (aside from the type keywords) to recognize in Pike mode. |