[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
All Ediff commands are displayed in a Quick Help window, unless you type ? to shrink the window to just one line. You can redisplay the help window by typing ? again. The Quick Help commands are detailed below.
Many Ediff commands take numeric prefix arguments. For instance, if you
type a number, say 3, and then j (ediff-jump-to-difference
),
Ediff moves to the third difference region. Typing 3 and then a
(ediff-diff-to-diff
) copies the 3rd difference region from variant A
to variant B. Likewise, 4 followed by ra restores the 4th difference
region in buffer A (if it was previously written over via the command
a).
Some commands take negative prefix arguments as well. For instance, typing - and then j will make the last difference region current. Typing -2 then j makes the penultimate difference region current, etc.
Without the prefix argument, all commands operate on the currently selected difference region. You can make any difference region current using the various commands explained below.
For some commands, the actual value of the prefix argument is immaterial. However, if supplied, the prefix argument may modify the command (see ga, gb, and gc).
3.1 Quick Help Commands | Frequently used commands. | |
3.2 Other Session Commands | Commands that are not bound to keys. |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
With prefix argument, saves the plain output from diff
(see
ediff-diff-program
and ediff-diff-options
). Without the
argument, it saves customized diff
output (see
ediff-custom-diff-program
and ediff-custom-diff-options
), if
it is available.
In merge sessions: Copies the current difference region (or the region specified as the prefix to this command) from buffer A to the merge buffer. The old contents of this region in buffer C can be restored via the command r.
Ediff saves the old contents of the difference region copied over; it can be reinstated via the command ra in comparison sessions and r in merge sessions.
-j makes the last region current. Typing a number, N, and then `j' makes the difference region N current. Typing -N (a negative number) then `j' makes current the region Last - N.
However, with a prefix argument, Ediff would position all variants around the area indicated by the current point in buffer A: if the point is inside a difference region, then the variants will be positioned at this difference region. If the point is not in any difference region, then it is in an area where all variants agree with each other. In this case, the variants will be positioned so that each would display this area (of agreement).
With a prefix argument, behaves like ga, but with respect to buffer B.
In 3-file comparison sessions: makes current the region closest to the point in buffer C.
With a prefix argument, behaves like ga, but with respect to buffer C.
Forceful refinement may be needed if Ediff encounters a difference region
that is larger than ediff-auto-refine-limit
. In this situation,
Ediff doesn't do automatic refinement in order to improve response time.
(Ediff doesn't auto-refine on dumb terminals as well, but * still
works there. However, the only useful piece of information it can tell you
is whether or not the difference regions disagree only in the amount of
white space.)
This command is also useful when the highlighted fine differences are no longer current, due to user editing.
On slow machines, it may be advantageous to turn auto-refinement off. The user can always forcefully refine specific difference regions by typing *.
This command is enabled in merge sessions only.
Even though such regions will be skipped over, you can still jump to any one of them by typing the region number and then `j'. Typing ## again puts Ediff back in the original state.
ediff-ignore-case-option
, ediff-ignore-case-option3
,
and ediff-ignore-case
, which are explained elsewhere.
Quite often differences are due to identical replacements (e.g., the word `foo' is replaced with the word `bar' everywhere). If the number of regions with such boring differences exceeds your tolerance threshold, you may be tempted to tell Ediff to skip these regions altogether (you will still be able to jump to them via the command j). The above commands, #h and #f, may well save your day!
#h prompts you to specify regular expressions for each variant. Difference regions where each variant's region matches the corresponding regular expression will be skipped from then on. (You can also tell Ediff to skip regions where at least one variant matches its regular expression.)
#f does dual job: it focuses on regions that match the corresponding regular expressions. All other regions will be skipped over. See section 7.4 Selective Browsing, for more.
ediff-custom-diff-program
on the variants and displays the
buffer containing the output. This is useful when you must send the output
to your Mom.
With a prefix argument, displays the plain diff
output.
See section 7.8 Patch and Diff Programs, for details.
(Some poor souls leave so many active Ediff sessions around that they loose track of them completely... The `R' command is designed to save these people from the recently discovered Ediff Proficiency Syndrome.)
Typing R brings up Ediff Registry only if it is typed into an Ediff Control Panel. If you don't have a control panel handy, type this in the minibuffer: M-x eregistry. See section 4. Registry of Ediff Sessions.
The easiest way to resume a suspended Ediff session is through the registry of active sessions. See section 4. Registry of Ediff Sessions, for details.
ediff-windows-*
and ediff-regions-*
, which see.
You may want to ignore such `obvious' merges and concentrate on difference regions where both files `clash' with the ancestor, since this means that two different people have been changing this region independently and they had different ideas on how to do this.
The above command does this for you by skipping the regions where only one of the variants clashes with the ancestor but the other variant agrees with it. Typing $$ again undoes this setting.
To be more precise, this toggles the check for whether the current merge is identical to its default setting, as originally decided by Ediff. For instance, if Ediff is merging according to the `combined' policy, then the merge region is skipped over if it is different from the combination of the regions in buffers A and B. (Warning: swapping buffers A and B will confuse things in this respect.) If the merge region is marked as `prefer-A' then this region will be skipped if it differs from the current difference region in buffer A, etc.
In other cases, the right course of action is not that clearcut, and Ediff would use a default action. The above command changes the default action. The default action can be `default-A' (choose the region from buffer A), `default-B' (choose the region from buffer B), or `combined' (combine the regions from the two buffers). See section 7.9 Merging and diff3, for further details.
The command & also affects the regions in the merge buffers that have `default-A', `default-B', or `combined' status, provided they weren't changed with respect to the original. For instance, if such a region has the status `default-A' then changing the default action to `default-B' will also replace this merge-buffer's region with the corresponding region from buffer B.
With a positive prefix argument, this command enlarges the merge window. E.g., 4s increases the size of the window by about 4 lines, if possible. With a negative numeric argument, the size of the merge window shrinks by that many lines, if possible. Thus, -s shrinks the window by about 1 line and -3s by about 3 lines.
This command is intended only for temporary viewing; therefore, Ediff restores window C to its original size whenever it makes any other change in the window configuration. However, redisplaying (C-l) or jumping to another difference does not affect window C's size.
The split between the merge window and the variant windows is controlled by
the variable ediff-merge-window-share
, which see.
ediff-combine-diffs
and ediff-combination-pattern
.
In other situations, the currently highlighted region might be big and you might want to reconcile of them interactively.
All of this can be done with the above command, =, which compares regions within Ediff buffers. Typing = creates a child Ediff session for comparing regions in buffers A, B, or C as follows.
First, you will be asked whether you want to compare the fine differences between the currently highlighted buffers on a word-by-word basis. If you accept, a child Ediff session will start using the currently highlighted regions. Ediff will let you step over the differences word-wise.
If you reject the offer, you will be asked to select regions of your choice.
If you are comparing 2 files or buffers: Ediff will ask you to select regions in buffers A and B.
If you are comparing 3 files or buffers simultaneously: Ediff will ask you to choose buffers and then select regions inside those buffers.
If you are merging files or buffers (with or without ancestor): Ediff will ask you to choose which buffer (A or B) to compare with the merge buffer and then select regions in those buffers.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following commands can be invoked from within any Ediff session, although some of them are not bound to a key.
eregistry
ediff-show-registry
eregistry
is an alias for ediff-show-registry
.
See section 4. Registry of Ediff Sessions, for more information on this registry.
ediff-toggle-multiframe
ediff-window-setup-function
for details on how to make either of
these modes the default one.
This function can also be invoked from the Menubar. However, in some cases, the change will take place only after you execute one of the Ediff commands, such as going to the next difference or redisplaying.
ediff-toggle-use-toolbar
ediff-use-toolbar-p
ediff-use-toolbar-p
(default is t
). This variable can be set
only in `.emacs' -- do not change it interactively. Use the
function ediff-toggle-use-toolbar
instead.
ediff-revert-buffers-then-recompute-diffs
This command normally asks for confirmation before reverting files. With a prefix argument, it reverts files without asking.
ediff-profile
ediff-profile
toggles
profiling of ediff commands.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by XEmacs shared group account on December, 19 2009
using texi2html 1.65.