"Curtis L. Olson" <[EMAIL PROTECTED]> writes: > diff -w ignores white space, but that doesn't necessarily help if you > are using emacs ediff to compare the files and merge the changes.
`ediff-ignore-similar-regions' is a variable declared in Lisp. -- loaded from "/usr/local/lib/xemacs/xemacs-packages/lisp/ediff/ediff-diff.elc" Value: nil Setting it would make its value buffer-local. Documentation: *If t, skip over difference regions that differ only in the white space and line breaks. This variable can be set either in .emacs or toggled interactively. Use `setq-default' if setting it in .emacs _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
