all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: "André Marçais" <andre@marcais.net>, 36089@debbugs.gnu.org
Subject: bug#36089: 26.2; Emacs window creation with multiple frames
Date: Wed, 5 Jun 2019 09:13:46 +0200	[thread overview]
Message-ID: <53b6e204-b0db-dca3-2bba-7aba65f04d0b@gmx.at> (raw)
In-Reply-To: <CA+bNYixvcTcEGZ914D+70Tzqd9yTB7tJxz1TU-0rpiECKbSjbw@mail.gmail.com>

 > When I go to compile a program using M-x compile it shows the
 > *compilation* buffer in a new window in the active frame, which is
 > intuitive when there is only one frame open. However, in Emacs I often
 > have multiple frames open and visible (like with a multi monitor
 > setup). In this case Emacs still opens the *compilation* buffer in the
 > active frame even if the buffer is visible in another frame.

Customize 'display-buffer-alist' as, for example,

(customize-set-variable
  'display-buffer-alist
  '(("\\*compilation\\*"
     nil (reusable-frames . visible))))

For further options have a look at section

28.13.5 Precedence of Action Functions

of the Elisp manual (and tell us if you think something is missing
there).

Thanks, martin





  reply	other threads:[~2019-06-05  7:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-04 13:21 bug#36089: 26.2; Emacs window creation with multiple frames André Marçais
2019-06-05  7:13 ` martin rudalics [this message]
2020-08-26  0:46   ` Stefan Kangas

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=53b6e204-b0db-dca3-2bba-7aba65f04d0b@gmx.at \
    --to=rudalics@gmx.at \
    --cc=36089@debbugs.gnu.org \
    --cc=andre@marcais.net \
    /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.