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 11:08:16 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

mr> (((name . "*compilation*")) (reuse-window same nil nil))

Please tell me the exact lines I should put in what exact file. I cannot
use the customization interface. Thanks.

Does it work if you put

(setq display-buffer-alist
      (cons '(((name . "*compilation*")) (reuse-window same nil t))
            display-buffer-alist))

into your .emacs?

martin





reply via email to

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