find-program | The default find program. |
grep--heading-format | Format string of grep headings. |
grep--heading-state | Variable to keep track of the ‘grep--heading-filter’ state. |
grep-command | The default grep command for M-x grep. |
grep-command-position | Where to put point when prompting for a grep command. |
grep-compilation-transform-finished-rules | Rules added to ‘compilation-transform-file-match-alist’ in ‘grep-mode’ |
grep-context-face | Face name to use for grep context lines. |
grep-edit-mode-hook | Hooks run when changing to Grep-Edit mode. |
grep-edit-mode-map | Keymap for ‘grep-edit-mode’. |
grep-error | Message to print when no matches are found. |
grep-error-face | Face name to use for grep error messages. |
grep-error-screen-columns | If non-nil, column numbers in grep hits are screen columns. |
grep-expand-keywords | List of substitutions performed by ‘grep-expand-template’. |
grep-files-aliases | Alist of aliases for the FILES argument to ‘lgrep’ and ‘rgrep’. |
grep-find-abbreviate | If non-nil, hide part of rgrep/lgrep/zrgrep command line. |
grep-find-abbreviate-properties | Properties of button-like ellipsis on part of rgrep command line. |
grep-find-command | The default find command for M-x grep-find. |
grep-find-history | History list for ‘grep-find’. |
grep-find-ignored-directories | List of names of sub-directories which ‘rgrep’ shall not recurse into. |
grep-find-ignored-files | List of file names which ‘rgrep’ and ‘lgrep’ shall exclude. |
grep-find-template | The default command to run for M-x rgrep. |
grep-find-use-xargs | How to invoke find and grep. |
grep-first-column | Value to use for ‘compilation-first-column’ in grep buffers. |
grep-heading-regexp | Regexp used to create headings from grep output lines. |
grep-highlight-matches | Use special markers to highlight grep matches. |
grep-history | History list for grep. |
grep-hit-face | Face name to use for grep hits. |
grep-host-defaults-alist | Default values depending on target host. |
grep-last-buffer | The most recent grep buffer. |
grep-match-face | Face name to use for grep matches. |
grep-match-regexp | Regular expression matching grep markers to highlight. |
grep-menu-map | Menu for grep buffers. |
grep-mode-abbrev-table | Abbrev table for ‘grep-mode’. |
grep-mode-font-lock-keywords | Additional things to highlight in grep output. |
grep-mode-hook | Hook run after entering ‘grep-mode’. |
grep-mode-map | Keymap for grep buffers. |
grep-mode-syntax-table | Syntax table for ‘grep-mode’. |
grep-program | The default grep program for ‘grep-command’ and ‘grep-find-command’. |
grep-quoting-style | Whether to use POSIX-like shell argument quoting. |
grep-regexp-alist | Regexp used to match grep hits. |
grep-save-buffers | If non-nil, save buffers before running the grep commands. |
grep-scroll-output | Non-nil to scroll the *grep* buffer window as output appears. |
grep-search-path | List of directories to search for files named in grep messages. |
grep-setup-hook | List of hook functions run by ‘grep-process-setup’ (see ‘run-hooks’). |
grep-template | The default command to run for M-x lgrep. |
grep-use-headings | If non-nil, subdivide grep output into sections, one per file. |
grep-use-null-device | If t, append the value of ‘null-device’ to ‘grep’ commands. |
grep-use-null-filename-separator | If non-nil, use ‘grep’s ‘--null’ option. |
grep-window-height | Number of lines in a grep window. If nil, use ‘compilation-window-height’. |
rgrep-find-ignores-in- | If nil, when ‘rgrep’ expands ‘grep-find-template’, file ignores go in <X>. |
xargs-program | The default xargs program for ‘grep-find-command’. |