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