I am doing an ediff in emacs and I want to copy the region in one of the buffers in order to paste it into a third buffer. Obviously I can do this manually, but I'd like to be able to do it with a few keystrokes similar to how a
and b
can be used to replace one buffer's version with the other.
Is there a way to do this already?
If not, how should I go about implementing it? I haven't done a lot of emacs programming before.