compilation--dummy-string | A string which is only a placeholder for ‘compilation--margin-string’. |
compilation--margin-string | The string which will appear in the margin in compilation mode. |
compilation--previous-directory-cache | A pair (POS . RES) caching the result of previous directory search. |
compilation--start-time | The time when the compilation started as returned by ‘float-time’. |
compilation-always-kill | If t, always kill a running compilation process before starting a new one. |
compilation-arguments | Arguments that were given to ‘compilation-start’. |
compilation-arrow-overlay | Overlay with the before-string property of ‘overlay-arrow-string’. |
compilation-ask-about-save | Non-nil means M-x compile asks which buffers to save before compiling. |
compilation-auto-jump-to-first-error | If non-nil, automatically jump to the first error during compilation. |
compilation-auto-jump-to-next | If non-nil, automatically jump to the next error encountered. |
compilation-buffer-name-function | Function to compute the name of a compilation buffer. |
compilation-button-map | Keymap for compilation-message buttons. |
compilation-column-face | Face name to use for column numbers in compiler messages. |
compilation-context-lines | Display this many lines of leading context before the current message. |
compilation-current-error | Marker to the location from where the next error will be found. |
compilation-debug | Set this to t before creating a *compilation* buffer. |
compilation-directory | Directory to restore to when doing ‘recompile’. |
compilation-directory-matcher | A list for tracking when directories are entered or left. |
compilation-disable-input | If non-nil, send end-of-file as compilation process input. |
compilation-enter-directory-face | Face name to use for entering directory messages. |
compilation-environment | List of environment variables for compilation to inherit. |
compilation-error | Stem of message to print when no matches are found. |
compilation-error-case-fold-search | If non-nil, use case-insensitive matching of compilation errors. |
compilation-error-face | Face name to use for file name in error messages. |
compilation-error-regexp-alist | Alist that specifies how to match errors in compiler output. |
compilation-error-regexp-alist-alist | Alist of values for ‘compilation-error-regexp-alist’. |
compilation-error-screen-columns | If non-nil, column numbers in error messages are screen columns. |
compilation-exit-message-function | If non-nil, called when a compilation process dies to return a status message. |
compilation-filter-hook | Hook run after ‘compilation-filter’ has inserted a string into the buffer. |
compilation-filter-start | Position of the start of the text inserted by ‘compilation-filter’. |
compilation-finish-functions | Functions to call when a compilation process finishes. |
compilation-first-column | This is how compilers number the first column, usually 1 or 0. |
compilation-gcpro | Internal variable used to keep some values from being GC’d. |
compilation-hidden-output | Regexp to match output from the compilation that should be hidden. |
compilation-highlight-overlay | Overlay used to temporarily highlight compilation matches. |
compilation-highlight-regexp | Regexp matching part of visited source lines to highlight temporarily. |
compilation-in-progress | List of compilation processes now running. |
compilation-info-face | Face name to use for file name in informational messages. |
compilation-last-buffer | The most recent ‘next-error’ buffer. |
compilation-leave-directory-face | Face name to use for leaving directory messages. |
compilation-line-face | Face name to use for line numbers in compiler messages. |
compilation-max-output-line-length | Output lines that are longer than this value will be hidden. |
compilation-message-face | Face name to use for whole messages. |
compilation-messages-start | Buffer position of the beginning of the compilation messages. |
compilation-minor-mode | Non-nil if Compilation minor mode is enabled. |
compilation-minor-mode-hook | Hook run after entering or leaving ‘compilation-minor-mode’. |
compilation-minor-mode-map | Keymap for ‘compilation-minor-mode’. |
compilation-mode-font-lock-keywords | Additional things to highlight in Compilation mode. |
compilation-mode-hook | List of hook functions run by ‘compilation-mode’. |
compilation-mode-map | Keymap for compilation log buffers. |
compilation-page-delimiter | Value of ‘page-delimiter’ in Compilation mode. |
compilation-parse-errors-filename-function | Function to call to post-process filenames while parsing error messages. |
compilation-process-setup-function | Function to call to customize the compilation process. |
compilation-read-command | Non-nil means M-x compile reads the compilation command to use. |
compilation-save-buffers-predicate | The second argument (PRED) passed to ‘save-some-buffers’ before compiling. |
compilation-scroll-output | Non-nil to scroll the *compilation* buffer window as output appears. |
compilation-search-all-directories | Whether further upward directories should be used when searching a file. |
compilation-search-path | List of directories to search for source files named in error messages. |
compilation-shell-minor-mode | Non-nil if Compilation-Shell minor mode is enabled. |
compilation-shell-minor-mode-hook | Hook run after entering or leaving ‘compilation-shell-minor-mode’. |
compilation-shell-minor-mode-map | Keymap for ‘compilation-shell-minor-mode’. |
compilation-skip-threshold | Compilation motion commands skip less important messages. |
compilation-skip-to-next-location | If non-nil, skip multiple error messages for the same source location. |
compilation-skip-visited | Compilation motion commands skip visited messages if this is t. |
compilation-start-hook | Hook run after starting a new compilation process. |
compilation-transform-file-match-alist | Alist of regexp/replacements to alter file names in compiler messages. |
compilation-warning-face | Face name to use for file name in warning messages. |
compilation-window-height | Number of lines in a compilation window. |
compile-command | Last shell command used to do a compilation; default for next compilation. |