From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tak Kunihiro Newsgroups: gmane.emacs.help Subject: Re: full screen mode hides ediff control frame Date: Thu, 09 Apr 2015 07:43:45 +0900 (JST) Message-ID: <20150409.074345.445735741.tkk@misasa.okayama-u.ac.jp> References: <20150407193201.03ced20a@gauss> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428533075 2024 80.91.229.3 (8 Apr 2015 22:44:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2015 22:44:35 +0000 (UTC) To: joer@san.rr.com, help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 09 00:44:24 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Yfyhr-00074E-18 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Apr 2015 00:44:23 +0200 Original-Received: from localhost ([::1]:55240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfyhq-0002ub-1u for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Apr 2015 18:44:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfyhe-0002uH-GM for help-gnu-emacs@gnu.org; Wed, 08 Apr 2015 18:44:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfyha-0005h0-Fl for help-gnu-emacs@gnu.org; Wed, 08 Apr 2015 18:44:10 -0400 Original-Received: from scmgateway1.cc.okayama-u.ac.jp ([42.127.236.165]:13476) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YfyhZ-0005ep-W7 for help-gnu-emacs@gnu.org; Wed, 08 Apr 2015 18:44:06 -0400 Original-Received: from (unknown [42.127.236.168]) by scmgateway1.cc.okayama-u.ac.jp with smtp id 234d_1529_bdda964e_de40_11e4_b592_b8ac6f129aa6; Thu, 09 Apr 2015 07:43:58 +0900 Original-Received: from localhost (p729035-omed01.osaka.ocn.ne.jp [153.158.72.35]) by alml002.ouadm.okayama-u.ac.jp (Postfix) with ESMTPSA id 46BE74C0A30; Thu, 9 Apr 2015 07:43:56 +0900 (JST) In-Reply-To: <20150407193201.03ced20a@gauss> X-Mailer: Mew version 6.6 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 42.127.236.165 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:103591 Archived-At: > 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)