Hans Ekbrand <[EMAIL PROTECTED]> writes: >> I have set `ediff-window-setup-function' to >> 'ediff-setup-windows-plain. It removes this silly popup in favor of a >> normal Emacs "window" (Emacs calls "window" what other software call >> "frame"). > > Thanks for your reply, would you mind giving the line that one needs > in .emacs for this?
(setq ediff-window-setup-function 'ediff-setup-windows-plain) -- Matthieu
