all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: Emacs ediff control window location and size
Date: Thu, 26 Oct 2017 08:21:36 -0400	[thread overview]
Message-ID: <jwvvaj214oy.fsf-monnier+gmane.emacs.help@gnu.org> (raw)
In-Reply-To: CACspjXd0qnWdLB=bgeay7o48C8EthroYU7KkNgcwjvGL_Lka_w@mail.gmail.com

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





      reply	other threads:[~2017-10-26 12:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvvaj214oy.fsf-monnier+gmane.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.