unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29026: ediff control window initialized as fullscreen
@ 2017-10-27 13:47 Shuguang Sun
  2017-10-31  8:41 ` martin rudalics
  0 siblings, 1 reply; 2+ messages in thread
From: Shuguang Sun @ 2017-10-27 13:47 UTC (permalink / raw)
  To: 29026

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#29026: ediff control window initialized as fullscreen
  2017-10-27 13:47 bug#29026: ediff control window initialized as fullscreen Shuguang Sun
@ 2017-10-31  8:41 ` martin rudalics
  0 siblings, 0 replies; 2+ messages in thread
From: martin rudalics @ 2017-10-31  8:41 UTC (permalink / raw)
  To: Shuguang Sun, 29026-done

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

I've done that now on the release branch.

Thanks for the report, martin





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-31  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 13:47 bug#29026: ediff control window initialized as fullscreen Shuguang Sun
2017-10-31  8:41 ` martin rudalics

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