help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: full screen mode hides ediff control frame


From: Tak Kunihiro
Subject: Re: full screen mode hides ediff control frame
Date: Thu, 09 Apr 2015 07:43:45 +0900 (JST)

> I start emacs in full-screen mode, mainly to remove
> any border so as to get maximum screen area.
> When ediff is started, the separate control frame
> is behind the main emacs frame, so I need to M-tab 
> to it, which is a mild annoyance.  Is there a simple
> way to move it the front automatically?

I use single frame instead of having separated control frame, with
following setup.

(setq ediff-window-setup-function 'ediff-setup-windows-plain)
(setq ediff-split-window-function 'split-window-horizontally)
(setq ediff-merge-split-window-function 'split-window-vertically)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]