ediff-after-flag-eol | Flag placed after highlighted block of differences that ends at end of line. |
ediff-after-flag-mol | Flag placed after a highlighted block of differences, if block ends in mid-line. |
ediff-after-setup-control-frame-hook | Hooks run after setting up the frame to display Ediff Control Panel. |
ediff-after-setup-windows-hook | Hooks to run after Ediff sets its window configuration. |
ediff-ancestor-buffer | Ancestor buffer. |
ediff-autostore-merges | Save the results of merge jobs automatically. |
ediff-before-flag-bol | Flag placed before highlighted block of differences at beginning of a line. |
ediff-before-flag-mol | Flag placed before highlighted block of differences that starts mid-line. |
ediff-before-setup-control-frame-hook | Hooks run before setting up the frame to display Ediff Control Panel. |
ediff-before-setup-hook | Hooks to run before Ediff begins to set up windows and buffers. |
ediff-before-setup-windows-hook | Hooks to run before Ediff sets its window configuration. |
ediff-buffer-A | The buffer in which the A variant is stored. |
ediff-buffer-B | The buffer in which the B variant is stored. |
ediff-buffer-C | The buffer in which the C variant is stored or where the merge buffer lives. |
ediff-buffer-alist | Association between ‘buff-type’ and ‘ediff-buffer-*’. |
ediff-buffer-values-orig-A | The original values of ‘ediff-protected-variables’ for buffer A. |
ediff-buffer-values-orig-Ancestor | The original values of ‘ediff-protected-variables’ for buffer Ancestor. |
ediff-buffer-values-orig-B | The original values of ‘ediff-protected-variables’ for buffer B. |
ediff-buffer-values-orig-C | The original values of ‘ediff-protected-variables’ for buffer C. |
ediff-buffer-values-orig-alist | Association between buff-type and ‘ediff-buffer-values-orig-*’. |
ediff-cleanup-hook | Hooks to run on exiting Ediff, before killing the control and variant buffers. |
ediff-coding-system-for-read | Coding system for read to use when running the diff program as a subprocess. |
ediff-coding-system-for-write | Coding system for write to use when writing out difference regions. |
ediff-control-buffer | The Ediff control buffer. |
ediff-control-buffer-number | Same as ‘ediff-control-buffer-suffix’, but without "<,>". |
ediff-control-buffer-suffix | The suffix of the control buffer name. |
ediff-current-diff-face-A | Face for highlighting the selected difference in buffer A. |
ediff-current-diff-face-Ancestor | Face for highlighting the selected difference in buffer Ancestor. |
ediff-current-diff-face-B | Face for highlighting the selected difference in buffer B. |
ediff-current-diff-face-C | Face for highlighting the selected difference in buffer C. |
ediff-current-diff-overlay-A | Overlay for the current difference region in buffer A. |
ediff-current-diff-overlay-Ancestor | Overlay for the current difference region in the ancestor buffer. |
ediff-current-diff-overlay-B | Overlay for the current difference region in buffer B. |
ediff-current-diff-overlay-C | Overlay for the current difference region in buffer C. |
ediff-current-difference | The difference that is currently selected. |
ediff-custom-diff-buffer | Like ‘ediff-diff-buffer’, but contains context diff. |
ediff-debug-buffer | Buffer to display debug info. |
ediff-diff-buffer | Buffer containing the output of diff, which is used to step through files. |
ediff-display-help-hook | Hooks run after preparing the help message. |
ediff-error-buffer | Buffer containing the output of diff when diff returns errors. |
ediff-even-diff-face-A | Face for highlighting even-numbered non-current differences in buffer A. |
ediff-even-diff-face-Ancestor | Face for highlighting even-numbered non-current differences in buffer Ancestor. |
ediff-even-diff-face-B | Face for highlighting even-numbered non-current differences in buffer B. |
ediff-even-diff-face-C | Face for highlighting even-numbered non-current differences in buffer C. |
ediff-fine-diff-buffer | Buffer used for diff-style fine differences between regions. |
ediff-fine-diff-face-A | Face for highlighting the fine differences in buffer A. |
ediff-fine-diff-face-Ancestor | Face for highlighting the fine differences in buffer Ancestor. |
ediff-fine-diff-face-B | Face for highlighting the fine differences in buffer B. |
ediff-fine-diff-face-C | Face for highlighting the fine differences in buffer C. |
ediff-focus-on-regexp-matches-function | Function to use in determining which regions to focus on. |
ediff-force-faces | If t, Ediff will think that it is running on a display that supports faces. |
ediff-hide-regexp-matches-function | Function to use in determining which regions to hide. |
ediff-highlight-all-diffs | If nil, only the selected differences are highlighted. |
ediff-keep-variants | Nil means prompt to remove unmodified buffers A/B/C at session end. |
ediff-keymap-setup-hook | Hook run just after the default bindings in Ediff keymap are set up. |
ediff-load-hook | Hook run after Ediff is loaded. Can be used to change defaults. |
ediff-make-buffers-readonly-at-startup | Make all variant buffers read-only when Ediff starts up. |
ediff-merge-filename-prefix | Prefix to be attached to saved merge buffers. |
ediff-merge-store-file | File where the result of the merge is to be saved. Internal. |
ediff-metachars | Regexp matching characters that must be quoted with ‘\’ in shell command line. |
ediff-mode-hook | Hook run just after ‘ediff-mode’ is set up in the control buffer. |
ediff-msg-buffer | Buffer used for messages. |
ediff-no-emacs-help-in-control-buffer | Non-nil means C-h should not invoke Emacs help in control buffer. |
ediff-number-of-differences | Number of differences found. |
ediff-odd-diff-face-A | Face for highlighting odd-numbered non-current differences in buffer A. |
ediff-odd-diff-face-Ancestor | Face for highlighting odd-numbered non-current differences in buffer Ancestor. |
ediff-odd-diff-face-B | Face for highlighting odd-numbered non-current differences in buffer B. |
ediff-odd-diff-face-C | Face for highlighting odd-numbered non-current differences in buffer C. |
ediff-prepare-buffer-hook | Hooks run after buffers A, B, and C are set up. |
ediff-quit-hook | Hooks to run in the Ediff control buffer after finishing Ediff. |
ediff-quit-widened | Non-nil means: when finished, Ediff widens buffers A/B. |
ediff-regexp-focus-A | Regexp that determines buf A regions to focus on when skipping to diff. |
ediff-regexp-focus-B | Regexp that determines buf B regions to focus on when skipping to diff. |
ediff-regexp-focus-C | Regexp that determines buf C regions to focus on when skipping to diff. |
ediff-regexp-hide-A | Regexp that determines buf A regions to ignore when skipping to diff. |
ediff-regexp-hide-B | Regexp that determines buf B regions to ignore when skipping to diff. |
ediff-regexp-hide-C | Regexp that determines buf C regions to ignore when skipping to diff. |
ediff-select-hook | Hooks to run after a difference has been selected. |
ediff-show-ancestor | If non-nil, show ancestor buffer in 3way merges and refine it. |
ediff-skip-diff-region-function | Function that determines the next/previous diff region to show. |
ediff-start-narrowed | Non-nil means start narrowed, if doing ediff-windows-* or ediff-regions-*. |
ediff-startup-hook | Hooks to run in the control buffer after Ediff has been set up and is ready. |
ediff-suspend-hook | Hooks to run in the Ediff control buffer when Ediff is suspended. |
ediff-temp-file-A | Temporary file used for refining difference regions in buffer A. |
ediff-temp-file-B | Temporary file used for refining difference regions in buffer B. |
ediff-temp-file-C | Temporary file used for refining difference regions in buffer C. |
ediff-temp-file-mode | Mode for Ediff temporary files. |
ediff-temp-file-prefix | The directory for writing temporary files. |
ediff-temp-indirect-buffer | If t, the buffer is a temporary indirect buffer. |
ediff-this-buffer-ediff-sessions | List of ediff control panels associated with each buffer A/B/C/Ancestor. |
ediff-tmp-buffer | Temporary buffer used for computing fine differences. |
ediff-toggle-read-only-function | Function to be used to toggle read-only status of the buffer. |
ediff-unselect-hook | Hooks to run after a difference has been unselected. |
ediff-use-faces | If t, differences are highlighted using faces, if device supports faces. |
ediff-version-control-package | Version control package used. |
ediff-windows-job | |