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

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

bug#9640: compilation bully mode


From: Stefan Monnier
Subject: bug#9640: compilation bully mode
Date: Sat, 01 Oct 2011 00:00:20 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

SM> The Emacs-23 way to do that should be:
SM> (add-to-list 'special-display-buffer-name
SM> '("*Compilation*" (same-window . t)))
> How about for Emacs-24?

Backward compatibility requirements mean it will work as well.
But if you want to do it the Emacs-24 way, then you'll want to use
(add-to-list 'display-buffer-alist
             '("*Compilation*" display-buffer-same-window))


        Stefan




reply via email to

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