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: 8862 <at> debbugs.gnu.org
Subject: bug#8862: compilation-window-height no good anymore
Date: Wed, 15 Jun 2011 15:28:56 +0200
> Well it certainly isn't,
>
>  %* *compilation /home/jidanni/*             174  Compilation:exit
>  %* *compilation /cf/updates/*               184  Compilation:exit

Aha.  In this case you probably need something like

(setq display-buffer-alist
      (cons '(((regexp . "\\*compilation.+\\*"))
          (fun-with-args
           (lambda (buffer &rest args)
         (delete-other-windows)
         (display-buffer buffer 'same-window))))
        display-buffer-alist))

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.