| www.delorie.com/gnu/docs/emacs/ediff_17.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This section describes variables that specify the programs to be used for applying patches and for computing the main difference regions (not the fine difference regions):
ediff-diff-program
ediff-diff3-program
ediff-diff-options
ediff-diff3-options
In ediff-diff-options, it may be useful to specify options
such as `-w' that ignore certain kinds of changes. However,
Ediff does not let you use the option `-c', as it doesn't recognize this
format yet.
ediff-coding-system-for-read
diff3 and diff send to Emacs. The default
is raw-text, and this should work fine on GNU, Unix, and in most
cases under Windows NT/95/98/2000. There are diff programs
for which the default option doesn't work under Windows. In such cases,
raw-text-dos might work. If not, you will have to experiment with
other coding systems or use GNU diff.
ediff-patch-program
ediff-patch-options, ediff-backup-specs, and
ediff-backup-extension as described below.
ediff-patch-options
ediff-patch-program.
Note: the `-b' and `-z' options should be specified in
`ediff-backup-specs', not in ediff-patch-options.
It is recommended to pass the `-f' option to the patch program, so it won't ask questions. However, some implementations don't accept this option, in which case the default value of this variable should be changed.
ediff-backup-extension
ediff-backup-specs is given.
ediff-backup-specs
Some versions of the patch program let the user specify `-b backup-extension'. Other versions only permit `-b', which (usually) assumes the extension `.orig'. Yet others force you to use `-z<backup-extension>'.
Note that both `ediff-backup-extension' and `ediff-backup-specs' must be properly set. If your patch program takes the option `-b', but not `-b extension', the variable `ediff-backup-extension' must still be set so Ediff will know which extension to use.
ediff-custom-diff-program
ediff-custom-diff-options
diff
program, it partially makes up for this drawback by letting you save the
output from diff in your preferred format, which is specified via
the above two variables.
The output generated by ediff-custom-diff-program (which doesn't
even have to be a standard-style diff!) is not used by Ediff. It is
provided exclusively so that you can
refer to
it later, send it over email, etc. For instance, after reviewing the
differences, you may want to send context differences to a colleague.
Since Ediff ignores the `-c' option in
ediff-diff-program, you would have to run diff -c separately
just to produce the list of differences. Fortunately,
ediff-custom-diff-program and ediff-custom-diff-options
eliminate this nuisance by keeping a copy of a difference list in the
desired format in a buffer that can be displayed via the command D.
ediff-patch-default-directory
Warning: Ediff does not support the output format of VMS
diff. Instead, make sure you are using some implementation of POSIX
diff, such as gnudiff.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |