(Customizing VC) <vc-handled-backends>: Update the default value.
[bpt/emacs.git] / man / ediff.texi
CommitLineData
6bf7aab6
DL
1\input texinfo @c -*-texinfo-*-
2@c documentation for Ediff
3@c Written by Michael Kifer
4
5@comment %**start of header (This is for running Texinfo on a region.)
6
7@comment Using ediff.info instead of ediff in setfilename breaks DOS.
8@comment @setfilename ediff
9@comment @setfilename ediff.info
10@setfilename ../info/ediff
11
12@settitle Ediff User's Manual
13@synindex vr cp
14@synindex fn cp
15@synindex pg cp
4960e757 16@synindex ky cp
6bf7aab6 17
6bf7aab6
DL
18@iftex
19@finalout
20@end iftex
21@c @smallbook
22@comment %**end of header (This is for running Texinfo on a region.)
23
18f952d5 24@copying
b9fe4732 25This file documents Ediff, a comprehensive visual interface to Unix diff
6bf7aab6
DL
26and patch utilities.
27
b65d8176 28Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4e6835db 292003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
b409f09b 30
18f952d5 31@quotation
b409f09b 32Permission is granted to copy, distribute and/or modify this document
678e7c71 33under the terms of the GNU Free Documentation License, Version 1.2 or
b409f09b
GM
34any later version published by the Free Software Foundation; with no
35Invariant Sections, with the Front-Cover texts being ``A GNU
36Manual'', and with the Back-Cover Texts as in (a) below. A copy of the
37license is included in the section entitled ``GNU Free Documentation
38License'' in the Emacs manual.
39
40(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
41this GNU Manual, like GNU software. Copies published by the Free
42Software Foundation raise funds for GNU development.''
43
44This document is part of a collection distributed under the GNU Free
45Documentation License. If you want to distribute this document
46separately from the collection, you can do so by adding a copy of the
47license to the document, as described in section 6 of the license.
18f952d5
KB
48@end quotation
49@end copying
50
51@dircategory Emacs
52@direntry
53* Ediff: (ediff). A visual interface for comparing and merging programs.
54@end direntry
6bf7aab6 55
6bf7aab6
DL
56@titlepage
57@title Ediff User's Manual
58@sp 4
df25b381 59@subtitle Ediff version 2.81.1
6bf7aab6 60@sp 1
df25b381 61@subtitle April 2007
6bf7aab6
DL
62@sp 5
63@author Michael Kifer
64@page
65
66@vskip 0pt plus 1filll
18f952d5 67@insertcopying
6bf7aab6 68@end titlepage
18f952d5 69
6bf7aab6
DL
70
71@node Top, Introduction, (dir), (dir)
72
73
74@menu
75* Introduction:: About Ediff.
76* Major Entry Points:: How to use Ediff.
77* Session Commands:: Ediff commands used within a session.
78* Registry of Ediff Sessions:: Keeping track of multiple Ediff sessions.
79* Session Groups:: Comparing and merging directories.
80* Remote and Compressed Files:: You may want to know about this.
81* Customization:: How to make Ediff work the way YOU want.
82* Credits:: Thanks to those who helped.
84247bb5 83* GNU Free Documentation License:: The license for this documentation.
6bf7aab6
DL
84* Index::
85@end menu
86
87@node Introduction, Major Entry Points, Top, Top
88@chapter Introduction
89
90@cindex Comparing files and buffers
91@cindex Merging files and buffers
92@cindex Patching files and buffers
93@cindex Finding differences
94
95Ediff provides a convenient way for simultaneous browsing through
96the differences between a pair (or a triple) of files or buffers
97(which are called @samp{variants} for our purposes). The
98files being compared, file-A, file-B, and file-C (if applicable) are
99shown in separate windows (side by side, one above the another, or in
100separate frames), and the differences are highlighted as you step
101through them. You can also copy difference regions from one buffer to
102another (and recover old differences if you change your mind).
103
104Another powerful feature is the ability to merge a pair of files into a
105third buffer. Merging with an ancestor file is also supported.
106Furthermore, Ediff is equipped with directory-level capabilities that
107allow the user to conveniently launch browsing or merging sessions on
108groups of files in two (or three) different directories.
109
b9fe4732 110In addition, Ediff can apply a patch to a file and then let you step through
6bf7aab6
DL
111both files, the patched and the original one, simultaneously,
112difference-by-difference. You can even apply a patch right out of a mail
113buffer, i.e., patches received by mail don't even have to be saved. Since
114Ediff lets you copy differences between variants, you can, in effect, apply
115patches selectively (i.e., you can copy a difference region from
116@file{file.orig} to @file{file}, thereby undoing any particular patch that
117you don't like).
118
119Ediff even understands multi-file patches and can apply them interactively!
120(Ediff can recognize multi-file patches only if they are in the context
121format or GNU unified format. All other patches are treated as 1-file
d63f8c1a 122patches. Ediff is [hopefully] using the same algorithm as @code{patch} to
6bf7aab6
DL
123determine which files need to be patched.)
124
125Ediff is aware of version control, which lets you compare
126files with their older versions. Ediff also works with remote and
127compressed files, automatically ftp'ing them over and uncompressing them.
128@xref{Remote and Compressed Files}, for details.
129
130This package builds upon ideas borrowed from Emerge, and several of Ediff's
131functions are adaptations from Emerge. Although Ediff subsumes and greatly
132extends Emerge, much of the functionality in Ediff is influenced by Emerge.
133The architecture and the interface are, of course, drastically different.
134
135@node Major Entry Points, Session Commands, Introduction, Top
136@chapter Major Entry Points
137
4960e757 138When Ediff starts up, it displays a small control window, which accepts the
12e22425 139Ediff commands, and two or three windows displaying the files to be compared
4960e757
MK
140or merged. The control window can be in its own small frame or it can be
141part of a bigger frame that displays other buffers. In any case, it is
142important that the control window be active (i.e., be the one receiving the
143keystrokes) when you use Ediff. You can switch to other Emacs buffers at
144will and even edit the files currently being compared with Ediff and then
145switch back to Ediff at any time by activating the appropriate Emacs windows.
146
6bf7aab6
DL
147Ediff can be invoked interactively using the following functions, which can
148be run either from the minibuffer or from the menu bar. In the menu bar,
149all Ediff's entry points belong to three submenus of the Tools menu:
150Compare, Merge, and Apply Patch.
151
152@table @code
153@item ediff-files
154@itemx ediff
155@findex ediff-files
156@findex ediff
157Compare two files.
158
40194b94
MK
159@item ediff-backup
160@findex ediff-backup
161Compare a file with its backup. If there are several numerical backups, use
162the latest. If the file is itself a backup, then compare it with its
163original.
164
6bf7aab6
DL
165@item ediff-buffers
166@findex ediff-buffers
167Compare two buffers.
168
169@item ediff-files3
170@itemx ediff3
171@findex ediff-files3
172@findex ediff3
173Compare three files.
174
175@item ediff-buffers3
176@findex ediff-buffers3
177Compare three buffers.
178
179@item edirs
180@itemx ediff-directories
181@findex edirs
182@findex ediff-directories
183 Compare files common to two directories.
184@item edirs3
185@itemx ediff-directories3
186@findex edirs3
187@findex ediff-directories3
188 Compare files common to three directories.
189@item edir-revisions
190@itemx ediff-directory-revisions
191@findex ediff-directory-revisions
192@findex edir-revisions
193 Compare versions of files in a given directory. Ediff selects only the
194files that are under version control.
195@item edir-merge-revisions
196@itemx ediff-merge-directory-revisions
197@findex edir-merge-revisions
198@findex ediff-merge-directory-revisions
199 Merge versions of files in a given directory. Ediff selects only the
200files that are under version control.
201@item edir-merge-revisions-with-ancestor
202@itemx ediff-merge-directory-revisions-with-ancestor
203@findex edir-merge-revisions-with-ancestor
204@findex ediff-merge-directory-revisions-with-ancestor
205 Merge versions of files in a given directory using other versions as
206ancestors. Ediff selects only the files that are under version control.
207
208@item ediff-windows-wordwise
209@findex ediff-windows-wordwise
210Compare windows word-by-word.
211
212@item ediff-windows-linewise
213@findex ediff-windows-linewise
214Compare windows line-by-line.
215
216@item ediff-regions-wordwise
217@findex ediff-regions-wordwise
50a07e18
MK
218Compare regions word-by-word. The regions can come from the same buffer
219and they can even overlap. You will be asked to specify the buffers that
220contain the regions, which you want to compare. For each buffer, you will
221also be asked to mark the regions to be compared. Pay attention to the
222messages that appear in the minibuffer.
6bf7aab6
DL
223
224@item ediff-regions-linewise
225@findex ediff-regions-linewise
50a07e18
MK
226Similar to @code{ediff-windows-linewise}, but compares the regions
227line-by-line. See @code{ediff-windows-linewise} for more details.
6bf7aab6
DL
228
229@item ediff-revision
230@findex ediff-revision
231 Compare versions of the current buffer, if the buffer is visiting
232 a file under version control.
233
234@item ediff-patch-file
235@itemx epatch
236@findex ediff-patch-file
237@findex epatch
238
239Patch a file or multiple files, then compare. If the patch applies to just
240one file, Ediff will invoke a regular comparison session. If it is a
241multi-file patch, then a session group interface will be used and the user
242will be able to patch the files selectively. @xref{Session Groups}, for
243more details.
244
3af0304a
MK
245Since the patch might be in a buffer or a file, you will be asked which is
246the case. To avoid this extra prompt, you can invoke this command with a
247prefix argument. With an odd prefix argument, Ediff assumes the patch
248is in a file; with an even argument, a buffer is assumed.
249
d63f8c1a 250Note that @code{ediff-patch-file} will actually use the @code{patch}
f918ef63 251utility to change the original files on disk. This is not that
6bf7aab6
DL
252dangerous, since you will always have the original contents of the file
253saved in another file that has the extension @file{.orig}.
254Furthermore, if the file is under version control, then you can always back
28665d46
PE
255out to one of the previous versions (see the section on Version Control in
256the Emacs manual).
6bf7aab6
DL
257
258@code{ediff-patch-file} is careful about versions control: if the file
259to be patched is checked in, then Ediff will offer to check it out, because
260failing to do so may result in the loss of the changes when the file is
261checked out the next time.
262
263If you don't intend to modify the file via the patch and just want to see
264what the patch is all about (and decide later), then
265@code{ediff-patch-buffer} might be a better choice.
266
267@item ediff-patch-buffer
268@itemx epatch-buffer
269@findex ediff-patch-buffer
270@findex epatch-buffer
271Patch a buffer, then compare. The buffer being patched and the file visited
272by that buffer (if any) is @emph{not} modified. The result of the patch
273appears in some other buffer that has the name ending with @emph{_patched}.
274
275This function would refuse to apply a multifile patch to a buffer. Use
276@code{ediff-patch-file} for that (and when you want the original file to be
d63f8c1a 277modified by the @code{patch} utility).
6bf7aab6 278
3af0304a
MK
279Since the patch might be in a buffer or a file, you will be asked which is
280the case. To avoid this extra prompt, you can invoke this command with a
281prefix argument. With an odd prefix argument, Ediff assumes the patch
282is in a file; with an even argument, a buffer is assumed.
283
6bf7aab6
DL
284@item ediff-merge-files
285@itemx ediff-merge
286@findex ediff-merge-files
287@findex ediff-merge
288Merge two files.
289
290@item ediff-merge-files-with-ancestor
291@itemx ediff-merge-with-ancestor
292@findex ediff-merge-files-with-ancestor
293@findex ediff-merge-with-ancestor
294Like @code{ediff-merge}, but with a third ancestor file.
295
296@item ediff-merge-buffers
297@findex ediff-merge-buffers
298Merge two buffers.
299
300@item ediff-merge-buffers-with-ancestor
301@findex ediff-merge-buffers-with-ancestor
302Same but with ancestor.
303
304
305@item edirs-merge
306@itemx ediff-merge-directories
307@findex edirs-merge
308@findex ediff-merge-directories
309 Merge files common to two directories.
310@item edirs-merge-with-ancestor
311@itemx ediff-merge-directories-with-ancestor
312@findex edirs-merge-with-ancestor
313@findex ediff-merge-directories-with-ancestor
314 Same but using files in a third directory as ancestors.
315 If a pair of files doesn't have an ancestor in the ancestor-directory, you
316 will still be able to merge them without the ancestor.
317
318@item ediff-merge-revisions
319@findex ediff-merge-revisions
320Merge two versions of the file visited by the current buffer.
321
322@item ediff-merge-revisions-with-ancestor
323@findex ediff-merge-revisions-with-ancestor
324Same but with ancestor.
325
326@item ediff-documentation
327@findex ediff-documentation
328Brings up this manual.
329
330@item ediff-show-registry
331@itemx eregistry
332Brings up Ediff session registry. This feature enables you to quickly find
333and restart active Ediff sessions.
334@end table
335
336@noindent
337If you want Ediff to be loaded from the very beginning of your Emacs
338session, you should put this line in your @file{~/.emacs} file:
339
340@example
341(require 'ediff)
342@end example
343
344@noindent
345Otherwise, Ediff will be loaded automatically when you use one of the
346above functions, either directly or through the menus.
347
348When the above functions are invoked, the user is prompted for all the
349necessary information---typically the files or buffers to compare, merge, or
350patch. Ediff tries to be smart about these prompts. For instance, in
351comparing/merging files, it will offer the visible buffers as defaults. In
352prompting for files, if the user enters a directory, the previously input
353file name will be appended to that directory. In addition, if the variable
354@code{ediff-use-last-dir} is not @code{nil}, Ediff will offer
355previously entered directories as defaults (which will be maintained
356separately for each type of file, A, B, or C).
357@vindex @code{ediff-use-last-dir}
358
359All the above functions use the POSIX @code{diff} or @code{diff3} programs
360to find differences between two files. They process the @code{diff} output
361and display it in a convenient form. At present, Ediff understands only
362the plain output from diff. Options such as @samp{-c} are not supported,
363nor is the format produced by incompatible file comparison programs such as
364the VMS version of @code{diff}.
365
366The functions @code{ediff-files}, @code{ediff-buffers},
367@code{ediff-files3}, @code{ediff-buffers3} first display the coarse,
d63f8c1a 368line-based difference regions, as reported by the @code{diff} program. The
6bf7aab6
DL
369total number of difference regions and the current difference number are
370always displayed in the mode line of the control window.
371
372Since @code{diff} may report fairly large chunks of text as being different,
373even though the difference may be localized to just a few words or even
374to the white space or line breaks, Ediff further @emph{refines} the
375regions to indicate which exact words differ. If the only difference is
376in the white space and line breaks, Ediff says so.
377
378On a color display, fine differences are highlighted with color; on a
379monochrome display, they are underlined. @xref{Highlighting Difference
380Regions}, for information on how to customize this.
381
50a07e18 382The commands @code{ediff-windows-wordwise},
6bf7aab6
DL
383@code{ediff-windows-linewise}, @code{ediff-regions-wordwise} and
384@code{ediff-regions-linewise} do comparison on parts of existing Emacs
50a07e18 385buffers. The commands @code{ediff-windows-wordwise} and
6bf7aab6 386@code{ediff-regions-wordwise} are intended for relatively small segments
50a07e18
MK
387of buffers (e.g., up to 100 lines, depending on the speed of your machine),
388as they perform comparison on the basis of words rather than lines.
389(Word-wise comparison of large chunks of text can be slow.)
6bf7aab6
DL
390
391To compare large regions, use @code{ediff-regions-linewise}. This
392command displays differences much like @code{ediff-files} and
393@code{ediff-buffers}.
394
395The functions @code{ediff-patch-file} and @code{ediff-patch-buffer} apply a
396patch to a file or a buffer and then run Ediff on the appropriate
397files/buffers, displaying the difference regions.
398
399The entry points @code{ediff-directories}, @code{ediff-merge-directories},
400etc., provide a convenient interface for comparing and merging files in
401different directories. The user is presented with Dired-like interface from
402which one can run a group of related Ediff sessions.
403
404For files under version control, @code{ediff-revision} lets you compare
405the file visited by the current buffer to one of its checked-in versions.
406You can also compare two checked-in versions of the visited file.
407Moreover, the functions @code{ediff-directory-revisions},
408@code{ediff-merge-directory-revisions}, etc., let you run a group of
409related Ediff sessions by taking a directory and comparing (or merging)
410versions of files in that directory.
411
412@node Session Commands, Registry of Ediff Sessions, Major Entry Points, Top
413@chapter Session Commands
414
415All Ediff commands are displayed in a Quick Help window, unless you type
416@kbd{?} to shrink the window to just one line. You can redisplay the help
417window by typing @kbd{?} again. The Quick Help commands are detailed below.
418
419Many Ediff commands take numeric prefix arguments. For instance, if you
420type a number, say 3, and then @kbd{j} (@code{ediff-jump-to-difference}),
421Ediff moves to the third difference region. Typing 3 and then @kbd{a}
422(@code{ediff-diff-to-diff}) copies the 3d difference region from variant A
423to variant B. Likewise, 4 followed by @kbd{ra} restores the 4th difference
424region in buffer A (if it was previously written over via the command
425@kbd{a}).
426
427Some commands take negative prefix arguments as well. For instance, typing
428@kbd{-} and then @kbd{j} will make the last difference region
429current. Typing @kbd{-2} then @kbd{j} makes the penultimate difference
430region current, etc.
431
432Without the prefix argument, all commands operate on the currently
433selected difference region. You can make any difference region
434current using the various commands explained below.
435
436For some commands, the actual value of the prefix argument is
437immaterial. However, if supplied, the prefix argument may modify the
438command (see @kbd{ga}, @kbd{gb}, and @kbd{gc}).
439
440@menu
441* Quick Help Commands:: Frequently used commands.
442* Other Session Commands:: Commands that are not bound to keys.
443@end menu
444
445@node Quick Help Commands,Other Session Commands,,Session Commands
446@section Quick Help Commands
447
448@table @kbd
449@item ?
4960e757 450@kindex ?
6bf7aab6
DL
451Toggles the Ediff Quick Help window ON and OFF.
452@item G
4960e757 453@kindex G
6bf7aab6
DL
454Prepares a mail buffer for sending a praise or a curse to the Ediff maintainer.
455
456@item E
4960e757 457@kindex E
6bf7aab6
DL
458Brings up the top node of this manual, where you can find further
459information on the various Ediff functions and advanced issues, such as
460customization, session groups, etc.
461
462@item v
4960e757 463@kindex v
6bf7aab6
DL
464Scrolls up buffers A and B (and buffer C where appropriate) in a
465coordinated fashion.
466@item V
4960e757 467@kindex V
6bf7aab6
DL
468Scrolls the buffers down.
469
470@item <
4960e757 471@kindex <
6bf7aab6
DL
472Scrolls the buffers to the left simultaneously.
473@item >
4960e757 474@kindex >
6bf7aab6
DL
475Scrolls buffers to the right.
476
477@item wd
4960e757 478@kindex wd
6bf7aab6
DL
479Saves the output from the diff utility, for further reference.
480
d63f8c1a 481With prefix argument, saves the plain output from @code{diff} (see
6bf7aab6 482@code{ediff-diff-program} and @code{ediff-diff-options}). Without the
d63f8c1a 483argument, it saves customized @code{diff} output (see
6bf7aab6
DL
484@code{ediff-custom-diff-program} and @code{ediff-custom-diff-options}), if
485it is available.
486
487@item wa
4960e757 488@kindex wa
6bf7aab6
DL
489Saves buffer A, if it was modified.
490@item wb
4960e757 491@kindex wb
6bf7aab6
DL
492Saves buffer B, if it was modified.
493@item wc
4960e757 494@kindex wc
6bf7aab6
DL
495Saves buffer C, if it was modified (if you are in a session that
496compares three files simultaneously).
497
498@item a
4960e757 499@kindex a
6bf7aab6
DL
500@emph{In comparison sessions:}
501Copies the current difference region (or the region specified as the prefix
502to this command) from buffer A to buffer B.
503Ediff saves the old contents of buffer B's region; it can
504be restored via the command @kbd{rb}, which see.
505
506@emph{In merge sessions:}
507Copies the current difference region (or the region specified as the prefix
508to this command) from buffer A to the merge buffer. The old contents of
509this region in buffer C can be restored via the command @kbd{r}.
510
511@item b
4960e757 512@kindex b
6bf7aab6
DL
513Works similarly, but copies the current difference region from buffer B to
514buffer A (in @emph{comparison sessions}) or the merge buffer (in
515@emph{merge sessions}).
516
517Ediff saves the old contents of the difference region copied over; it can
518be reinstated via the command @kbd{ra} in comparison sessions and
519@kbd{r} in merge sessions.
520
521@item ab
4960e757 522@kindex ab
6bf7aab6
DL
523Copies the current difference region (or the region specified as the prefix
524to this command) from buffer A to buffer B. This (and the next five)
525command is enabled only in sessions that compare three files
526simultaneously. The old region in buffer B is saved and can be restored
527via the command @kbd{rb}.
528@item ac
4960e757 529@kindex ac
6bf7aab6
DL
530Copies the difference region from buffer A to buffer C.
531The old region in buffer C is saved and can be restored via the command
532@kbd{rc}.
533@item ba
4960e757 534@kindex ba
6bf7aab6
DL
535Copies the difference region from buffer B to buffer A.
536The old region in buffer A is saved and can be restored via the command
537@kbd{ra}.
538@item bc
4960e757 539@kindex bc
6bf7aab6
DL
540Copies the difference region from buffer B to buffer C.
541The command @kbd{rc} undoes this.
542@item ca
4960e757 543@kindex ca
6bf7aab6
DL
544Copies the difference region from buffer C to buffer A.
545The command @kbd{ra} undoes this.
546@item cb
4960e757 547@kindex cb
6bf7aab6
DL
548Copies the difference region from buffer C to buffer B.
549The command @kbd{rb} undoes this.
550
551@item p
552@itemx DEL
4960e757
MK
553@kindex p
554@kindex DEL
6bf7aab6
DL
555Makes the previous difference region current.
556@item n
557@itemx SPC
4960e757
MK
558@kindex n
559@kindex SPC
6bf7aab6
DL
560Makes the next difference region current.
561
562@item j
563@itemx -j
564@itemx Nj
4960e757 565@kindex j
6bf7aab6
DL
566Makes the very first difference region current.
567
568@kbd{-j} makes the last region current. Typing a number, N, and then `j'
569makes the difference region N current. Typing -N (a negative number) then
570`j' makes current the region Last - N.
571
572@item ga
4960e757 573@kindex ga
6bf7aab6
DL
574Makes current the difference region closest to the position of the point in
575buffer A.
576
577However, with a prefix argument, Ediff would position all variants
578around the area indicated by the current point in buffer A: if
579the point is inside a difference region, then the variants will be
580positioned at this difference region. If the point is not in any difference
581region, then it is in an area where all variants agree with each other. In
582this case, the variants will be positioned so that each would display this
583area (of agreement).
584@item gb
4960e757 585@kindex gb
6bf7aab6
DL
586Makes current the difference region closest to the position of the point in
587buffer B.
588
589With a prefix argument, behaves like @kbd{ga}, but with respect to buffer B.
590@item gc
4960e757 591@kindex gc
6bf7aab6
DL
592@emph{In merge sessions:}
593makes current the difference region closest to the point in the merge buffer.
594
595@emph{In 3-file comparison sessions:}
596makes current the region closest to the point in buffer C.
597
598With a prefix argument, behaves like @kbd{ga}, but with respect to buffer C.
599
600@item !
4960e757 601@kindex !
6bf7aab6
DL
602Recomputes the difference regions, bringing them up to date. This is often
603needed because it is common to do all sorts of editing during Ediff
604sessions, so after a while, the highlighted difference regions may no
605longer reflect the actual differences among the buffers.
606
607@item *
4960e757 608@kindex *
6bf7aab6
DL
609Forces refinement of the current difference region, which highlights the exact
610words of disagreement among the buffers. With a negative prefix argument,
611unhighlights the current region.
612
613Forceful refinement may be needed if Ediff encounters a difference region
614that is larger than @code{ediff-auto-refine-limit}. In this situation,
615Ediff doesn't do automatic refinement in order to improve response time.
616(Ediff doesn't auto-refine on dumb terminals as well, but @kbd{*} still
617works there. However, the only useful piece of information it can tell you
618is whether or not the difference regions disagree only in the amount of
619white space.)
620
621This command is also useful when the highlighted fine differences are
622no longer current, due to user editing.
623
624@item m
4960e757 625@kindex m
6bf7aab6
DL
626Displays the current Ediff session in a frame as wide as the physical
627display. This is useful when comparing files side-by-side. Typing `m' again
628restores the original size of the frame.
629
630@item |
4960e757 631@kindex |
6bf7aab6
DL
632Toggles the horizontal/vertical split of the Ediff display. Horizontal
633split is convenient when it is possible to compare files
634side-by-side. If the frame in which files are displayed is too narrow
635and lines are cut off, typing @kbd{m} may help some.
636
637@item @@
4960e757 638@kindex @@
6bf7aab6
DL
639Toggles auto-refinement of difference regions (i.e., automatic highlighting
640of the exact words that differ among the variants). Auto-refinement is
641turned off on devices where Emacs doesn't support highlighting.
642
643On slow machines, it may be advantageous to turn auto-refinement off. The
644user can always forcefully refine specific difference regions by typing
645@kbd{*}.
646
647@item h
4960e757 648@kindex h
6bf7aab6
DL
649Cycles between full highlighting, the mode where fine differences are not
650highlighted (but computed), and the mode where highlighting is done with
76dd3692 651@acronym{ASCII} strings. The latter is not really recommended, unless on a dumb TTY.
6bf7aab6
DL
652
653@item r
4960e757 654@kindex r
6bf7aab6
DL
655Restores the old contents of the region in the merge buffer.
656(If you copied a difference region from buffer A or B into the merge buffer
657using the commands @kbd{a} or @kbd{b}, Ediff saves the old contents of the
658region in case you change your mind.)
659
660This command is enabled in merge sessions only.
661
662@item ra
4960e757 663@kindex ra
6bf7aab6
DL
664Restores the old contents of the current difference region in buffer A,
665which was previously saved when the user invoked one of these commands:
666@kbd{b}, @kbd{ba}, @kbd{ca}, which see. This command is enabled in
667comparison sessions only.
668@item rb
4960e757 669@kindex rb
6bf7aab6
DL
670Restores the old contents of the current difference region in buffer B,
671which was previously saved when the user invoked one of these commands:
672@kbd{a}, @kbd{ab}, @kbd{cb}, which see. This command is enabled in
673comparison sessions only.
674@item rc
4960e757 675@kindex rc
6bf7aab6
DL
676Restores the old contents of the current difference region in buffer C,
677which was previously saved when the user invoked one of these commands:
678@kbd{ac}, @kbd{bc}, which see. This command is enabled in 3-file
679comparison sessions only.
680
681@item ##
4960e757 682@kindex ##
6bf7aab6
DL
683Tell Ediff to skip over regions that disagree among themselves only in the
684amount of white space and line breaks.
685
686Even though such regions will be skipped over, you can still jump to any
687one of them by typing the region number and then `j'. Typing @kbd{##}
688again puts Ediff back in the original state.
689
b6178721
MK
690@item #c
691@kindex #c
692@vindex ediff-ignore-case-option
693@vindex ediff-ignore-case-option3
694@vindex ediff-ignore-case
695Toggle case sensitivity in the diff program. All diffs are recomputed.
696Case sensitivity is controlled by the variables
697@code{ediff-ignore-case-option}, @code{ediff-ignore-case-option3},
698and @code{ediff-ignore-case}, which are explained elsewhere.
699
6bf7aab6
DL
700@item #h
701@itemx #f
4960e757
MK
702@kindex #f
703@kindex #h
6bf7aab6
DL
704Ediff works hard to ameliorate the effects of boredom in the workplace...
705
706Quite often differences are due to identical replacements (e.g., the word
707`foo' is replaced with the word `bar' everywhere). If the number of regions
708with such boring differences exceeds your tolerance threshold, you may be
709tempted to tell Ediff to skip these regions altogether (you will still be able
710to jump to them via the command @kbd{j}). The above commands, @kbd{#h}
711and @kbd{#f}, may well save your day!
712
713@kbd{#h} prompts you to specify regular expressions for each
714variant. Difference regions where each variant's region matches the
715corresponding regular expression will be skipped from then on. (You can
716also tell Ediff to skip regions where at least one variant matches its
717regular expression.)
718
719@kbd{#f} does dual job: it focuses on regions that match the corresponding
720regular expressions. All other regions will be skipped
721over. @xref{Selective Browsing}, for more.
722
723@item A
4960e757 724@kindex A
6bf7aab6
DL
725Toggles the read-only property in buffer A.
726If file A is under version control and is checked in, it is checked out
727(with your permission).
728@item B
4960e757 729@kindex B
6bf7aab6
DL
730Toggles the read-only property in buffer B.
731If file B is under version control and is checked in, it is checked out.
732@item C
4960e757 733@kindex C
6bf7aab6
DL
734Toggles the read-only property in buffer C (in 3-file comparison sessions).
735If file C is under version control and is checked in, it is checked out.
736
737@item ~
4960e757 738@kindex ~
6bf7aab6
DL
739Swaps the windows where buffers A and B are displayed. If you are comparing
740three buffers at once, then this command would rotate the windows among
741buffers A, B, and C.
742
743@item i
4960e757 744@kindex i
6bf7aab6
DL
745Displays all kinds of useful data about the current Ediff session.
746@item D
4960e757 747@kindex D
6bf7aab6
DL
748Runs @code{ediff-custom-diff-program} on the variants and displays the
749buffer containing the output. This is useful when you must send the output
750to your Mom.
751
d63f8c1a 752With a prefix argument, displays the plain @code{diff} output.
6bf7aab6
DL
753@xref{Patch and Diff Programs}, for details.
754
755@item R
4960e757 756@kindex R
6bf7aab6
DL
757Displays a list of currently active Ediff sessions---the Ediff Registry.
758You can then restart any of these sessions by either clicking on a session
759record or by putting the cursor over it and then typing the return key.
760
761(Some poor souls leave so many active Ediff sessions around that they loose
762track of them completely... The `R' command is designed to save these
763people from the recently discovered Ediff Proficiency Syndrome.)
764
765Typing @kbd{R} brings up Ediff Registry only if it is typed into an Ediff
766Control Panel. If you don't have a control panel handy, type this in the
767minibuffer: @kbd{M-x eregistry}. @xref{Registry of Ediff Sessions}.
768
769@item M
4960e757 770@kindex M
6bf7aab6
DL
771Shows the session group buffer that invoked the current Ediff session.
772@xref{Session Groups}, for more information on session groups.
773
774@item z
4960e757 775@kindex z
6bf7aab6
DL
776Suspends the current Ediff session. (If you develop a condition known as
777Repetitive Ediff Injury---a serious but curable illness---you must change
778your current activity. This command tries hard to hide all Ediff-related
779buffers.)
780
781The easiest way to resume a suspended Ediff session is through the registry
782of active sessions. @xref{Registry of Ediff Sessions}, for details.
783@item q
4960e757 784@kindex q
6bf7aab6
DL
785Terminates this Ediff session. With a prefix argument (e.g.,@kbd{1q}), asks
786if you also want to delete the buffers of the variants.
787Modified files and the results of merges are never deleted.
788
789@item %
4960e757 790@kindex %
6bf7aab6
DL
791Toggles narrowing in Ediff buffers. Ediff buffers may be narrowed if you
792are comparing only parts of these buffers via the commands
793@code{ediff-windows-*} and @code{ediff-regions-*}, which see.
794
795@item C-l
4960e757 796@kindex C-l
6bf7aab6
DL
797Restores the usual Ediff window setup. This is the quickest way to resume
798an Ediff session, but it works only if the control panel of that session is
799visible.
800
3af0304a 801@item $$
4960e757 802@kindex $$
6bf7aab6
DL
803While merging with an ancestor file, Ediff is determined to reduce user's
804wear and tear by saving him and her much of unproductive, repetitive
805typing. If it notices that, say, file A's difference region is identical to
806the same difference region in the ancestor file, then the merge buffer will
807automatically get the difference region taken from buffer B. The rationale
808is that this difference region in buffer A is as old as that in the
809ancestor buffer, so the contents of that region in buffer B represents real
810change.
811
812You may want to ignore such `obvious' merges and concentrate on difference
813regions where both files `clash' with the ancestor, since this means that
814two different people have been changing this region independently and they
815had different ideas on how to do this.
816
817The above command does this for you by skipping the regions where only one
818of the variants clashes with the ancestor but the other variant agrees with
3af0304a
MK
819it. Typing @kbd{$$} again undoes this setting.
820
821@item $*
4960e757 822@kindex $*
3af0304a
MK
823When merging files with large number of differences, it is sometimes
824convenient to be able to skip the difference regions for which you already
825decided which variant is most appropriate. Typing @kbd{$*} will accomplish
826precisely this.
827
828To be more precise, this toggles the check for whether the current merge is
829identical to its default setting, as originally decided by Ediff. For
830instance, if Ediff is merging according to the `combined' policy, then the
831merge region is skipped over if it is different from the combination of the
832regions in buffers A and B. (Warning: swapping buffers A and B will confuse
12e22425 833things in this respect.) If the merge region is marked as `prefer-A' then
3af0304a
MK
834this region will be skipped if it differs from the current difference
835region in buffer A, etc.
6bf7aab6
DL
836
837@item /
4960e757 838@kindex /
6bf7aab6
DL
839Displays the ancestor file during merges.
840@item &
4960e757 841@kindex &
6bf7aab6
DL
842In some situations, such as when one of the files agrees with the ancestor file
843on a difference region and the other doesn't, Ediff knows what to do: it copies
844the current difference region from the second buffer into the merge buffer.
845
846In other cases, the right course of action is not that clearcut, and Ediff
847would use a default action. The above command changes the default action.
848The default action can be @samp{default-A} (choose the region from buffer
849A), @samp{default-B} (choose the region from buffer B), or @samp{combined}
850(combine the regions from the two buffers).
851@xref{Merging and diff3}, for further details.
852
853The command @kbd{&} also affects the regions in the merge buffers that have
854@samp{default-A}, @samp{default-B}, or @samp{combined} status, provided
855they weren't changed with respect to the original. For instance, if such a
856region has the status @samp{default-A} then changing the default action to
857@samp{default-B} will also replace this merge-buffer's region with the
858corresponding region from buffer B.
859
860@item s
4960e757 861@kindex s
6bf7aab6
DL
862Causes the merge window shrink to its minimum size, thereby exposing as much
863of the variant buffers as possible. Typing `s' again restores
864the original size of that window.
865
866With a positive prefix argument, this command enlarges the merge window.
867E.g., @kbd{4s} increases the size of the window by about 4 lines, if
868possible. With a negative numeric argument, the size of the merge window
869shrinks by that many lines, if possible. Thus, @kbd{-s} shrinks the window
870by about 1 line and @kbd{-3s} by about 3 lines.
871
872This command is intended only for temporary viewing; therefore, Ediff
873restores window C to its original size whenever it makes any other change
874in the window configuration. However, redisplaying (@kbd{C-l}) or jumping
875to another difference does not affect window C's size.
876
877The split between the merge window and the variant windows is controlled by
878the variable @code{ediff-merge-window-share}, which see.
879
880@item +
4960e757 881@kindex +
6bf7aab6
DL
882Combines the difference regions from buffers A and B and copies the
883result into the merge buffer. @xref{Merging and diff3}, and the
884variables @code{ediff-combine-diffs} and @code{ediff-combination-pattern}.
885
886
887@item =
4960e757 888@kindex =
6bf7aab6
DL
889You may run into situations when a large chunk of text in one file has been
890edited and then moved to a different place in another file. In such a case,
891these two chunks of text are unlikely to belong to the same difference
892region, so the refinement feature of Ediff will not be able to tell you
893what exactly differs inside these chunks. Since eyeballing large pieces of
894text is contrary to human nature, Ediff has a special command to help
895reduce the risk of developing a cataract.
896
74c2ff4c
MK
897In other situations, the currently highlighted region might be big and you
898might want to reconcile of them interactively.
899
28665d46 900All of this can be done with the above command, @kbd{=}, which
74c2ff4c
MK
901compares regions within Ediff buffers. Typing @kbd{=} creates a
902child Ediff session for comparing regions in buffers A, B, or
903C as follows.
904
905First, you will be asked whether you want to compare the fine differences
906between the currently highlighted buffers on a word-by-word basis. If you
907accept, a child Ediff session will start using the currently highlighted
908regions. Ediff will let you step over the differences word-wise.
909
910If you reject the offer, you will be asked to select regions of your choice.
6bf7aab6
DL
911
912@emph{If you are comparing 2 files or buffers:}
1f31cd60 913Ediff will ask you to select regions in buffers A and B.
6bf7aab6 914
1f31cd60
MK
915@emph{If you are comparing 3 files or buffers simultaneously:} Ediff will
916ask you to choose buffers and then select regions inside those buffers.
6bf7aab6
DL
917
918@emph{If you are merging files or buffers (with or without ancestor):}
1f31cd60
MK
919Ediff will ask you to choose which buffer (A or B) to compare with the
920merge buffer and then select regions in those buffers.
6bf7aab6
DL
921
922@end table
923
924@node Other Session Commands,,Quick Help Commands,Session Commands
925@section Other Session Commands
926
927The following commands can be invoked from within any Ediff session,
928although some of them are not bound to a key.
929
930@table @code
931@item eregistry
932@itemx ediff-show-registry
933@findex eregistry
934@findex ediff-show-registry
935This command brings up the registry of active Ediff sessions. Ediff
936registry is a device that can be used to resume any active Ediff session
937(which may have been postponed because the user switched to some other
938activity). This command is also useful for switching between multiple
939active Ediff sessions that are run at the same time. The function
940@code{eregistry} is an alias for @code{ediff-show-registry}.
941@xref{Registry of Ediff Sessions}, for more information on this registry.
942
943@item ediff-toggle-multiframe
944@findex ediff-toggle-multiframe
945Changes the display from the multi-frame mode (where the quick help window
946is in a separate frame) to the single-frame mode (where all Ediff buffers
947share the same frame), and vice versa. See
948@code{ediff-window-setup-function} for details on how to make either of
949these modes the default one.
950
951This function can also be invoked from the Menubar. However, in some
952cases, the change will take place only after you execute one of the Ediff
953commands, such as going to the next difference or redisplaying.
954
50a07e18
MK
955@item ediff-toggle-use-toolbar
956@findex ediff-toggle-use-toolbar
957Available in XEmacs only. The Ediff toolbar provides quick access to some
958of the common Ediff functions. This function toggles the display of the
959toolbar. If invoked from the menubar, the function may take sometimes
960effect only after you execute an Ediff command, such as going to the next
961difference.
962
963@item ediff-use-toolbar-p
964@vindex ediff-use-toolbar-p
965The use of the toolbar can also be specified via the variable
966@code{ediff-use-toolbar-p} (default is @code{t}). This variable can be set
967only in @file{.emacs} --- do @strong{not} change it interactively. Use the
968function @code{ediff-toggle-use-toolbar} instead.
969
6bf7aab6
DL
970@item ediff-revert-buffers-then-recompute-diffs
971@findex ediff-revert-buffers-then-recompute-diffs
972This command reverts the buffers you are comparing and recomputes their
973differences. It is useful when, after making changes, you decided to
974make a fresh start, or if at some point you changed the files being
975compared but want to discard any changes to comparison buffers that were
976done since then.
977
978This command normally asks for confirmation before reverting files.
979With a prefix argument, it reverts files without asking.
980
981
982@item ediff-profile
983@findex ediff-profile
984Ediff has an admittedly primitive (but useful) facility for profiling
985Ediff's commands. It is meant for Ediff maintenance---specifically, for
986making it run faster. The function @code{ediff-profile} toggles
987profiling of ediff commands.
988@end table
989
990@node Registry of Ediff Sessions, Session Groups, Session Commands, Top
991@chapter Registry of Ediff Sessions
992
993Ediff maintains a registry of all its invocations that are
994still @emph{active}. This feature is very convenient for switching among
995active Ediff sessions or for quickly restarting a suspended Ediff session.
996
997The focal point of this activity is a buffer
998called @emph{*Ediff Registry*}. You can display this buffer by typing
999@kbd{R} in any Ediff Control Buffer or Session Group Buffer
1000(@pxref{Session Groups}), or by typing
1001@kbd{M-x eregistry} into the Minibuffer.
1002The latter would be the fastest way to bring up the registry
1003buffer if no control or group buffer is displayed in any of the visible
1004Emacs windows.
1005If you are in a habit of running multiple long Ediff sessions and often need to
1006suspend, resume, or switch between them, it may be a good idea to have the
1007registry buffer permanently displayed in a separate, dedicated window.
1008
1009The registry buffer has several convenient key bindings.
1010For instance, clicking mouse button 2 or typing
1011@kbd{RET} or @kbd{v} over any session record resumes that session.
1012Session records in the registry buffer provide a fairly complete
1013description of each session, so it is usually easy to identify the right
1014session to resume.
1015
1016Other useful commands are bound to @kbd{SPC} (next registry record)
1017and @kbd{DEL} (previous registry record). There are other commands as well,
1018but you don't need to memorize them, since they are listed at the top of
1019the registry buffer.
1020
1021@node Session Groups, Remote and Compressed Files, Registry of Ediff Sessions, Top
1022@chapter Session Groups
1023
1024Several major entries of Ediff perform comparison and merging on
1025directories. On entering @code{ediff-directories},
1026@code{ediff-directories3},
1027@code{ediff-merge-directories},
1028@code{ediff-merge-directories-with-ancestor},
1029@code{ediff-directory-revisions},
1030@code{ediff-merge-directory-revisions}, or
1031@code{ediff-merge-directory-revisions-with-ancestor},
1032the user is presented with a
1033Dired-like buffer that lists files common to the directories involved along
1034with their sizes. (The list of common files can be further filtered through
1035a regular expression, which the user is prompted for.) We call this buffer
1036@emph{Session Group Panel} because all Ediff sessions associated with the
1037listed files will have this buffer as a common focal point.
1038
1039Clicking button 2 or typing @kbd{RET} or @kbd{v} over a
1040record describing files invokes Ediff in the appropriate mode on these
1041files. You can come back to the session group buffer associated with a
1042particular invocation of Ediff by typing @kbd{M} in Ediff control buffer of
1043that invocation.
1044
1045Many commands are available in the session group buffer; some are
1046applicable only to certain types of work. The relevant commands are always
1047listed at the top of each session group buffer, so there is no need to
1048memorize them.
1049
1050In directory comparison or merging, a session group panel displays only the
1051files common to all directories involved. The differences are kept in a
1f31cd60
MK
1052separate @emph{directory difference buffer} and are conveniently displayed
1053by typing @kbd{D} to the corresponding session group panel. Thus, as an
1054added benefit, Ediff can be used to compare the contents of up to three
1055directories.
1056
1057@cindex Directory difference buffer
1058Sometimes it is desirable to copy some files from one directory to another
1059without exiting Ediff. The @emph{directory difference buffer}, which is
1060displayed by typing @kbd{D} as discussed above, can be used for this
1061purpose. If a file is, say, in Ediff's Directory A, but is missing in
1062Ediff's Directory B (Ediff will refuse to override existing files), then
1063typing @kbd{C} or clicking mouse button 2 over that file (which must be
1064displayed in directory difference buffer) will copy that file from
1065Directory A to Directory B.
6bf7aab6
DL
1066
1067Session records in session group panels are also marked with @kbd{+}, for
1068active sessions, and with @kbd{-}, for finished sessions.
1069
1070Sometimes, it is convenient to exclude certain sessions from a group.
1071Usually this happens when the user doesn't intend to run Ediff of certain
1072files in the group, and the corresponding session records just add clutter
1073to the session group buffer. To help alleviate this problem, the user can
1074type @kbd{h} to mark a session as a candidate for exclusion and @kbd{x} to
1075actually hide the marked sessions. There actions are reversible: with a
1076prefix argument, @kbd{h} unmarks the session under the cursor, and @kbd{x}
1077brings the hidden sessions into the view (@kbd{x} doesn't unmark them,
1078though, so the user has to explicitly unmark the sessions of interest).
1079
1080Group sessions also understand the command @kbd{m}, which marks sessions
1081for future operations (other than hiding) on a group of sessions. At present,
1082the only such group-level operation is the creation of a multi-file patch.
1083
1084@vindex ediff-autostore-merges
1085For group sessions created to merge files, Ediff can store all merges
1086automatically in a directory. The user is asked to specify such directory
bf301e70 1087if the value of @code{ediff-autostore-merges} is non-@code{nil}. If the value is
6bf7aab6
DL
1088@code{nil}, nothing is done to the merge buffers---it will be the user's
1089responsibility to save them. If the value is @code{t}, the user will be
1090asked where to save the merge buffers in all merge jobs, even those that do
1091not originate from a session group. It the value is neither @code{nil} nor
1092@code{t}, the merge buffer is saved @emph{only} if this merge session was
1093invoked from a session group. This behavior is implemented in the function
1094@code{ediff-maybe-save-and-delete-merge}, which is a hook in
1095@code{ediff-quit-merge-hook}. The user can supply a different hook, if
1096necessary.
1097
1098The variable @code{ediff-autostore-merges} is buffer-local, so it can be
6de3983f
MK
1099set on a per-buffer basis. Therefore, use @code{setq-default} to change
1100this variable globally.
6bf7aab6
DL
1101
1102@cindex Multi-file patches
b9fe4732 1103A multi-file patch is a concatenated output of several runs of the Unix
d63f8c1a 1104@code{diff} command (some versions of @code{diff} let you create a
6bf7aab6
DL
1105multi-file patch in just one run). Ediff facilitates creation of
1106multi-file patches as follows. If you are in a session group buffer
1107created in response to @code{ediff-directories} or
1108@code{ediff-directory-revisions}, you can mark (by typing @kbd{m}) the
1109desired Ediff sessions and then type @kbd{P} to create a
1110multi-file patch of those marked sessions.
1111Ediff will then display a buffer containing the patch.
d63f8c1a 1112The patch is generated by invoking @code{diff} on all marked individual
6bf7aab6
DL
1113sessions (represented by files) and session groups (represented by
1114directories). Ediff will also recursively descend into any @emph{unmarked}
1115session group and will search for marked sessions there. In this way, you
1116can create multi-file patches that span file subtrees that grow out of
1117any given directory.
1118
1119In an @code{ediff-directories} session, it is enough to just mark the
1120requisite sessions. In @code{ediff-directory-revisions} revisions, the
1121marked sessions must also be active, or else Ediff will refuse to produce a
1122multi-file patch. This is because, in the latter-style sessions, there are
1123many ways to create diff output, and it is easier to handle by running
1124Ediff on the inactive sessions.
1125
17561e4f
MK
1126Last, but not least, by typing @kbd{==}, you can quickly find out which
1127sessions have identical entries, so you won't have to run Ediff on those
6bf7aab6
DL
1128sessions. This, however, works only on local, uncompressed files.
1129For compressed or remote files, this command won't report anything.
17561e4f
MK
1130Likewise, you can use @kbd{=h} to mark sessions with identical entries
1131for hiding or, with @kbd{=m}, for further operations.
1132
1133The comparison operations @kbd{==}, @kbd{=h}, and @kbd{=m} can recurse into
1134subdirectories to see if they have identical contents (so the user will not
1135need to descend into those subdirectories manually). These commands ask the
1136user whether or not to do a recursive descent.
1137
6bf7aab6
DL
1138
1139
1140@node Remote and Compressed Files, Customization, Session Groups, Top
1141@chapter Remote and Compressed Files
1142
1143Ediff works with remote, compressed, and encrypted files. Ediff
1144supports @file{ange-ftp.el}, @file{jka-compr.el}, @file{uncompress.el}
1145and @file{crypt++.el}, but it may work with other similar packages as
1146well. This means that you can compare files residing on another
1147machine, or you can apply a patch to a file on another machine. Even
1148the patch itself can be a remote file!
1149
1150When patching compressed or remote files, Ediff does not rename the source
1151file (unlike what the @code{patch} utility would usually do). Instead, the
1152source file retains its name and the result of applying the patch is placed
1153in a temporary file that has the suffix @file{_patched} attached.
1154Generally, this applies to files that are handled using black magic, such
1155as special file handlers (ange-ftp and some compression and encryption
1156packages also use this method).
1157
1158Regular files are treated by the @code{patch} utility in the usual manner,
1159i.e., the original is renamed into @file{source-name.orig} and the result
1160of the patch is placed into the file source-name (@file{_orig} is used
1161on systems like VMS, DOS, etc.)
1162
1163@node Customization, Credits, Remote and Compressed Files, Top
1164@chapter Customization
1165
1166Ediff has a rather self-explanatory interface, and in most cases you
1167won't need to change anything. However, should the need arise, there are
1168extensive facilities for changing the default behavior.
1169
1170Most of the customization can be done by setting various variables in the
1171@file{.emacs} file. Some customization (mostly window-related
1172customization and faces) can be done by putting appropriate lines in
1173@file{.Xdefaults}, @file{.xrdb}, or whatever X resource file is in use.
1174
1175With respect to the latter, please note that the X resource
1176for Ediff customization is `Ediff', @emph{not} `emacs'.
1177@xref{Window and Frame Configuration},
1178@xref{Highlighting Difference Regions}, for further details. Please also
1179refer to Emacs manual for the information on how to set Emacs X resources.
1180
1181@menu
1182* Hooks:: Customization via the hooks.
1183* Quick Help Customization:: How to customize Ediff's quick help feature.
1184* Window and Frame Configuration:: Controlling the way Ediff displays things.
1185* Selective Browsing:: Advanced browsing through difference regions.
1186* Highlighting Difference Regions:: Controlling highlighting.
1187* Narrowing:: Comparing regions, windows, etc.
1188* Refinement of Difference Regions:: How to control the refinement process.
1189* Patch and Diff Programs:: Changing the utilities that compute differences
1190 and apply patches.
1191* Merging and diff3:: How to customize Ediff in its Merge Mode.
1192* Support for Version Control:: Changing the version control package.
1193 You are not likely to do that.
1194* Customizing the Mode Line:: Changing the look of the mode line in Ediff.
1195* Miscellaneous:: Other customization.
1196* Notes on Heavy-duty Customization:: Customization for the gurus.
1197@end menu
1198
1199@node Hooks, Quick Help Customization, Customization, Customization
1200@section Hooks
1201
1202The bulk of customization can be done via the following hooks:
1203
1204@table @code
1205@item ediff-load-hook
1206@vindex ediff-load-hook
1207This hook can be used to change defaults after Ediff is loaded.
1208
657f9cb8
MK
1209@item ediff-before-setup-hook
1210@vindex ediff-before-setup-hook
1211Hook that is run just before Ediff rearranges windows to its liking.
1212Can be used to save windows configuration.
1213
6bf7aab6
DL
1214@item ediff-keymap-setup-hook
1215@vindex ediff-keymap-setup-hook
1216@vindex ediff-mode-map
1217This hook can be used to alter bindings in Ediff's keymap,
1218@code{ediff-mode-map}. These hooks are
1219run right after the default bindings are set but before
1220@code{ediff-load-hook}. The regular user needs not be concerned with this
1221hook---it is provided for implementors of other Emacs packages built on top
1222of Ediff.
1223
1224@item ediff-before-setup-windows-hook
1225@itemx ediff-after-setup-windows-hook
1226@vindex ediff-before-setup-windows-hook
1227@vindex ediff-after-setup-windows-hook
1228These two hooks are called before and after Ediff sets up its window
657f9cb8
MK
1229configuration. These hooks are run each time Ediff rearranges windows to
1230its liking. This happens whenever it detects that the user changed the
1231windows setup.
6bf7aab6
DL
1232
1233@item ediff-suspend-hook
1234@itemx ediff-quit-hook
1235@vindex ediff-suspend-hook
1236@vindex ediff-quit-hook
1237These two hooks are run when you suspend or quit Ediff. They can be
1238used to set desired window configurations, delete files Ediff didn't
1239want to clean up after exiting, etc.
1240
1241By default, @code{ediff-quit-hook} holds one hook function,
1242@code{ediff-cleanup-mess}, which cleans after Ediff, as appropriate in
1243most cases. You probably won't want to change it, but you might
1244want to add other hook functions.
1245
1246Keep in mind that hooks executing before @code{ediff-cleanup-mess} start
1247in @code{ediff-control-buffer;} they should also leave
1248@code{ediff-control-buffer} as the current buffer when they finish.
1249Hooks that are executed after @code{ediff-cleanup-mess} should expect
1250the current buffer be either buffer A or buffer B.
1251@code{ediff-cleanup-mess} doesn't kill the buffers being compared or
1252merged (see @code{ediff-cleanup-hook}, below).
1253
1254@item ediff-cleanup-hook
1255@vindex ediff-cleanup-hook
1256This hook is run just before @code{ediff-quit-hook}. This is a good
1257place to do various cleanups, such as deleting the variant buffers.
1258Ediff provides a function, @code{ediff-janitor}, as one such possible
1259hook, which you can add to @code{ediff-cleanup-hook} with
1260@code{add-hooks}.
1261
1262@findex ediff-janitor
1263This function kills buffers A, B, and, possibly, C, if these buffers aren't
1264modified. In merge jobs, buffer C is never deleted. However, the side
1265effect of using this function is that you may not be able to compare the
1266same buffer in two separate Ediff sessions: quitting one of them will
1267delete this buffer in another session as well.
1268
1269@item ediff-quit-merge-hook
1270@vindex ediff-quit-merge-hook
1271@vindex ediff-autostore-merges
1272@findex ediff-maybe-save-and-delete-merge
1273This hook is called when Ediff quits a merge job. By default, the value is
1274@code{ediff-maybe-save-and-delete-merge}, which is a function that attempts
1275to save the merge buffer according to the value of
1276@code{ediff-autostore-merges}, as described later.
1277
1278@item ediff-before-setup-control-frame-hook
1279@itemx ediff-after-setup-control-frame-hook
1280@vindex ediff-before-setup-control-frame-hook
1281@vindex ediff-after-setup-control-frame-hook
1282These two hooks run before and after Ediff sets up the control frame.
1283They can be used to relocate Ediff control frame when Ediff runs in a
1284multiframe mode (i.e., when the control buffer is in its own dedicated
1285frame). Be aware that many variables that drive Ediff are local to
1286Ediff Control Panel (@code{ediff-control-buffer}), which requires
1287special care in writing these hooks. Take a look at
1288@code{ediff-default-suspend-hook} and @code{ediff-default-quit-hook} to
1289see what's involved.
1290
1291@item ediff-startup-hook
1292@vindex ediff-startup-hook
1293This hook is run at the end of Ediff startup.
1294
1295@item ediff-select-hook
1296@vindex ediff-select-hook
1297This hook is run after Ediff selects the next difference region.
1298
1299@item ediff-unselect-hook
1300@vindex ediff-unselect-hook
1301This hook is run after Ediff unselects the current difference region.
1302
1303@item ediff-prepare-buffer-hook
1304@vindex ediff-prepare-buffer-hook
1305This hook is run for each Ediff buffer (A, B, C) right after the buffer
1306is arranged.
1307
1308@item ediff-display-help-hook
1309@vindex ediff-display-help-hook
1310Ediff runs this hook each time after setting up the help message. It
1311can be used to alter the help message for custom packages that run on
1312top of Ediff.
1313
1314@item ediff-mode-hook
1315@vindex ediff-mode-hook
1316This hook is run just after Ediff mode is set up in the control
1317buffer. This is done before any Ediff window is created. You can use it to
1318set local variables that alter the look of the display.
1319
1320@item ediff-registry-setup-hook
1321@vindex ediff-registry-setup-hook
1322Hooks run after setting up the registry for all active Ediff session.
1323@xref{Session Groups}, for details.
657f9cb8
MK
1324@item ediff-before-session-group-setup-hook
1325@vindex ediff-before-session-group-setup-hook
1326Hooks run before setting up a control panel for a group of related Ediff
1327sessions. Can be used, for example, to save window configuration to restore
1328later.
1329@item ediff-after-session-group-setup-hook
1330@vindex ediff-after-session-group-setup-hook
6bf7aab6
DL
1331Hooks run after setting up a control panel for a group of related Ediff
1332sessions. @xref{Session Groups}, for details.
1333@item ediff-quit-session-group-hook
1334@vindex ediff-quit-session-group-hook
1335Hooks run just before exiting a session group.
1336@item ediff-meta-buffer-keymap-setup-hook
1337@vindex ediff-meta-buffer-keymap-setup-hook
1338@vindex ediff-meta-buffer-map
1339Hooks run just after setting up the @code{ediff-meta-buffer-map} --- the
1340map that controls key bindings in the meta buffer. Since
1341@code{ediff-meta-buffer-map} is a local variable, you can set different
1342bindings for different kinds of meta buffers.
1343@end table
1344
1345@node Quick Help Customization, Window and Frame Configuration, Hooks, Customization
1346@section Quick Help Customization
1347@vindex ediff-use-long-help-message
1348@vindex ediff-control-buffer
1349@vindex ediff-startup-hook
1350@vindex ediff-help-message
1351
1352Ediff provides quick help using its control panel window. Since this window
1353takes a fair share of the screen real estate, you can toggle it off by
1354typing @kbd{?}. The control window will then shrink to just one line and a
1355mode line, displaying a short help message.
1356
1357The variable @code{ediff-use-long-help-message} tells Ediff whether
1358you use the short message or the long one. By default, it
1359is set to @code{nil}, meaning that the short message is used.
1360Set this to @code{t}, if you want Ediff to use the long
1361message by default. This property can always be changed interactively, by
1362typing @kbd{?} into Ediff Control Buffer.
1363
1364If you want to change the appearance of the help message on a per-buffer
1365basis, you must use @code{ediff-startup-hook} to change the value of
1366the variable @code{ediff-help-message}, which is local to
1367@code{ediff-control-buffer}.
1368
1369@node Window and Frame Configuration, Selective Browsing, Quick Help Customization, Customization
1370@section Window and Frame Configuration
1371
1372On a non-windowing display, Ediff sets things up in one frame, splitting
1373it between a small control window and the windows for buffers A, B, and C.
1374The split between these windows can be horizontal or
1375vertical, which can be changed interactively by typing @kbd{|} while the
1376cursor is in the control window.
1377
1378On a window display, Ediff sets up a dedicated frame for Ediff Control
1379Panel and then it chooses windows as follows: If one of the buffers
1380is invisible, it is displayed in the currently selected frame. If
1381a buffer is visible, it is displayed in the frame where it is visible.
1382If, according to the above criteria, the two buffers fall into the same
1383frame, then so be it---the frame will be shared by the two. The same
1384algorithm works when you type @kbd{C-l} (@code{ediff-recenter}), @kbd{p}
1385(@code{ediff-previous-difference}), @kbd{n}
1386(@code{ediff-next-difference}), etc.
1387
1388The above behavior also depends on whether the current frame is splittable,
1389dedicated, etc. Unfortunately, the margin of this book is too narrow to
1390present the details of this remarkable algorithm.
1391
1392The upshot of all this is that you can compare buffers in one frame or
1393in different frames. The former is done by default, while the latter can
1394be achieved by arranging buffers A, B (and C, if applicable) to be seen in
1395different frames. Ediff respects these arrangements, automatically
1396adapting itself to the multi-frame mode.
1397
1398Ediff uses the following variables to set up its control panel
1399(a.k.a.@: control buffer, a.k.a.@: quick help window):
1400
1401@table @code
1402@item ediff-control-frame-parameters
1403@vindex ediff-control-frame-parameters
1404You can change or augment this variable including the font, color,
1405etc. The X resource name of Ediff Control Panel frames is @samp{Ediff}. Under
1406X-windows, you can use this name to set up preferences in your
1407@file{~/.Xdefaults}, @file{~/.xrdb}, or whatever X resource file is in
1408use. Usually this is preferable to changing
1409@code{ediff-control-frame-parameters} directly. For instance, you can
1410specify in @file{~/.Xdefaults} the color of the control frame
1411using the resource @samp{Ediff*background}.
1412
1413In general, any X resource pertaining the control frame can be reached
1414via the prefix @code{Ediff*}.
1415
1416@item ediff-control-frame-position-function
1417@vindex ediff-control-frame-position-function
1418The preferred way of specifying the position of the control frame is by
1419setting the variable @code{ediff-control-frame-position-function} to an
1420appropriate function.
1421The default value of this variable is
1422@code{ediff-make-frame-position}. This function places the control frame in
1423the vicinity of the North-East corner of the frame displaying buffer A.
1424
1425@findex ediff-make-frame-position
1426@end table
1427
1428The following variables can be used to adjust the location produced by
1429@code{ediff-make-frame-position} and for related customization.
1430
1431@table @code
1432@item ediff-narrow-control-frame-leftward-shift
1433@vindex ediff-narrow-control-frame-leftward-shift
1434Specifies the number of characters for shifting
1435the control frame from the rightmost edge of frame A when the control
1436frame is displayed as a small window.
1437
1438@item ediff-wide-control-frame-rightward-shift
1439@vindex ediff-wide-control-frame-rightward-shift
1440Specifies the rightward shift of the control frame
1441from the left edge of frame A when the control frame shows the full
1442menu of options.
1443
1444@item ediff-control-frame-upward-shift
1445@vindex ediff-control-frame-upward-shift
1446Specifies the number of pixels for the upward shift
1447of the control frame.
1448
1449@item ediff-prefer-iconified-control-frame
1450@vindex ediff-prefer-iconified-control-frame
1451If this variable is @code{t}, the control frame becomes iconified
1452automatically when you toggle the quick help message off. This saves
1453valuable real estate on the screen. Toggling help back will deiconify
1454the control frame.
1455
1456To start Ediff with an iconified Control Panel, you should set this
1457variable to @code{t} and @code{ediff-prefer-long-help-message} to
1458@code{nil} (@pxref{Quick Help Customization}). This behavior is useful
4dc5fe62 1459only if icons are allowed to accept keyboard input (which depends on the
3af0304a 1460window manager and other factors).
6bf7aab6
DL
1461@end table
1462
1463@findex ediff-setup-windows
1464To make more creative changes in the way Ediff sets up windows, you can
1465rewrite the function @code{ediff-setup-windows}. However, we believe
1466that detaching Ediff Control Panel from the rest and making it into a
1467separate frame offers an important opportunity by allowing you to
1468iconify that frame. The icon will usually accept all of the Ediff
1469commands, but will free up valuable real estate on your screen (this may
1470depend on your window manager, though).
1471
1472The following variable controls how windows are set up:
1473
1474@table @code
1475@item ediff-window-setup-function
1476@vindex ediff-window-setup-function
1477The multiframe setup is done by the
1478@code{ediff-setup-windows-multiframe} function, which is the default on
1479windowing displays. The plain setup, one where all windows are always
1480in one frame, is done by @code{ediff-setup-windows-plain}, which is the
1481default on a non-windowing display (or in an xterm window). In fact,
1482under Emacs, you can switch freely between these two setups by executing
1483the command @code{ediff-toggle-multiframe} using the Minibuffer of the
1484Menubar.
1485@findex ediff-setup-windows-multiframe
1486@findex ediff-setup-windows-plain
1487@findex ediff-toggle-multiframe
1488
1489If you don't like any of these setups, write your own function. See the
1490documentation for @code{ediff-window-setup-function} for the basic
1491guidelines. However, writing window setups is not easy, so you should
1492first take a close look at @code{ediff-setup-windows-plain} and
1493@code{ediff-setup-windows-multiframe}.
1494@end table
1495
1496You can run multiple Ediff sessions at once, by invoking Ediff several
1497times without exiting previous Ediff sessions. Different sessions
1498may even operate on the same pair of files.
1499
1500Each session has its own Ediff Control Panel and all the regarding a
1501particular session is local to the associated control panel buffer. You
1502can switch between sessions by suspending one session and then switching
1503to another control panel. (Different control panel buffers are
1504distinguished by a numerical suffix, e.g., @samp{Ediff Control Panel<3>}.)
1505
1506@node Selective Browsing, Highlighting Difference Regions, Window and Frame Configuration, Customization
1507@section Selective Browsing
1508
1509Sometimes it is convenient to be able to step through only some difference
1510regions, those that match certain regular expressions, and to ignore all
1511others. On other occasions, you may want to ignore difference regions that
1512match some regular expressions, and to look only at the rest.
1513
1514The commands @kbd{#f} and @kbd{#h} let you do precisely this.
1515
1516Typing @kbd{#f} lets you specify regular expressions that match difference
1517regions you want to focus on.
1518We shall call these regular expressions @var{regexp-A}, @var{regexp-B} and
1519@var{regexp-C}.
1520Ediff will then start stepping through only those difference regions
1521where the region in buffer A matches @var{regexp-A} and/or the region in
1522buffer B matches @var{regexp-B}, etc. Whether `and' or `or' will be used
1523depends on how you respond to a question.
1524
1525When scanning difference regions for the aforesaid regular expressions,
1526Ediff narrows the buffers to those regions. This means that you can use
1527the expressions @kbd{\`} and @kbd{\'} to tie search to the beginning or end
1528of the difference regions.
1529
1530On the other hand, typing @kbd{#h} lets you specify (hide) uninteresting
1531regions. That is, if a difference region in buffer A matches
1532@var{regexp-A}, the corresponding region in buffer B matches @var{regexp-B}
1533and (if applicable) buffer C's region matches @var{regexp-C}, then the
1534region will be ignored by the commands @kbd{n}/@key{SPC}
1535(@code{ediff-next-difference}) and @kbd{p}/@key{DEL}
1536(@code{ediff-previous-difference}) commands.
1537
1538Typing @kbd{#f} and @kbd{#h} toggles selective browsing on and off.
1539
1540Note that selective browsing affects only @code{ediff-next-difference}
1541and @code{ediff-previous-difference}, i.e., the commands
1542@kbd{n}/@key{SPC} and @kbd{p}/@key{DEL}. @kbd{#f} and @kbd{#h} do not
1543change the position of the point in the buffers. And you can still jump
1544directly (using @kbd{j}) to any numbered
1545difference.
1546
1547Users can supply their own functions to specify how Ediff should do
1548selective browsing. To change the default Ediff function, add a function to
1549@code{ediff-load-hook} which will do the following assignments:
1550
1551@example
1552(setq ediff-hide-regexp-matches-function 'your-hide-function)
1553(setq ediff-focus-on-regexp-matches-function 'your-focus-function)
1554@end example
1555
1556@strong{Useful hint}: To specify a regexp that matches everything, don't
1557simply type @key{RET} in response to a prompt. Typing @key{RET} tells Ediff
1558to accept the default value, which may not be what you want. Instead, you
1559should enter something like @key{^} or @key{$}. These match every
1560line.
1561
1562You can use the status command, @kbd{i}, to find out whether
1563selective browsing is currently in effect.
1564
1565The regular expressions you specified are kept in the local variables
1566@code{ediff-regexp-focus-A}, @code{ediff-regexp-focus-B},
1567@code{ediff-regexp-focus-C}, @code{ediff-regexp-hide-A},
1568@code{ediff-regexp-hide-B}, @code{ediff-regexp-hide-C}. Their default value
1569is the empty string (i.e., nothing is hidden or focused on). To change the
1570default, set these variables in @file{.emacs} using @code{setq-default}.
1571
1572In addition to the ability to ignore regions that match regular
1573expressions, Ediff can be ordered to start skipping over certain
1574``uninteresting'' difference regions. This is controlled by the following
1575variable:
1576
1577@table @code
1578@item ediff-ignore-similar-regions
1579@vindex ediff-ignore-similar-regions
1580If @code{t}, causes Ediff to skip over "uninteresting" difference regions,
1581which are the regions where the variants differ only in the amount of the
1582white space and newlines. This feature can be toggled on/off interactively,
1583via the command @kbd{##}.
1584@end table
1585
bab5541b 1586@strong{Please note:} in order for this feature to work, auto-refining of
6bf7aab6
DL
1587difference regions must be on, since otherwise Ediff won't know if there
1588are fine differences between regions. On devices where Emacs can display
1589faces, auto-refining is a default, but it is not turned on by default on
1590text-only terminals. In that case, you must explicitly turn auto-refining
1591on (such as, by typing @kbd{@@}).
1592
1593@strong{Reassurance:} If many such uninteresting regions appear in a row,
1594Ediff may take a long time to skip over them because it has to compute fine
1595differences of all intermediate regions. This delay does not indicate any
1596problem.
1597
b6178721
MK
1598@vindex ediff-ignore-case-option
1599@vindex ediff-ignore-case-option3
1600@vindex ediff-ignore-case
1601Finally, Ediff can be told to ignore the case of the letters. This behavior
1602can be toggled with @kbd{#c} and it is controlled with three variables:
b6178721
MK
1603@code{ediff-ignore-case-option}, @code{ediff-ignore-case-option3}, and
1604@code{ediff-ignore-case}.
1605
1606The variable @code{ediff-ignore-case-option} specifies the option to pass
1607to the diff program for comparing two files or buffers. For GNU
1608@code{diff}, this option is @code{"-i"}. The variable
1609@code{ediff-ignore-case-option3} specifies the option to pass to the
1610@code{diff3} program in order to make it case-insensitive. GNU @code{diff3}
1611does not have such an option, so when merging or comparing three files with
1612this program, ignoring the letter case is not supported.
1613
1614The variable @code{ediff-ignore-case} controls whether Ediff starts out by
1615ignoring letter case or not. It can be set in @file{.emacs} using
1616@code{setq-default}.
1617
e6516960
MK
1618When case sensitivity is toggled, all difference
1619regions are recomputed.
1620
6bf7aab6
DL
1621@node Highlighting Difference Regions, Narrowing, Selective Browsing, Customization
1622@section Highlighting Difference Regions
1623
1624The following variables control the way Ediff highlights difference
1625regions:
1626
1627@table @code
1628@item ediff-before-flag-bol
1629@itemx ediff-after-flag-eol
1630@itemx ediff-before-flag-mol
1631@itemx ediff-after-flag-mol
1632@vindex ediff-before-flag-bol
1633@vindex ediff-after-flag-eol
1634@vindex ediff-before-flag-mol
1635@vindex ediff-after-flag-mol
1636These variables hold strings that Ediff uses to mark the beginning and the
1637end of the differences found in files A, B, and C on devices where Emacs
1638cannot display faces. Ediff uses different flags to highlight regions that
1639begin/end at the beginning/end of a line or in a middle of a line.
1640
1641@item ediff-current-diff-face-A
1642@itemx ediff-current-diff-face-B
1643@itemx ediff-current-diff-face-C
1644@vindex ediff-current-diff-face-A
1645@vindex ediff-current-diff-face-B
1646@vindex ediff-current-diff-face-C
1647Ediff uses these faces to highlight current differences on devices where
1648Emacs can display faces. These and subsequently described faces can be set
1649either in @file{.emacs} or in @file{.Xdefaults}. The X resource for Ediff
1650is @samp{Ediff}, @emph{not} @samp{emacs}. Please refer to Emacs manual for
1651the information on how to set X resources.
1652@item ediff-fine-diff-face-A
1653@itemx ediff-fine-diff-face-B
1654@itemx ediff-fine-diff-face-C
1655@vindex ediff-fine-diff-face-A
1656@vindex ediff-fine-diff-face-B
1657@vindex ediff-fine-diff-face-C
1658Ediff uses these faces to show the fine differences between the current
1659differences regions in buffers A, B, and C, respectively.
1660
1661@item ediff-even-diff-face-A
1662@itemx ediff-even-diff-face-B
1663@itemx ediff-even-diff-face-C
1664@itemx ediff-odd-diff-face-A
1665@itemx ediff-odd-diff-face-B
1666@itemx ediff-odd-diff-face-C
1667@vindex ediff-even-diff-face-A
1668@vindex ediff-even-diff-face-B
1669@vindex ediff-even-diff-face-C
1670@vindex ediff-odd-diff-face-A
1671@vindex ediff-odd-diff-face-B
1672@vindex ediff-odd-diff-face-C
1673Non-current difference regions are displayed using these alternating
1674faces. The odd and the even faces are actually identical on monochrome
1675displays, because without colors options are limited.
1676So, Ediff uses italics to highlight non-current differences.
1677
1678@item ediff-force-faces
1679@vindex ediff-force-faces
1680Ediff generally can detect when Emacs is running on a device where it can
1681use highlighting with faces. However, if it fails to determine that faces
1682can be used, the user can set this variable to @code{t} to make sure that
1683Ediff uses faces to highlight differences.
1684
1685@item ediff-highlight-all-diffs
1686@vindex ediff-highlight-all-diffs
4dc5fe62 1687Indicates whether---on a windowing display---Ediff should highlight
6bf7aab6
DL
1688differences using inserted strings (as on text-only terminals) or using
1689colors and highlighting. Normally, Ediff highlights all differences, but
1690the selected difference is highlighted more visibly. One can cycle through
1691various modes of highlighting by typing @kbd{h}. By default, Ediff starts
1692in the mode where all difference regions are highlighted. If you prefer to
1693start in the mode where unselected differences are not highlighted, you
1694should set @code{ediff-highlight-all-diffs} to @code{nil}. Type @kbd{h} to
1695restore highlighting for all differences.
1696
1697Ediff lets you switch between the two modes of highlighting. That is,
1698you can switch interactively from highlighting using faces to
1699highlighting using string flags, and back. Of course, switching has
1700effect only under a windowing system. On a text-only terminal or in an
1701xterm window, the only available option is highlighting with strings.
1702@end table
1703
1704@noindent
1705If you want to change the default settings for @code{ediff-force-faces} and
1706@code{ediff-highlight-all-diffs}, you must do it @strong{before} Ediff is
1707loaded.
1708
1709You can also change the defaults for the faces used to highlight the
1710difference regions. There are two ways to do this. The simplest and the
1711preferred way is to use the customization widget accessible from the
1712menubar. Ediff's customization group is located under "Tools", which in
1713turn is under "Programming". The faces that are used to highlight
1714difference regions are located in the "Highlighting" subgroup of the Ediff
1715customization group.
1716
1717The second, much more arcane, method to change default faces is to include
1718some Lisp code in @file{~/.emacs}. For instance,
1719
1720@example
1721(setq ediff-current-diff-face-A
1722 (copy-face 'bold-italic 'ediff-current-diff-face-A))
1723@end example
1724
1725@noindent
4dc5fe62 1726would use the pre-defined face @code{bold-italic} to highlight the current
6bf7aab6
DL
1727difference region in buffer A (this face is not a good choice, by the way).
1728
1729If you are unhappy with just @emph{some} of the aspects of the default
1730faces, you can modify them when Ediff is being loaded using
1731@code{ediff-load-hook}. For instance:
1732
1733@smallexample
1734(add-hook 'ediff-load-hook
bed44076
SM
1735 (lambda ()
1736 (set-face-foreground
1737 ediff-current-diff-face-B "blue")
1738 (set-face-background
1739 ediff-current-diff-face-B "red")
1740 (make-face-italic
1741 ediff-current-diff-face-B)))
6bf7aab6
DL
1742@end smallexample
1743
bab5541b
RS
1744@strong{Please note:} to set Ediff's faces, use only @code{copy-face}
1745or @code{set/make-face-@dots{}} as shown above. Emacs' low-level
3af0304a 1746face-manipulation functions should be avoided.
6bf7aab6
DL
1747
1748@node Narrowing, Refinement of Difference Regions, Highlighting Difference Regions, Customization
1749@section Narrowing
1750
1751If buffers being compared are narrowed at the time of invocation of
1752Ediff, @code{ediff-buffers} will preserve the narrowing range. However,
1753if @code{ediff-files} is invoked on the files visited by these buffers,
1754that would widen the buffers, since this command is defined to compare the
1755entire files.
1756
1757Calling @code{ediff-regions-linewise} or @code{ediff-windows-linewise}, or
1758the corresponding @samp{-wordwise} commands, narrows the variants to the
1759particular regions being compared. The original accessible ranges are
1760restored when you quit Ediff. During the command, you can toggle this
1761narrowing on and off with the @kbd{%} command.
1762
1763These two variables control this narrowing behavior:
1764
1765@table @code
1766@item ediff-start-narrowed
1767@vindex ediff-start-narrowed
1768If @code{t}, Ediff narrows the display to the appropriate range when it
1769is invoked with an @samp{ediff-regions@dots{}} or
1770@samp{ediff-windows@dots{}} command. If @code{nil}, these commands do
1771not automatically narrow, but you can still toggle narrowing on and off
1772by typing @kbd{%}.
1773
1774@item ediff-quit-widened
1775@vindex ediff-quit-widened
1776Controls whether on quitting Ediff should restore the accessible range
1777that existed before the current invocation.
1778@end table
1779
1780@node Refinement of Difference Regions, Patch and Diff Programs, Narrowing, Customization
1781@section Refinement of Difference Regions
1782
1783Ediff has variables to control the way fine differences are
1784highlighted. This feature gives you control over the process of refinement.
1785Note that refinement ignores spaces, tabs, and newlines.
1786
1787@table @code
1788@item ediff-auto-refine
1789@vindex ediff-auto-refine
1790This variable controls whether fine differences within regions are
1791highlighted automatically (``auto-refining''). The default is yes
1792(@samp{on}).
1793
1794On a slow machine, automatic refinement may be painful. In that case,
1795you can turn auto-refining on or off interactively by typing
1796@kbd{@@}. You can also turn off display of refining that has
1797already been done.
1798
1799When auto-refining is off, fine differences are shown only for regions
1800for which these differences have been computed and saved before. If
1801auto-refining and display of refining are both turned off, fine
1802differences are not shown at all.
1803
1804Typing @kbd{*} computes and displays fine differences for the current
1805difference region, regardless of whether auto-refining is turned on.
1806
1807@item ediff-auto-refine-limit
1808@vindex ediff-auto-refine-limit
1809If auto-refining is on, this variable limits the size of the regions to
1810be auto-refined. This guards against the possible slowdown that may be
1811caused by extraordinary large difference regions.
1812
1813You can always refine the current region by typing @kbd{*}.
1814
1815@item ediff-forward-word-function
1816@vindex ediff-forward-word-function
1817This variable controls how fine differences are computed. The
1818value must be a Lisp function that determines how the current difference
1819region should be split into words.
1820
1821@vindex ediff-diff-program
1822@vindex ediff-forward-word-function
1823@findex ediff-forward-word
1824Fine differences are computed by first splitting the current difference
1825region into words and then passing the result to
1826@code{ediff-diff-program}. For the default forward word function (which is
1827@code{ediff-forward-word}), a word is a string consisting of letters,
1828@samp{-}, or @samp{_}; a string of punctuation symbols; a string of digits,
1829or a string consisting of symbols that are neither space, nor a letter.
1830
1831This default behavior is controlled by four variables: @code{ediff-word-1},
1832..., @code{ediff-word-4}. See the on-line documentation for these variables
1833and for the function @code{ediff-forward-word} for an explanation of how to
1834modify these variables.
1835@vindex ediff-word-1
1836@vindex ediff-word-2
1837@vindex ediff-word-3
1838@vindex ediff-word-4
1839@end table
1840
1841Sometimes, when a region has too many differences between the variants,
1842highlighting of fine differences is inconvenient, especially on
1843color displays. If that is the case, type @kbd{*} with a negative
1844prefix argument. This unhighlights fine differences for the current
1845region.
1846
1847To unhighlight fine differences in all difference regions, use the
1848command @kbd{@@}. Repeated typing of this key cycles through three
1849different states: auto-refining, no-auto-refining, and no-highlighting
1850of fine differences.
1851
1852@node Patch and Diff Programs, Merging and diff3, Refinement of Difference Regions, Customization
1853@section Patch and Diff Programs
1854
1855This section describes variables that specify the programs to be used for
1856applying patches and for computing the main difference regions (not the
1857fine difference regions):
1858
1859@table @code
1860@item ediff-diff-program
1861@itemx ediff-diff3-program
1862@vindex ediff-patch-program
1863@vindex ediff-diff-program
1864@vindex ediff-diff3-program
1865These variables specify the programs to use to produce differences
1866and do patching.
1867
1868@item ediff-diff-options
1869@itemx ediff-diff3-options
1870@vindex ediff-patch-options
1871@vindex ediff-diff-options
1872@vindex ediff-diff3-options
1873These variables specify the options to pass to the above utilities.
1874
1875In @code{ediff-diff-options}, it may be useful to specify options
1876such as @samp{-w} that ignore certain kinds of changes. However,
1877Ediff does not let you use the option @samp{-c}, as it doesn't recognize this
1878format yet.
1879
513bea45 1880@item ediff-coding-system-for-read
513bea45
MK
1881@vindex ediff-coding-system-for-read
1882This variable specifies the coding system to use when reading the output
1883that the programs @code{diff3} and @code{diff} send to Emacs. The default
b9fe4732
MK
1884is @code{raw-text}, and this should work fine in Unix and in most
1885cases under Windows NT/95/98/2000. There are @code{diff} programs
513bea45
MK
1886for which the default option doesn't work under Windows. In such cases,
1887@code{raw-text-dos} might work. If not, you will have to experiment with
1888other coding systems or use GNU diff.
1889
6bf7aab6
DL
1890@item ediff-patch-program
1891The program to use to apply patches. Since there are certain
1892incompatibilities between the different versions of the patch program, the
1893best way to stay out of trouble is to use a GNU-compatible version.
1894Otherwise, you may have to tune the values of the variables
1895@code{ediff-patch-options}, @code{ediff-backup-specs}, and
1896@code{ediff-backup-extension} as described below.
1897@item ediff-patch-options
1898Options to pass to @code{ediff-patch-program}.
1899
1900Note: the `-b' and `-z' options should be specified in
1901`ediff-backup-specs', not in @code{ediff-patch-options}.
1902
1903It is recommended to pass the `-f' option to the patch program, so it won't
1904ask questions. However, some implementations don't accept this option, in
1905which case the default value of this variable should be changed.
1906
1907@item ediff-backup-extension
1908Backup extension used by the patch program. Must be specified, even if
1909@code{ediff-backup-specs} is given.
1910@item ediff-backup-specs
1911Backup directives to pass to the patch program.
1912Ediff requires that the old version of the file (before applying the patch)
1913is saved in a file named @file{the-patch-file.extension}. Usually
1914`extension' is `.orig', but this can be changed by the user, and may also be
1915system-dependent. Therefore, Ediff needs to know the backup extension used
1916by the patch program.
1917
1918Some versions of the patch program let the user specify `-b backup-extension'.
1919Other versions only permit `-b', which (usually) assumes the extension `.orig'.
1920Yet others force you to use `-z<backup-extension>'.
1921
1922Note that both `ediff-backup-extension' and `ediff-backup-specs' must be
1923properly set. If your patch program takes the option `-b', but not
1924`-b extension', the variable `ediff-backup-extension' must still
1925be set so Ediff will know which extension to use.
1926
1927@item ediff-custom-diff-program
1928@itemx ediff-custom-diff-options
1929@vindex ediff-custom-diff-program
1930@vindex ediff-custom-diff-options
1931@findex ediff-save-buffer
1932Because Ediff limits the options you may want to pass to the @code{diff}
1933program, it partially makes up for this drawback by letting you save the
1934output from @code{diff} in your preferred format, which is specified via
1935the above two variables.
1936
1937The output generated by @code{ediff-custom-diff-program} (which doesn't
d63f8c1a 1938even have to be a standard-style @code{diff}!)@: is not used by Ediff. It is
6bf7aab6
DL
1939provided exclusively so that you can
1940refer to
1941it later, send it over email, etc. For instance, after reviewing the
1942differences, you may want to send context differences to a colleague.
1943Since Ediff ignores the @samp{-c} option in
1944@code{ediff-diff-program}, you would have to run @code{diff -c} separately
1945just to produce the list of differences. Fortunately,
1946@code{ediff-custom-diff-program} and @code{ediff-custom-diff-options}
1947eliminate this nuisance by keeping a copy of a difference list in the
1948desired format in a buffer that can be displayed via the command @kbd{D}.
1949
1950@item ediff-patch-default-directory
1951@vindex ediff-patch-default-directory
1952Specifies the default directory to look for patches.
1953
1954@end table
1955
1956@noindent
1957@strong{Warning:} Ediff does not support the output format of VMS
1958@code{diff}. Instead, make sure you are using some implementation of POSIX
1959@code{diff}, such as @code{gnudiff}.
1960
1961@node Merging and diff3, Support for Version Control, Patch and Diff Programs, Customization
1962@section Merging and diff3
1963
1964Ediff supports three-way comparison via the functions @code{ediff-files3} and
1965@code{ediff-buffers3}. The interface is the same as for two-way comparison.
1966In three-way comparison and merging, Ediff reports if any two difference
1967regions are identical. For instance, if the current region in buffer A
1968is the same as the region in buffer C, then the mode line of buffer A will
1969display @samp{[=diff(C)]} and the mode line of buffer C will display
1970@samp{[=diff(A)]}.
1971
1972Merging is done according to the following algorithm.
1973
1974If a difference region in one of the buffers, say B, differs from the ancestor
1975file while the region in the other buffer, A, doesn't, then the merge buffer,
1976C, gets B's region. Similarly when buffer A's region differs from
1977the ancestor and B's doesn't, A's region is used.
1978
1979@vindex ediff-default-variant
1980If both regions in buffers A and B differ from the ancestor file, Ediff
1981chooses the region according to the value of the variable
1982@code{ediff-default-variant}. If its value is @code{default-A} then A's
1983region is chosen. If it is @code{default-B} then B's region is chosen.
1984If it is @code{combined} then the region in buffer C will look like
1985this:
1986
778a536a
MK
1987@comment Use @set to avoid triggering merge conflict detectors like CVS.
1988@set seven-left <<<<<<<
1989@set seven-right >>>>>>>
6bf7aab6 1990@example
778a536a 1991@value{seven-left} variant A
b844f697 1992the difference region from buffer A
778a536a 1993@value{seven-right} variant B
b844f697
MK
1994the difference region from buffer B
1995####### Ancestor
1996the difference region from the ancestor buffer, if available
1997======= end
6bf7aab6
DL
1998@end example
1999
b844f697
MK
2000The above is the default template for the combined region. The user can
2001customize this template using the variable
2002@code{ediff-combination-pattern}.
2003
6bf7aab6 2004@vindex ediff-combination-pattern
b844f697
MK
2005The variable @code{ediff-combination-pattern} specifies the template that
2006determines how the combined merged region looks like. The template is
2007represented as a list of the form @code{(STRING1 Symbol1 STRING2 Symbol2
2008STRING3 Symbol3 STRING4)}. The symbols here must be atoms of the form
2009@code{A}, @code{B}, or @code{Ancestor}. They determine the order in which
2010the corresponding difference regions (from buffers A, B, and the ancestor
2011buffer) are displayed in the merged region of buffer C. The strings in the
2012template determine the text that separates the aforesaid regions. The
2013default template is
2014
a010164d
EZ
2015@smallexample
2016("@value{seven-left} variant A" A "@value{seven-right} variant B" B
2017 "####### Ancestor" Ancestor "======= end")
2018@end smallexample
b844f697 2019
a010164d
EZ
2020@noindent
2021(this is one long line) and the corresponding combined region is shown
2022above. The order in which the regions are shown (and the separator
2023strings) can be changed by changing the above template. It is even
2024possible to add or delete region specifiers in this template (although
2025the only possibly useful such modification seems to be the deletion of
2026the ancestor).
6bf7aab6
DL
2027
2028In addition to the state of the difference, Ediff displays the state of the
2029merge for each region. If a difference came from buffer A by default
2030(because both regions A and B were different from the ancestor and
2031@code{ediff-default-variant} was set to @code{default-A}) then
2032@samp{[=diff(A) default-A]} is displayed in the mode line. If the
2033difference in buffer C came, say, from buffer B because the difference
2034region in that buffer differs from the ancestor, but the region in buffer A
2035does not (if merging with an ancestor) then @samp{[=diff(B) prefer-B]} is
2036displayed. The indicators default-A/B and prefer-A/B are inspired by
2037Emerge and have the same meaning.
2038
2039Another indicator of the state of merge is @samp{combined}. It appears
2040with any difference region in buffer C that was obtained by combining
2041the difference regions in buffers A and B as explained above.
2042
2043In addition to the state of merge and state of difference indicators, while
2044merging with an ancestor file or buffer, Ediff informs the user when the
2045current difference region in the (normally invisible) ancestor buffer is
2046empty via the @emph{AncestorEmpty} indicator. This helps determine if the
2047changes made to the original in variants A and B represent pure insertion
2048or deletion of text: if the mode line shows @emph{AncestorEmpty} and the
2049corresponding region in buffers A or B is not empty, this means that new
2050text was inserted. If this indicator is not present and the difference
2051regions in buffers A or B are non-empty, this means that text was
2052modified. Otherwise, the original text was deleted.
2053
2054Although the ancestor buffer is normally invisible, Ediff maintains
2055difference regions there and advances the current difference region
2056accordingly. All highlighting of difference regions is provided in the
2057ancestor buffer, except for the fine differences. Therefore, if desired, the
2058user can put the ancestor buffer in a separate frame and watch it
2059there. However, on a TTY, only one frame can be visible at any given time,
2060and Ediff doesn't support any single-frame window configuration where all
2061buffers, including the ancestor buffer, would be visible. However, the
2062ancestor buffer can be displayed by typing @kbd{/} to the control
2063window. (Type @kbd{C-l} to hide it again.)
2064
2065Note that the state-of-difference indicators @samp{=diff(A)} and
2066@samp{=diff(B)} above are not redundant, even in the presence of a
2067state-of-merge indicator. In fact, the two serve different purposes.
2068
2069For instance, if the mode line displays @samp{=diff(B) prefer(B)} and
2070you copy a difference region from buffer A to buffer C then
2071@samp{=diff(B)} will change to @samp{diff-A} and the mode line will
2072display @samp{=diff(A) prefer-B}. This indicates that the difference
2073region in buffer C is identical to that in buffer A, but originally
2074buffer C's region came from buffer B. This is useful to know because
2075you can recover the original difference region in buffer C by typing
2076@kbd{r}.
2077
2078
2079Ediff never changes the state-of-merge indicator, except in response to
2080the @kbd{!} command (see below), in which case the indicator is lost.
2081On the other hand, the state-of-difference indicator is changed
2082automatically by the copying/recovery commands, @kbd{a}, @kbd{b}, @kbd{r},
2083@kbd{+}.
2084
2085The @kbd{!} command loses the information about origins of the regions
2086in the merge buffer (default-A, prefer-B, or combined). This is because
2087recomputing differences in this case means running @code{diff3} on
2088buffers A, B, and the merge buffer, not on the ancestor buffer. (It
2089makes no sense to recompute differences using the ancestor file, since
2090in the merging mode Ediff assumes that you have not edited buffers A and
2091B, but that you may have edited buffer C, and these changes are to be
2092preserved.) Since some difference regions may disappear as a result of
2093editing buffer C and others may arise, there is generally no simple way
2094to tell where the various regions in the merge buffer came from.
2095
2096In three-way comparison, Ediff tries to disregard regions that consist
2097entirely of white space. For instance, if, say, the current region in
2098buffer A consists of the white space only (or if it is empty), Ediff will
2099not take it into account for the purpose of computing fine differences. The
2100result is that Ediff can provide a better visual information regarding the
2101actual fine differences in the non-white regions in buffers B and
2102C. Moreover, if the regions in buffers B and C differ in the white space
2103only, then a message to this effect will be displayed.
2104
2105@vindex ediff-merge-window-share
2106In the merge mode, the share of the split between window C (the window
2107displaying the merge-buffer) and the windows displaying buffers A and B
2108is controlled by the variable @code{ediff-merge-window-share}. Its
2109default value is 0.5. To make the merge-buffer window smaller, reduce
2110this amount.
2111
2112We don't recommend increasing the size of the merge-window to more than
2113half the frame (i.e., to increase the value of
2114@code{ediff-merge-window-share}) to more than 0.5, since it would be
2115hard to see the contents of buffers A and B.
2116
2117You can temporarily shrink the merge window to just one line by
2118typing @kbd{s}. This change is temporary, until Ediff finds a reason to
2119redraw the screen. Typing @kbd{s} again restores the original window size.
2120
2121With a positive prefix argument, the @kbd{s} command will make the merge
2122window slightly taller. This change is persistent. With `@kbd{-}' or
2123with a negative prefix argument, the command @kbd{s} makes the merge
2124window slightly shorter. This change also persistent.
2125
2126@vindex ediff-show-clashes-only
2127Ediff lets you automatically ignore the regions where only one of the
2128buffers A and B disagrees with the ancestor. To do this, set the
2129variable @code{ediff-show-clashes-only} to non-@code{nil}.
2130
3af0304a 2131You can toggle this feature interactively by typing @kbd{$$}.
6bf7aab6
DL
2132
2133Note that this variable affects only the show next/previous difference
2134commands. You can still jump directly to any difference region directly
2135using the command @kbd{j} (with a prefix argument specifying the difference
2136number).
2137
2138@vindex ediff-autostore-merges
2139@vindex ediff-quit-merge-hook
2140@findex ediff-maybe-save-and-delete-merge
2141The variable @code{ediff-autostore-merges} controls what happens to the
2142merge buffer when Ediff quits. If the value is @code{nil}, nothing is done
2143to the merge buffer---it will be the user's responsibility to save it.
2144If the value is @code{t}, the user will be asked where to save the buffer
2145and whether to delete it afterwards. It the value is neither @code{nil} nor
2146@code{t}, the merge buffer is saved @emph{only} if this merge session was
2147invoked from a group of related Ediff session, such as those that result
2148from @code{ediff-merge-directories},
2149@code{ediff-merge-directory-revisions}, etc.
2150@xref{Session Groups}. This behavior is implemented in the function
2151@code{ediff-maybe-save-and-delete-merge}, which is a hook in
2152@code{ediff-quit-merge-hook}. The user can supply a different hook, if
2153necessary.
2154
2155The variable @code{ediff-autostore-merges} is buffer-local, so it can be
2156set in a per-buffer manner. Therefore, use @code{setq-default} to globally
2157change this variable.
2158
6de3983f
MK
2159@vindex ediff-merge-filename-prefix
2160When merge buffers are saved automatically as directed by
2161@code{ediff-autostore-merges}, Ediff attaches a prefix to each file, as
2162specified by the variable @code{ediff-merge-filename-prefix}. The default
2163is @code{merge_}, but this can be changed by the user.
2164
6bf7aab6
DL
2165@node Support for Version Control, Customizing the Mode Line, Merging and diff3, Customization
2166@section Support for Version Control
2167
2168
2169Ediff supports version control and lets you compare versions of files
2170visited by Emacs buffers via the function @code{ediff-revision}. This
2171feature is controlled by the following variables:
2172
2173@table @code
2174@item ediff-version-control-package
2175@vindex ediff-version-control-package
2176A symbol. The default is @samp{vc}.
2177
2178If you are like most Emacs users, Ediff will use VC as the version control
2179package. This is the standard Emacs interface to RCS, CVS, and SCCS.
2180
2181However, if your needs are better served by other interfaces, you will
2182have to tell Ediff which version control package you are using, e.g.,
2183@example
2184(setq ediff-version-control-package 'rcs)
2185@end example
2186
2187Apart from the standard @file{vc.el}, Ediff supports three other interfaces
657f9cb8
MK
2188to version control: @file{rcs.el}, @file{pcl-cvs.el} (recently renamed
2189pcvs.el), and @file{generic-sc.el}. The package @file{rcs.el} is written
2190by Sebastian Kremer <sk@@thp.Uni-Koeln.DE> and is available as
6bf7aab6
DL
2191@example
2192@file{ftp.cs.buffalo.edu:pub/Emacs/rcs.tar.Z}
2193@file{ftp.uni-koeln.de:/pub/gnu/emacs/rcs.tar.Z}
2194@end example
2195@pindex @file{vc.el}
2196@pindex @file{rcs.el}
2197@pindex @file{pcl-cvs.el}
2198@pindex @file{generic-sc.el}
2199@end table
2200
2201Ediff's interface to the above packages allows the user to compare the
2202versions of the current buffer or to merge them (with or without an
2203ancestor-version). These operations can also be performed on directories
2204containing files under version control.
2205
2206In case of @file{pcl-cvs.el}, Ediff can also be invoked via the function
2207@code{run-ediff-from-cvs-buffer}---see the documentation string for this
2208function.
2209
2210@node Customizing the Mode Line, Miscellaneous, Support for Version Control, Customization
2211@section Customizing the Mode Line
2212
2213When Ediff is running, the mode line of @samp{Ediff Control Panel}
2214buffer shows the current difference number and the total number of
2215difference regions in the two files.
2216
2217The mode line of the buffers being compared displays the type of the
2218buffer (@samp{A:}, @samp{B:}, or @samp{C:}) and (usually) the file name.
2219Ediff tries to be intelligent in choosing the mode line buffer
2220identification. In particular, it works well with the
2221@file{uniquify.el} and @file{mode-line.el} packages (which improve on
2222the default way in which Emacs displays buffer identification). If you
2223don't like the way Ediff changes the mode line, you can use
2224@code{ediff-prepare-buffer-hook} to modify the mode line.
2225@vindex ediff-prepare-buffer-hook
2226@pindex @file{uniquify.el}
2227@pindex @file{mode-line.el}
2228
2229@node Miscellaneous, Notes on Heavy-duty Customization, Customizing the Mode Line, Customization
2230@section Miscellaneous
2231
2232Here are a few other variables for customizing Ediff:
2233
2234@table @code
2235@item ediff-split-window-function
2236@vindex ediff-split-window-function
2237Controls the way you want the window be split between file-A and file-B
2238(and file-C, if applicable). It defaults to the vertical split
2239(@code{split-window-vertically}, but you can set it to
2240@code{split-window-horizontally}, if you so wish.
2241Ediff also lets you switch from vertical to horizontal split and back
2242interactively.
2243
2244Note that if Ediff detects that all the buffers it compares are displayed in
2245separate frames, it assumes that the user wants them to be so displayed
2246and stops splitting windows. Instead, it arranges for each buffer to
2247be displayed in a separate frame. You can switch to the one-frame mode
2248by hiding one of the buffers A/B/C.
2249
2250You can also swap the windows where buffers are displayed by typing
2251@kbd{~}.
2252
2253@item ediff-merge-split-window-function
2254@vindex ediff-merge-split-window-function
2255Controls how windows are
2256split between buffers A and B in the merge mode.
2257This variable is like @code{ediff-split-window-function}, but it defaults
2258to @code{split-window-horizontally} instead of
2259@code{split-window-vertically}.
2260
2261@item ediff-make-wide-display-function
2262@vindex ediff-make-wide-display-function
2263The value is a function to be called to widen the frame for displaying
2264the Ediff buffers. See the on-line documentation for
2265@code{ediff-make-wide-display-function} for details. It is also
2266recommended to look into the source of the default function
2267@code{ediff-make-wide-display}.
2268
2269You can toggle wide/regular display by typing @kbd{m}. In the wide
2270display mode, buffers A, B (and C, when applicable) are displayed in a
2271single frame that is as wide as the entire workstation screen. This is
2272useful when files are compared side-by-side. By default, the display is
2273widened without changing its height.
2274
2275@item ediff-use-last-dir
2276@vindex ediff-use-last-dir
2277Controls the way Ediff presents the
2278default directory when it prompts the user for files to compare. If
2279@code{nil},
2280Ediff uses the default directory of the current buffer when it
2281prompts the user for file names. Otherwise, it will use the
2282directories it had previously used for files A, B, or C, respectively.
2283
2284@item ediff-no-emacs-help-in-control-buffer
2285@vindex ediff-no-emacs-help-in-control-buffer
2286If @code{t}, makes @kbd{C-h}
2287behave like the @key{DEL} key, i.e., it will move you back to the previous
2288difference rather than invoking help. This is useful when, in an xterm
2289window or a text-only terminal, the Backspace key is bound to @kbd{C-h} and is
2290positioned more conveniently than the @key{DEL} key.
2291
2292@item ediff-toggle-read-only-function
2293@vindex ediff-toggle-read-only-function
2294This variable's value is a function that Ediff uses to toggle
2295the read-only property in its buffers.
2296
2297The default function that Ediff uses simply toggles the read-only property,
2298unless the file is under version control. For a checked-in file under
2299version control, Ediff first tries to check the file out.
2300
2301@item ediff-make-buffers-readonly-at-startup nil
2302@vindex ediff-make-buffers-readonly-at-startup
51dfeb3e 2303If @code{t}, all variant buffers are made read-only at Ediff startup.
6bf7aab6
DL
2304
2305@item ediff-keep-variants
2306@vindex @code{ediff-keep-variants}
2307The default is @code{t}, meaning that the buffers being compared or merged will
2308be preserved when Ediff quits. Setting this to @code{nil} causes Ediff to
2309offer the user a chance to delete these buffers (if they are not modified).
2310Supplying a prefix argument to the quit command (@code{q}) temporarily
2311reverses the meaning of this variable. This is convenient when the user
2312prefers one of the behaviors most of the time, but occasionally needs the
2313other behavior.
2314
2315However, Ediff temporarily resets this variable to @code{t} if it is
2316invoked via one of the "buffer" jobs, such as @code{ediff-buffers}.
2317This is because it is all too easy to loose day's work otherwise.
2318Besides, in a "buffer" job, the variant buffers have already been loaded
2319prior to starting Ediff, so Ediff just preserves status quo here.
2320
2321Using @code{ediff-cleanup-hook}, one can make Ediff delete the variants
2322unconditionally (e.g., by making @code{ediff-janitor} into one of these hooks).
e6516960
MK
2323
2324@item ediff-keep-tmp-versions
2325@vindex @code{ediff-keep-tmp-versions}
2326Default is @code{nil}. If @code{t}, the versions of the files being
2327compared or merged using operations such as @code{ediff-revision} or
2328@code{ediff-merge-revisions} are not deleted on exit. The normal action is
2329to clean up and delete these version files.
2330
6bf7aab6
DL
2331@item ediff-grab-mouse
2332@vindex @code{ediff-grab-mouse}
2333Default is @code{t}. Normally, Ediff grabs mouse and puts it in its
2334control frame. This is useful since the user can be sure that when he
2335needs to type an Ediff command the focus will be in an appropriate Ediff's
2336frame. However, some users prefer to move the mouse by themselves. The
2337above variable, if set to @code{maybe}, will prevent Ediff from grabbing
2338the mouse in many situations, usually after commands that may take more
2339time than usual. In other situation, Ediff will continue grabbing the mouse
2340and putting it where it believes is appropriate. If the value is
2341@code{nil}, then mouse is entirely user's responsibility.
2342Try different settings and see which one is for you.
2343@end table
2344
2345
2346@node Notes on Heavy-duty Customization, , Miscellaneous, Customization
2347@section Notes on Heavy-duty Customization
2348
2349Some users need to customize Ediff in rather sophisticated ways, which
2350requires different defaults for different kinds of files (e.g., SGML,
2351etc.). Ediff supports this kind of customization in several ways. First,
2352most customization variables are buffer-local. Those that aren't are
2353usually accessible from within Ediff Control Panel, so one can make them
2354local to the panel by calling make-local-variable from within
2355@code{ediff-startup-hook}.
2356
2357Second, the function @code{ediff-setup} accepts an optional sixth
2358argument which has the form @code{((@var{var-name-1} .@: @var{val-1})
2359(@var{var-name-2} .@: @var{val-2}) @dots{})}. The function
2360@code{ediff-setup} sets the variables in the list to the respective
2361values, locally in the Ediff control buffer. This is an easy way to
2362throw in custom variables (which usually should be buffer-local) that
2363can then be tested in various hooks.
2364
2365Make sure the variable @code{ediff-job-name} and @code{ediff-word-mode} are set
2366properly in this case, as some things in Ediff depend on this.
2367
2368Finally, if you want custom-tailored help messages, you can set the
2369variables @code{ediff-brief-help-message-function} and
2370@code{ediff-long-help-message-function}
2371to functions that return help strings.
2372@vindex ediff-startup-hook
2373@findex ediff-setup
2374@vindex ediff-job-name
2375@vindex ediff-word-mode
2376@vindex ediff-brief-help-message-function
2377@vindex ediff-long-help-message-function
2378
2379When customizing Ediff, some other variables are useful, although they are
2380not user-definable. They are local to the Ediff control buffer, so this
2381buffer must be current when you access these variables. The control buffer
2382is accessible via the variable @code{ediff-control-buffer}, which is also
2383local to that buffer. It is usually used for checking if the current buffer
2384is also the control buffer.
2385
2386Other variables of interest are:
2387@table @code
2388@item ediff-buffer-A
2389The first of the data buffers being compared.
2390
2391@item ediff-buffer-B
2392The second of the data buffers being compared.
2393
2394@item ediff-buffer-C
2395In three-way comparisons, this is the third buffer being compared.
2396In merging, this is the merge buffer.
bf301e70 2397In two-way comparison, this variable is @code{nil}.
6bf7aab6
DL
2398
2399@item ediff-window-A
2400The window displaying buffer A. If buffer A is not visible, this variable
bf301e70 2401is @code{nil} or it may be a dead window.
6bf7aab6
DL
2402
2403@item ediff-window-B
2404The window displaying buffer B.
2405
2406@item ediff-window-C
2407The window displaying buffer C, if any.
2408
2409@item ediff-control-frame
bf301e70
JH
2410A dedicated frame displaying the control buffer, if it exists. It is
2411non-@code{nil} only if Ediff uses the multiframe display, i.e., when
2412the control buffer is in its own frame.
6bf7aab6
DL
2413@end table
2414
84247bb5 2415@node Credits, GNU Free Documentation License, Customization, Top
6bf7aab6
DL
2416@chapter Credits
2417
50a07e18 2418Ediff was written by Michael Kifer <kifer@@cs.stonybrook.edu>. It was inspired
6bf7aab6
DL
2419by emerge.el written by Dale R.@: Worley <drw@@math.mit.edu>. An idea due to
2420Boris Goldowsky <boris@@cs.rochester.edu> made it possible to highlight
2421fine differences in Ediff buffers. Alastair Burt <burt@@dfki.uni-kl.de>
2422ported Ediff to XEmacs, Eric Freudenthal <freudent@@jan.ultra.nyu.edu>
2423made it work with VC, Marc Paquette <marcpa@@cam.org> wrote the
778a536a 2424toolbar support package for Ediff, and Hrvoje Niksic <hniksic@@xemacs.org>
6bf7aab6
DL
2425adapted it to the Emacs customization package.
2426
241d963d 2427Many people provided help with bug reports, feature suggestions, and advice.
6bf7aab6 2428Without them, Ediff would not be nearly as useful as it is today.
241d963d 2429Here is a hopefully full list of contributors:
6bf7aab6
DL
2430
2431@example
3af0304a 2432Adrian Aichner (aichner@@ecf.teradyne.com),
b6178721 2433Drew Adams (drew.adams@@oracle.com),
6bf7aab6
DL
2434Steve Baur (steve@@xemacs.org),
2435Neal Becker (neal@@ctd.comsat.com),
2436E.@: Jay Berkenbilt (ejb@@ql.org),
2437Alastair Burt (burt@@dfki.uni-kl.de),
2438Paul Bibilo (peb@@delcam.co.uk),
2439Kevin Broadey (KevinB@@bartley.demon.co.uk),
2440Harald Boegeholz (hwb@@machnix.mathematik.uni-stuttgart.de),
2441Bradley A.@: Bosch (brad@@lachman.com),
2442Michael D.@: Carney (carney@@ltx-tr.com),
2443Jin S.@: Choi (jin@@atype.com),
2444Scott Cummings (cummings@@adc.com),
2445Albert Dvornik (bert@@mit.edu),
2446Eric Eide (eeide@@asylum.cs.utah.edu),
2447Paul Eggert (eggert@@twinsun.com),
3af0304a 2448Urban Engberg (ue@@cci.dk),
6bf7aab6
DL
2449Kevin Esler (esler@@ch.hp.com),
2450Robert Estes (estes@@ece.ucdavis.edu),
2451Jay Finger (jayf@@microsoft.com),
2452Xavier Fornari (xavier@@europe.cma.fr),
2453Eric Freudenthal (freudent@@jan.ultra.nyu.edu),
2454Job Ganzevoort (Job.Ganzevoort@@cwi.nl),
17561e4f 2455Felix Heinrich Gatzemeier (felix.g@@tzemeier.info),
6bf7aab6
DL
2456Boris Goldowsky (boris@@cs.rochester.edu),
2457Allan Gottlieb (gottlieb@@allan.ultra.nyu.edu),
3af0304a 2458Aaron Gross (aaron@@bfr.co.il),
6bf7aab6 2459Thorbjoern Hansen (thorbjoern.hansen@@mchp.siemens.de),
cb8562a6 2460Marcus Harnisch (marcus_harnisch@@mint-tech.com),
17561e4f 2461Steven E. Harris (seh@@panix.com),
28b55b30 2462Aaron S. Hawley (Aaron.Hawley@@uvm.edu),
6bf7aab6 2463Xiaoli Huang (hxl@@epic.com),
3af0304a 2464Andreas Jaeger (aj@@suse.de),
6bf7aab6
DL
2465Lars Magne Ingebrigtsen (larsi@@ifi.uio.no),
2466Larry Gouge (larry@@itginc.com),
2467Karl Heuer (kwzh@@gnu.org),
2468(irvine@@lks.csi.com),
2469(jaffe@@chipmunk.cita.utoronto.ca),
2470David Karr (dkarr@@nmo.gtegsc.com),
2471Norbert Kiesel (norbert@@i3.informatik.rwth-aachen.de),
e6516960 2472Steffen Kilb (skilb@@gmx.net),
6bf7aab6
DL
2473Leigh L Klotz (klotz@@adoc.xerox.com),
2474Fritz Knabe (Fritz.Knabe@@ecrc.de),
2475Heinz Knutzen (hk@@informatik.uni-kiel.d400.de),
2476Andrew Koenig (ark@@research.att.com),
4960e757 2477Hannu Koivisto (azure@@iki.fi),
6bf7aab6
DL
2478Ken Laprade (laprade@@dw3f.ess.harris.com),
2479Will C Lauer (wcl@@cadre.com),
2480Richard Levitte (levitte@@e.kth.se),
2481Mike Long (mike.long@@analog.com),
50a07e18 2482Dave Love (d.love@@dl.ac.uk),
6bf7aab6
DL
2483Martin Maechler (maechler@@stat.math.ethz.ch),
2484Simon Marshall (simon@@gnu.org),
4960e757 2485Paul C. Meuse (pmeuse@@delcomsys.com),
6bf7aab6 2486Richard Mlynarik (mly@@adoc.xerox.com),
657f9cb8 2487Stefan Monnier (monnier@@cs.yale.edu),
6bf7aab6
DL
2488Chris Murphy (murphycm@@sun.aston.ac.uk),
2489Erik Naggum (erik@@naggum.no),
2490Eyvind Ness (Eyvind.Ness@@hrp.no),
2491Ray Nickson (nickson@@cs.uq.oz.au),
17561e4f 2492Dan Nicolaescu (dann@@ics.uci.edu),
6bf7aab6
DL
2493David Petchey (petchey_david@@jpmorgan.com),
2494Benjamin Pierce (benjamin.pierce@@cl.cam.ac.uk),
3af0304a 2495Francois Pinard (pinard@@iro.umontreal.ca),
6bf7aab6
DL
2496Tibor Polgar (tlp00@@spg.amdahl.com),
2497David Prince (dave0d@@fegs.co.uk),
2498Paul Raines (raines@@slac.stanford.edu),
1f31cd60 2499Stefan Reicher (xsteve@@riic.at),
0831d50c 2500Charles Rich (rich@@merl.com),
6bf7aab6
DL
2501Bill Richter (richter@@math.nwu.edu),
2502C.S.@: Roberson (roberson@@aur.alcatel.com),
2503Kevin Rodgers (kevin.rodgers@@ihs.com),
2504Sandy Rutherford (sandy@@ibm550.sissa.it),
2505Heribert Schuetz (schuetz@@ecrc.de),
2506Andy Scott (ascott@@pcocd2.intel.com),
2507Axel Seibert (axel@@tumbolia.ppp.informatik.uni-muenchen.de),
2550055a
MK
2508Vin Shelton (acs@@xemacs.org),
2509Scott O. Sherman (Scott.Sherman@@mci.com),
6bf7aab6
DL
2510Richard Stallman (rms@@gnu.org),
2511Richard Stanton (stanton@@haas.berkeley.edu),
50a07e18 2512Sam Steingold (sds@@goems.com),
6bf7aab6
DL
2513Ake Stenhoff (etxaksf@@aom.ericsson.se),
2514Stig (stig@@hackvan.com),
2515Peter Stout (Peter_Stout@@cs.cmu.edu),
2516Chuck Thompson (cthomp@@cs.uiuc.edu),
2517Ray Tomlinson (tomlinso@@bbn.com),
2518Raymond Toy (toy@@rtp.ericsson.se),
8bdd0bf7 2519Stephen J. Turnbull (stephen@@xemacs.org),
6bf7aab6 2520Jan Vroonhof (vroonhof@@math.ethz.ch),
2550055a 2521Colin Walters (walters@@cis.ohio-state.edu),
6bf7aab6
DL
2522Philippe Waroquiers (philippe.waroquiers@@eurocontrol.be),
2523Klaus Weber (gizmo@@zork.north.de),
778a536a 2524Ben Wing (ben@@xemacs.org),
657f9cb8 2525Tom Wurgler (twurgler@@goodyear.com),
2550055a 2526Steve Youngs (youngs@@xemacs.org),
6bf7aab6
DL
2527Ilya Zakharevich (ilya@@math.ohio-state.edu),
2528Eli Zaretskii (eliz@@is.elta.co.il)
2529@end example
2530
84247bb5
CY
2531@node GNU Free Documentation License, Index, Credits, Top
2532@appendix GNU Free Documentation License
2533@include doclicense.texi
2534
2535
2536@node Index, , GNU Free Documentation License, Top
6bf7aab6
DL
2537@unnumbered Index
2538@printindex cp
2539
56f7c94a 2540@setchapternewpage odd
6bf7aab6
DL
2541@contents
2542@bye
ab5796a9
MB
2543
2544@ignore
2545 arch-tag: 165ecb88-d03c-44b1-a921-b93f50b05b46
2546@end ignore