GNU bug report logs - #8862
compilation-window-height no good anymore

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Tue, 14 Jun 2011 15:04:01 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: jidanni <at> jidanni.org
Cc: nix <at> esperi.org.uk, help-gnu-emacs <at> gnu.org, monnier <at> iro.umontreal.ca, 8862 <at> debbugs.gnu.org
Subject: bug#8862: Stop compilation mode from splitting the window
Date: Sun, 24 Jul 2011 19:06:00 +0200
> 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




This bug report was last modified 14 years and 18 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.