unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: jidanni@jidanni.org
Cc: help-gnu-emacs@gnu.org, 8862@debbugs.gnu.org
Subject: bug#8862: Stop compilation mode from splitting the window
Date: Sun, 24 Jul 2011 19:06:00 +0200	[thread overview]
Message-ID: <4E2C50F8.9080009__5820.62697872079$1311527230$gmane$org@gmx.at> (raw)
In-Reply-To: <87tyabbttm.fsf@jidanni.org>

 > 8862 is broken again.

Sorry.

 > Please tell me a way to stop compilation mode from splitting the window!

Does

(setq display-buffer-alist
       (cons '(((regexp . "\\*compilation.+\\*"))
	      (function ; was "fun-with-args" before
	       (lambda (buffer &rest args)
		 (delete-other-windows)
		 (let (display-buffer-alist)
		   (display-buffer buffer 'same-window))))
	      (override . t))
	    display-buffer-alist))

work?

martin





       reply	other threads:[~2011-07-24 17:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87tyabbttm.fsf@jidanni.org>
2011-07-24 17:06 ` martin rudalics [this message]
     [not found] <CANRVBjd5fkREY6aKUkr75nEHJn32DZE56W=36LvBKQXOVVE+zQ@mail.gmail.com>
2011-06-14 15:03 ` bug#8862: compilation-window-height no good anymore jidanni
2011-07-24 15:07   ` bug#8862: Stop compilation mode from splitting the window jidanni
2011-07-24 15:34   ` jidanni
2011-07-25  1:14   ` jidanni

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='4E2C50F8.9080009__5820.62697872079$1311527230$gmane$org@gmx.at' \
    --to=rudalics@gmx.at \
    --cc=8862@debbugs.gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=jidanni@jidanni.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).