all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Kunihiro <tkk@misasa.okayama-u.ac.jp>
To: joer@san.rr.com, help-gnu-emacs@gnu.org
Subject: Re: full screen mode hides ediff control frame
Date: Thu, 09 Apr 2015 07:43:45 +0900 (JST)	[thread overview]
Message-ID: <20150409.074345.445735741.tkk@misasa.okayama-u.ac.jp> (raw)
In-Reply-To: <20150407193201.03ced20a@gauss>

> 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)



      parent reply	other threads:[~2015-04-08 22:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-08  2:32 full screen mode hides ediff control frame Joe Riel
2015-04-08  3:26 ` Drew Adams
2015-04-08  4:05 ` Xavier Maillard
2015-04-08 22:43 ` Tak Kunihiro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150409.074345.445735741.tkk@misasa.okayama-u.ac.jp \
    --to=tkk@misasa.okayama-u.ac.jp \
    --cc=help-gnu-emacs@gnu.org \
    --cc=joer@san.rr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.