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