From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Emacs ediff control window location and size Date: Thu, 26 Oct 2017 08:21:36 -0400 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1509020574 16053 195.159.176.226 (26 Oct 2017 12:22:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 26 Oct 2017 12:22:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 26 14:22:50 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e7hBI-0002dj-K4 for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2017 14:22:40 +0200 Original-Received: from localhost ([::1]:52580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7hBP-0001uA-UP for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Oct 2017 08:22:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e7hAw-0001u5-P8 for help-gnu-emacs@gnu.org; Thu, 26 Oct 2017 08:22:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e7hAs-000365-R4 for help-gnu-emacs@gnu.org; Thu, 26 Oct 2017 08:22:18 -0400 Original-Received: from [195.159.176.226] (port=56579 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e7hAs-00035R-K6 for help-gnu-emacs@gnu.org; Thu, 26 Oct 2017 08:22:14 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e7hAH-00057S-CQ for help-gnu-emacs@gnu.org; Thu, 26 Oct 2017 14:21:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:RQNW/nbGGjkyIfVHHoIPD6lX2b4= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114642 Archived-At: > It is a side effect of (fullscreen . maximized) in > window-system-default-frame-alist. > > I have in my .emacs: > (cl-pushnew '(w32 (font . "Consolas-14") > (fullscreen . maximized)) > window-system-default-frame-alist) > So that for each new frame, it will try to make the frame fullscreen. > > Is it possible to make the ediff control window an except of this? You can try: (with-eval-after-load 'ediff-wind (push '(fullscreen . nil) ediff-control-frame-parameters)) and I suggest you report this as a bug. Stefan > On Mon, Oct 23, 2017 at 5:35 PM, Shuguang Sun wrote: >> When I run ediff-buffers, the ediff control pop-up on the right-side of >> the screening from top to bottom. When I type "?", it shows the help >> message windon. I type "?" again, it gets back to the control windown, and >> now the window is on the top-right of the screen as "icon" window as before. >> >> The behavior is different from previous Emacs version (e.g., v24, v25). >> The initialized ediff control window is on the top-right of the screen as >> "icon" window. How could make ediff control window behavor as before? >> >> Emacs version: GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of >> 2017-10-15, from GIT 12 Oct, 2017 System: Window 7. >> Best Regards, >> Shuguang >>