emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29026: closed (ediff control window initialized as


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29026: closed (ediff control window initialized as fullscreen)
Date: Tue, 31 Oct 2017 08:42:03 +0000

Your message dated Tue, 31 Oct 2017 09:41:28 +0100
with message-id <address@hidden>
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
address@hidden)


-- 
29026: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29026
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ediff control window initialized as fullscreen Date: Fri, 27 Oct 2017 21:47:48 +0800
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

--- End Message ---
--- Begin Message --- 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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]