GNU bug report logs - #29026
ediff control window initialized as fullscreen

Previous Next

Package: emacs;

Reported by: Shuguang Sun <shuguang <at> gmail.com>

Date: Fri, 27 Oct 2017 13:48:02 UTC

Severity: minor

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: martin rudalics <rudalics <at> gmx.at>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#29026: closed (ediff control window initialized as fullscreen)
Date: Tue, 31 Oct 2017 08:42:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 31 Oct 2017 09:41:28 +0100
with message-id <59F83738.5050005 <at> gmx.at>
and subject line Re: bug#29026: ediff control window initialized as fullscreen
has caused the debbugs.gnu.org bug report #29026,
regarding ediff control window initialized as fullscreen
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
29026: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29026
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Shuguang Sun <shuguang <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: ediff control window initialized as fullscreen
Date: Fri, 27 Oct 2017 21:47:48 +0800
[Message part 3 (text/plain, inline)]
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
[Message part 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: martin rudalics <rudalics <at> gmx.at>
To: Shuguang Sun <shuguang <at> gmail.com>, 29026-done <at> debbugs.gnu.org
Subject: Re: bug#29026: ediff control window initialized as fullscreen
Date: Tue, 31 Oct 2017 09:41:28 +0100
> 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


This bug report was last modified 7 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.