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-caseNon-nil means command ‘compare-windows’ ignores case differences.
compare-ignore-whitespaceNon-nil means command ‘compare-windows’ ignores whitespace.
compare-windows-get-window-functionFunction that provides the window to compare with.
compare-windows-highlightNon-nil means ‘compare-windows’ highlights the differences.
compare-windows-recenterList of two values, each of which is used as argument of
compare-windows-syncFunction or regexp that is used to synchronize points in two
compare-windows-sync-string-sizeSize of string from one window that is searched in second window.
compare-windows-whitespaceRegexp 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-addedFace for highlighting ‘compare-windows’ differing regions in current window.
compare-windows-removedFace for highlighting ‘compare-windows’ differing regions in the other window.