bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8862: compilation-window-height no good anymore


From: martin rudalics
Subject: bug#8862: compilation-window-height no good anymore
Date: Wed, 15 Jun 2011 15:28:56 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]