This section summarizes variables used for Flymake configuration.
flymake-log-levelControls logging output, see Troubleshooting.
flymake-allowed-file-name-masksA list of (filename-regexp, init-function, cleanup-function
getfname-function) for configuring syntax check tools. See Adding support for a new syntax check tool.
flymake-master-file-dirsA list of directories for searching a master file. See Locating a master file.
flymake-get-project-include-dirs-functionA function used for obtaining a list of project include dirs (C/C++ specific). See Getting the include directories.
flymake-master-file-count-limitflymake-check-file-limitUsed when looking for a master file. See Locating a master file.
flymake-err-line-patternsPatterns for error/warning messages in the form (regexp file-idx
line-idx col-idx err-text-idx). See Parsing the output.
flymake-warning-predicatePredicate to classify error text as warning. See Parsing the output.
flymake-compilation-prevents-syntax-checkA flag indicating whether compilation and syntax check of the same file cannot be run simultaneously.
flymake-no-changes-timeoutIf any changes are made to the buffer, syntax check is automatically
started after flymake-no-changes-timeout seconds.
flymake-gui-warnings-enabledA boolean flag indicating whether Flymake will show message boxes for
non-recoverable errors. If flymake-gui-warnings-enabled is
nil, these errors will only be logged to the *Messages*
buffer.
flymake-start-syntax-check-on-newlineA boolean flag indicating whether to start syntax check after a newline character is added to the buffer.
flymake-errlineA custom face for highlighting lines for which at least one error has been reported.
flymake-warnlineA custom face for highlighting lines for which at least one warning and no errors have been reported.
flymake-error-bitmapA bitmap used in the fringe to mark lines for which an error has been reported.
flymake-warning-bitmapA bitmap used in the fringe to mark lines for which a warning has been reported.
flymake-fringe-indicator-positionWhich fringe (if any) should show the warning/error bitmaps.