File: flymake-proc.el.html
Flymake is a minor Emacs mode performing on-the-fly syntax checks.
This file contains a significant part of the original flymake's implementation, a buffer-checking mechanism that parses the output of an external syntax check tool with regular expressions.
That work has been adapted into a flymake "backend" function,
flymake-proc-legacy-flymake suitable for adding to the
flymake-diagnostic-functions variable.
Defined variables (20)
flymake-allowed-file-name-masks | Files syntax checking is allowed for. |
flymake-check-file-limit | Maximum number of chars to look at when checking possible master file. |
flymake-compilation-prevents-syntax-check | If non-nil, don’t start syntax check if compilation is running. |
flymake-err-line-patterns | Patterns for matching error/warning lines. |
flymake-master-file-count-limit | Max number of master files to check. |
flymake-master-file-dirs | Dirs where to look for master files. |
flymake-proc--current-process | Currently active Flymake process for a buffer, if any. |
flymake-proc--report-fn | If bound, function used to report back to Flymake’s UI. |
flymake-proc-allowed-file-name-masks | Files syntax checking is allowed for. |
flymake-proc-check-file-limit | Maximum number of chars to look at when checking possible master file. |
flymake-proc-compilation-prevents-syntax-check | If non-nil, don’t start syntax check if compilation is running. |
flymake-proc-diagnostic-type-pred | Predicate matching against diagnostic text to detect its type. |
flymake-proc-err-line-patterns | Patterns for matching error/warning lines. |
flymake-proc-get-project-include-dirs-function | Function used to get project include dirs, one parameter: basedir name. |
flymake-proc-ignored-file-name-regexps | Files syntax checking is forbidden for. |
flymake-proc-master-file-count-limit | Max number of master files to check. |
flymake-proc-master-file-dirs | Dirs where to look for master files. |
flymake-proc-xml-program | Program to use for XML validation. |
flymake-warning-re | Predicate matching against diagnostic text to detect its type. |
flymake-xml-program | Program to use for XML validation. |