File: compare-w.el.html
This package provides one entry point, compare-windows. It compares text starting from point in two adjacent windows, advancing point until it finds a difference. Option variables permit you to ignore whitespace differences, or case differences, or both.
Defined variables (8)
compare-ignore-case | Non-nil means command ‘compare-windows’ ignores case differences. |
compare-ignore-whitespace | Non-nil means command ‘compare-windows’ ignores whitespace. |
compare-windows-get-window-function | Function that provides the window to compare with. |
compare-windows-highlight | Non-nil means ‘compare-windows’ highlights the differences. |
compare-windows-recenter | List of two values, each of which is used as argument of |
compare-windows-sync | Function or regexp that is used to synchronize points in two |
compare-windows-sync-string-size | Size of string from one window that is searched in second window. |
compare-windows-whitespace | Regexp or function that defines whitespace sequences for ‘compare-windows’. |
Defined functions (6)
compare-windows | (IGNORE-WHITESPACE) |
compare-windows-dehighlight | () |
compare-windows-get-next-window | () |
compare-windows-get-recent-window | () |
compare-windows-highlight | (BEG1 END1 B1 W1 BEG2 END2 B2 W2) |
compare-windows-skip-whitespace | (START) |
Defined faces (2)
compare-windows-added | Face for highlighting ‘compare-windows’ differing regions in current window. |
compare-windows-removed | Face for highlighting ‘compare-windows’ differing regions in the other window. |