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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29026 in the body.
You can then email your comments to 29026 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#29026; Package emacs. (Fri, 27 Oct 2017 13:48:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Shuguang Sun <shuguang <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 27 Oct 2017 13:48:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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 2 (text/html, inline)]

Reply sent to martin rudalics <rudalics <at> gmx.at>:
You have taken responsibility. (Tue, 31 Oct 2017 08:42:03 GMT) Full text and rfc822 format available.

Notification sent to Shuguang Sun <shuguang <at> gmail.com>:
bug acknowledged by developer. (Tue, 31 Oct 2017 08:42:04 GMT) Full text and rfc822 format available.

Message #10 received at 29026-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 28 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

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.