unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Shuguang Sun <shuguang@gmail.com>
To: 29026@debbugs.gnu.org
Subject: bug#29026: ediff control window initialized as fullscreen
Date: Fri, 27 Oct 2017 21:47:48 +0800	[thread overview]
Message-ID: <CACspjXdsCSR0e9DzwAxYau91qxhE4z9Z9On4H5KCfMv5XRut+g@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

Hi,

The initialization of ediff control window is affected by the fullscreen in
window-system-default-frame-alist.

If I put 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
including the edif control window. And when the ediff control pop-up on the
right-side of the screening from top to bottom (like fullscreen). 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 a small window.

I was suggested by *Stefan Monnier:*

    (with-eval-after-load 'ediff-wind
      (push '(fullscreen . nil) ediff-control-frame-parameters))

It solves the problem.

I think the default behavior of the initialized ediff control window should
not be full-screened. I suggest to add '(fullscreen . nil)  to
ediff-control-frame-parameters as default.



Best Regards,
Shuguang Sun

[-- Attachment #2: Type: text/html, Size: 1408 bytes --]

             reply	other threads:[~2017-10-27 13:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-27 13:47 Shuguang Sun [this message]
2017-10-31  8:41 ` bug#29026: ediff control window initialized as fullscreen martin rudalics

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=CACspjXdsCSR0e9DzwAxYau91qxhE4z9Z9On4H5KCfMv5XRut+g@mail.gmail.com \
    --to=shuguang@gmail.com \
    --cc=29026@debbugs.gnu.org \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).