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