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