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