all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs ediff control window location and size
@ 2017-10-23  9:35 Shuguang Sun
  2017-10-26 10:10 ` Shuguang Sun
  0 siblings, 1 reply; 3+ messages in thread
From: Shuguang Sun @ 2017-10-23  9:35 UTC (permalink / raw)
  To: help-gnu-emacs

When I run ediff-buffers, the ediff control pop-up on the right-side of the
screening from top to bottom. 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 "icon" window as before.

The behavior is different from previous Emacs version (e.g., v24, v25). The
initialized ediff control window is on the top-right of the screen as
"icon" window. How could make ediff control window behavor as before?

Emacs version: GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of
2017-10-15, from GIT 12 Oct, 2017 System: Window 7.
Best Regards,
Shuguang


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

* Re: Emacs ediff control window location and size
  2017-10-23  9:35 Emacs ediff control window location and size Shuguang Sun
@ 2017-10-26 10:10 ` Shuguang Sun
  2017-10-26 12:21   ` Stefan Monnier
  0 siblings, 1 reply; 3+ messages in thread
From: Shuguang Sun @ 2017-10-26 10:10 UTC (permalink / raw)
  To: help-gnu-emacs

It is a side effect of (fullscreen . maximized) in
window-system-default-frame-alist.

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

Is it possible to make the ediff control window an except of this?



On Mon, Oct 23, 2017 at 5:35 PM, Shuguang Sun <shuguang@gmail.com> wrote:

> When I run ediff-buffers, the ediff control pop-up on the right-side of
> the screening from top to bottom. 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 "icon" window as before.
>
> The behavior is different from previous Emacs version (e.g., v24, v25).
> The initialized ediff control window is on the top-right of the screen as
> "icon" window. How could make ediff control window behavor as before?
>
> Emacs version: GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of
> 2017-10-15, from GIT 12 Oct, 2017 System: Window 7.
> Best Regards,
> Shuguang
>


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

* Re: Emacs ediff control window location and size
  2017-10-26 10:10 ` Shuguang Sun
@ 2017-10-26 12:21   ` Stefan Monnier
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2017-10-26 12:21 UTC (permalink / raw)
  To: help-gnu-emacs

> It is a side effect of (fullscreen . maximized) in
> window-system-default-frame-alist.
>
> I have 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.
>
> Is it possible to make the ediff control window an except of this?

You can try:

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

and I suggest you report this as a bug.


        Stefan


> On Mon, Oct 23, 2017 at 5:35 PM, Shuguang Sun <shuguang@gmail.com> wrote:

>> When I run ediff-buffers, the ediff control pop-up on the right-side of
>> the screening from top to bottom. 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 "icon" window as before.
>> 
>> The behavior is different from previous Emacs version (e.g., v24, v25).
>> The initialized ediff control window is on the top-right of the screen as
>> "icon" window. How could make ediff control window behavor as before?
>> 
>> Emacs version: GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of
>> 2017-10-15, from GIT 12 Oct, 2017 System: Window 7.
>> Best Regards,
>> Shuguang
>> 





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

end of thread, other threads:[~2017-10-26 12:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-23  9:35 Emacs ediff control window location and size Shuguang Sun
2017-10-26 10:10 ` Shuguang Sun
2017-10-26 12:21   ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.